Open and close covergloobus when opening and closing my player

Asked by BadChoice

Original Post: http://anotherubuntu.blogspot.com/2009/07/banshee-covergloobus-awesome.html

This is the script for Banshee:

#!/bin/bash
/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.

Question information

Language:
English Edit question
Status:
Solved
For:
CoverGloobus Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
BadChoice (guitarboy000) said :
#1

Amazing!

Revision history for this message
Lee Hyde (anubeon) said :
#2

Excellent! I shall have to give this a bash, if you forgive the pun.