


Moodbar Generator [DEPRECATED]
Amarok 2.x Scripts by devenv 20 comments
Hi,
i had change a little bit your code, in this way if a .mood file exists the script doesn't recreate it.
here is the code:
if (!QFile.exists(mood)) {
args = ["-o", mood, path];
QProcess.startDetached("moodbar",args);
} - May 23 2010
i had change a little bit your code, in this way if a .mood file exists the script doesn't recreate it.
here is the code:
if (!QFile.exists(mood)) {
args = ["-o", mood, path];
QProcess.startDetached("moodbar",args);
} - May 23 2010