
playlist 2 cd
Source (link to git-repo or to original if based on someone elses unmodified work):
Description:
Creates an k3b project from the current playlist. Tested with amarok 2.3.0 on Ubuntu 10.04. After you installed the script there are 4 new entries in the tools-menu to write the playlist or the selection to a data- or audio-disc. Last changelog:
version 0.3:
more options (burn selected files), works with amarok 2.3.0 / Ubuntu 10.04
version 0.2:
now working under amarok 2.2 / kubuntu 9.10, also supports data-cds (many thanks to onlinelli (http://kde-apps.org/usermanager/search.php?username=onlinelli) for the update!
changed category to "Generic" in script.spec
Ratings & Comments
9 Comments
Imho, it doesn't have anything to do with k3b. Maybe kde update or amarok itself. Anyway, I think it's easy to fix, I just don't know how :> the script itself is only about 20 lines and the problem seems to be in the last line.
hey there, thanks for the neat script! i was just wondering if you could take a look at the 2.1-svn version of amarok because it stopped working there. Quote:
Error: Function.prototype.connect: ambiguous connect to KAction::triggered(); candidates are
triggered()
triggered(bool)
triggered(Qt::MouseButtons,Qt::KeyboardModifiers)
Use e.g. object['triggered(Qt::MouseButtons,Qt::KeyboardModifiers)'].connect() to connect to a particular overload
It already doesn't work (at least for me) in 2.0.2. I have both the qt3 and the qt4 (svn) version of k3b installed, could this be an issue?
thanks for using my script. i'm sorry, at the moment i don´t have the time to take care of this. but since it is a real easy script, maybe someone knows how to fix this issue. if so, let me know!
changing the last line to Quote:Amarok.Window.ToolsMenu.K3B['triggered()'].connect(BurnCD);
does the trick!
cheers
Please change the script category in the .spec file to Generic as it currently shows up as a scripted service which it is not. Other than that, its a very nice script.
done :)
...with Amarok 2.0 in OpenSuse 11.1! Thanks a lot! P.S.: Is there any possibility to localize the menu entry?
Just found out by myself...