Coverglobus
CoverGloobus is a part of the Gloobus project
This is a simple application to show the cover and the info of what is playing in your favorite player. It also downloads the lyrics of the songs middle clicking on the applet.
You can create your themes with a easy XML file and plugins for different players are also really easy to implement. And plugins for different lyric engines are even easier!!
Players currently supported:
Amarok2
Audacious
Banshee
Clementine
Exaile 0.2.x
Exaile 0.3.x
gmusicbrowser
Guayadeque
Listen
MOC
MPD (requires python-mpd)
QuodLibet
Rythmbox
Songbird (requires MPRIS plugin for Songbird)
Spotify
Totem
VLC ( > 0.9.0)
Lyrics Engines:
absolutelyrics.com
lyrics.com
lyrics.wikia.com
lyricsfly.com
lyricsplugin.com
Tabs Engines:
Ultimate guitar
To install coverglobus you will need some development tools to build it first
su -
yum -y install @development-tools @development-libs
Now to install coverglobus
su -
yum -y install wget
wget http://launchpadlibrarian.net/39119314/covergloobus_1.6.tar.gz
tar -xzvf covergloobus_1.6.tar.gz
cd covergloobus-1.6
./autogen.sh && make && make install


