trizen / clyrics

An extensible lyrics fetcher, with daemon support for cmus and mocp.

Home Page:https://trizenx.blogspot.com/2013/02/mocp-lyrics.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clyrics

An extensible lyrics fetcher, with daemon support for cmus and mocp.

Features:

  • support for plugins
  • cmus, mocp and playerctl daemon mode

Dependencies:

usage: clyrics [options] [song name]

options:
        -m         : start as a daemon for moc player
        -c         : start as a daemon for cmus player
        -p         : start as a daemon for playerctl media controller
        -k         : do not quit if player is not playing any song
        -s <int>   : sleep duration between lyrics updates (default: 1)
        -P <dir>   : plugin directory (default: ~/.config/clyrics)

        -d         : activate the debug mode
        -v         : print version and exit
        -h         : print this message and exit

example:
        clyrics -m -s 1             # stars the mocp daemon
        clyrics eminem not afraid   # prints the lyrics of "Eminem - Not Afraid"

Availability:

AUR: https://aur.archlinux.org/packages/clyrics/

About

An extensible lyrics fetcher, with daemon support for cmus and mocp.

https://trizenx.blogspot.com/2013/02/mocp-lyrics.html

License:GNU General Public License v3.0


Languages

Language:Perl 100.0%