You are not logged in.
Pages: 1
Hi folks,
i wrote a python-plasmoid to display (only) the cover from the song that amarok ist currently playing on my desktop.
get it at http://kde-look.org/content/show.php/Am … ent=125701
have fun
Edit: updated to version 1.4.1
Last edited by drm00 (2010-06-30 01:00:59)
Offline
1) Why are you converting the coverart to png?
2) I'm sure it works, but waking up every 500ms to query whether or not a new cover needs to be loaded is rather wastefull (cpu/battery wise). Why not do the obvious and subscribe to the TrackChange signal that's emitted by amarok?
Last edited by GogglesGuy (2010-06-02 02:48:04)
Offline
Hi GogglesGuy, thanks for your feedback.
1) I have to convert non-png covers to png, because Plasma.Label.setImage() can only handle *.png.
2) Now, the plasmoid does the obvious But i have one last problem: I can install this plasmoid and it works correctly in plasmoidviewer. But when I try to add it to the desktop, it refuses to work
Any suggestions?
Here's the source (amarok-cover-1.3): http://pastebin.ca/1876038 and new package: http://www.informatik.uni-frankfurt.de/ … 3-beta.zip
Offline
Offline
Offline
Pages: 1