
Moodbar Generator
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Amarok2 script.
Automatically generates moodbar files for current playlist, songs added to playlist, currently playing song.
thanks Boris Churzin(http://kde-apps.org/usermanager/search.php?username=devenv) for idea, also thanks to Nikhil Marathe for help.
Need this thing: http://amarok.kde.org/wiki/Moodbar.
And, please, check if moodbar is on (check box "Show Moodbar in Progress slider")
9 years ago
Now it can't slow down amarok, but need testing because of many changes.
Added russian translation, but it is not work :) (don't know why)
9 years ago
Now it can't slow down amarok, but need testing because of many changes.
Added russian translation, but it is not work :) (don't know why)
afettouhi
10 years ago
http://opendesktop.org/content/show.php/Moodbar+Generator+%5BDEPRECATED%5D?content=125137
before and it worked there with podcasts. So maybe I'm confusing the two. But it would be nice if it could make mood files for podcasts also at least when they are playing.
Report
ZLv
10 years ago
Report
afettouhi
10 years ago
http://smodcast.smodcast.libsynpro.com/rss
just to put it in the Amarok rss rweader and let it download one of the files in the feed. They are around 40 to 60 MB in size.
Report
ZLv
9 years ago
Report
afettouhi
10 years ago
Report
ZLv
10 years ago
Report
afettouhi
10 years ago
Report
ZLv
10 years ago
Report
afettouhi
10 years ago
Report
ZLv
10 years ago
Report
afettouhi
10 years ago
Report
ZLv
10 years ago
There are some versions of moodbar generator. Difference between 0.52 and 0.53 versions is only icon in menu. Please write more info. Do amarok shows script menu in settings?
Report
lelamal
10 years ago
Report
ZLv
10 years ago
Report
amihere007
10 years ago
after installing the script and restarting Amarok to load it a window with text "can't find moodbar" appears and the script seems dead (It is checked in a list of scripts but no moodbar generated or script settings shown in the menu).
I use 2.3.90 version on KDE 4.5 RC2, did you try it with this version of Amarok?
Report
ZLv
10 years ago
Report
amihere007
10 years ago
Report
ZLv
10 years ago
Report
krnekit
10 years ago
Report
ZLv
10 years ago
Report
krnekit
10 years ago
Report
ZLv
10 years ago
Report
Zorael
10 years ago
Could it perhaps be limited so that only a sane number of moodbars are being generated at any one time? And then when one finishes, it proceeds to the next one.
Report
ZLv
10 years ago
Report
marcing
10 years ago
args = ["-n","19","moodbar","-o", mood, path];
QProcess.startDetached("nice",args);
Report