Edit: Thanks to Cesc, now there is Listen Player Support!!
I’ve added some themes and fixed a couple of bugs:
http://jordihp.deviantart.com/art/CoverGloobus-1-4-123762457
Edit: Thanks to Cesc, now there is Listen Player Support!!
I’ve added some themes and fixed a couple of bugs:
http://jordihp.deviantart.com/art/CoverGloobus-1-4-123762457
how can i make it work with exaile??
There is still no plugin for exaile… it now works for
banshee
rythmbox
listen
quodlibet
Feel free to develop the extension for exaile, I think it should be easy!
i’m not a developer, and i don’t know how to do,
i found exaile.py in the folder so i tought it could be possibile
anyway thanks
There is this file? where did you find it?
Can you send it to me?
Anyway, if you have it, running covergloobus-configy.py let you change the player!
if i put that file in player directory, then run covergloobus-configy.py let me choose exaile
but covergloobus.py doesn’t open covergloobus (in terminal NameError: name ‘ExailePlayer’ is not defined)
Umf, thats because I based my code in nowplaying screenlet, and there is its code, but the exaile plugin is not converted to covergloobus yet.
If I’ve some time I’ll install it and try to develop the plugin, but I don’t promise anything cause I’m very busy these days..
thanks for you work
i’ll wait for any news
try to run it one time from the terminal:
python covergloobus.py
It should create the .pyc of exaile.py and then work!
it doesn’t work
same error
Theme: Postcard
Loading AlbumCover xml info
Traceback (most recent call last):
File “CoverGloobus.py”, line 300, in
sys.exit(c.main())
File “CoverGloobus.py”, line 270, in main
self.init() #Initialize Player Theme and Dbus
File “CoverGloobus.py”, line 87, in init
exec “self.player = ” + self.config.get(“Player”,”name”) + “Player()” #Create the player
File “”, line 1, in
NameError: name ‘ExailePlayer’ is not defined
it doesn’t create .pyc anyway
i found it in your archive /CoverGloobus/NowPlaying/Players/ exaile.py
hey. i made script for Exaile, works with latest stable release, you can download from here – http://www.upload.ee/files/110766/Exaile.py.tar.gz.html
sterky
Hey! thanks so much for you script!! I’ll add it to the next covergloobus release (1.5), I’t will have some minor bugs fixed and some usability improvments!
thank you sterky!
works good!
i’ve added exaile.py in player folder, but it doesn’t work
thanks a lot..
i’ve tryied to put the file in players folder but i cannot make covergloobus work…
maybe cause .pyc is missing., but i dont’ know how to create it
hey again, u need to add line “from Exaile import *” to your CoverGloobus.py also to make it work, or just download this file and replace it http://www.upload.ee/files/112274/CoverGloobus.py.tar.gz.html
thanks a lot
works very well now