Homepage: https://github.com/febuiles/lyricwiki.el
Author: Federico Builes, Francisco Jurado
Updated:
An Emacs mode to fetch lyrics
Just press M-x lyricwiki/lyrics, enter your artist and the song and you should get your lyrics right away. Installation: Download lyricwiki.el to some directory: $ git clone git://github.com/febuiles/lyricwiki.el.git Add it to your load list and require it: (add-to-list 'load-path "~/some_directory/lyricwiki.el") (require 'lyricwiki) Now just press: M-x lyricwiki/lyrics And get your lyrics. If you want to automatically fetch the lyrics for the current song in iTunes (OS X), Amarok or Rhythmbox (Linux) you can use: M-x lyricwiki/lyrics-itunes M-x lyricwiki/lyrics-amarok M-x lyricwiki/lyrics-rhythmbox Finally, if you always want to automatically fetch the current playing artist/song then just set up the defalias below: