- 2 Talk
-
Hack:mpdlyrics.rb
Script fetches lyrics from lyricwiki.org (as does Amarok) and displays them in your pager. Other scripts use mpc and I couldn't get them to work, this one uses nice ruby mpd library called librmpd and actually works.
Install using Ruby gems
Edit
- Download the script: mpdlyricsg.rb
- Installation:
# gem install librmpd # mv mpdlyricsg.rb /usr/local/bin/mpdlyrics # chmod +x /usr/local/bin/mpdlyrics
Manual install
Edit
- Download the script: mpdlyrics.rb
- Download the library: librmpd.rb
- Installation:
# mv librmpd.rb /usr/local/lib/ # mv mpdlyrics.rb /usr/local/bin/mpdlyrics # chmod +x /usr/local/bin/mpdlyrics
- Maintainer: Jakub HorĂ¡k
--Haisaul 13:02, 19 April 2009 (UTC)