Showing posts with label covergloobus. Show all posts
Showing posts with label covergloobus. Show all posts

Jul 10, 2009

Banshee + CoverGloobus = Awesome!

I've wanted to do this for a while now, and finally I've got it working as I want. I'm talking about running Banshee and the screenlet (or widget) style application CoverGloobus. This is what it looks like on my desktop:


I've created a script that will launch CoverGloobus when I start Banshee, and quit it again when I exit Banshee. Thanks to stroyan and MadCow108 from the UbuntuForums.org for helping me with this script. Here is the script:

#!/bin/bash
# My first script
/home/username/.CoverGloobus/CoverGloobus.py &
CoverGloobusPID=$!
banshee-1 --redirect-log --play-enqueued %U
kill $CoverGloobusPID


Of course you have write the correct path for the CoverGloobus folder.
CoverGloobus is very slick looking and easy to customize. There's some very nice themes to choose from (click the preview below). A cool feature is that CoverGloobus can download lyrics of the song your playing simply by middle clicking on the applet. This is the work of Jordi Hernàndez who also is responsible for Gloobus (which I blogged about some time ago).


Sources:

- http://jordihp.deviantart.com/
- http://banshee-project.org/download/