Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trizen/clyrics
An extensible lyrics fetcher, with daemon support for cmus and mocp.
https://github.com/trizen/clyrics
cmus command-line lyrics lyrics-fetcher mocp perl tool
Last synced: 3 months ago
JSON representation
An extensible lyrics fetcher, with daemon support for cmus and mocp.
- Host: GitHub
- URL: https://github.com/trizen/clyrics
- Owner: trizen
- License: gpl-3.0
- Created: 2014-04-23T19:42:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T16:05:12.000Z (10 months ago)
- Last Synced: 2024-05-02T17:14:40.981Z (6 months ago)
- Topics: cmus, command-line, lyrics, lyrics-fetcher, mocp, perl, tool
- Language: Perl
- Homepage: https://trizenx.blogspot.com/2013/02/mocp-lyrics.html
- Size: 90.8 KB
- Stars: 58
- Watchers: 6
- Forks: 15
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
clyrics
=======An extensible lyrics fetcher, with daemon support for cmus and mocp.
### Features:
- support for plugins
- cmus, mocp and playerctl daemon mode### Dependencies:
* [WWW::Mechanize](https://metacpan.org/release/WWW-Mechanize)
* [LWP::Protocol::https](https://metacpan.org/release/LWP-Protocol-https)```
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 : sleep duration between lyrics updates (default: 1)
-P : plugin directory (default: ~/.config/clyrics)-d : activate the debug mode
-v : print version and exit
-h : print this message and exitexample:
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/