Well actually you need to change line 39 of main.js to:
PlaylistItems.unshift("--data");
instead of
PlaylistItems.unshift("--datacd");
otherwise it won't work. I checked with k3b command line directly to see.
Otherwise, great and simple approach to a very basic thing :-)
I have tried to use this script with Amarok 2.3.1 and K3b 1.92.0 under KDE 4.4.4. Write Audio CD works ok but when I try Write MP3 CD k3b doesn't launch.
Could you have a look and update the script if possible?
Thanks for your work nevertheless.
This script is pretty simple but is fucking awesome.
The only problem is that it isn't working with k3b 1.91. Just changing the parameter from datacd to data solved the problem :D
Ratings & Comments
7 Comments
To correctly write playlist to cd as data cd with k3b the script must be changed, for the right command is "k3b --data" instead of "k3b --datacd"
Well actually you need to change line 39 of main.js to: PlaylistItems.unshift("--data"); instead of PlaylistItems.unshift("--datacd"); otherwise it won't work. I checked with k3b command line directly to see. Otherwise, great and simple approach to a very basic thing :-)
Cheers!! It worked perfectly!! Thanks a million.
I have tried to use this script with Amarok 2.3.1 and K3b 1.92.0 under KDE 4.4.4. Write Audio CD works ok but when I try Write MP3 CD k3b doesn't launch. Could you have a look and update the script if possible? Thanks for your work nevertheless.
I've just tried playlist 2 cd 0.3 which was updated a few hours ago and it works fine with the above program versions. Just to know.
This script is pretty simple but is fucking awesome. The only problem is that it isn't working with k3b 1.91. Just changing the parameter from datacd to data solved the problem :D
Habs zu spät gesehen, jetzt gibts das Skript doppelt :) Macht aber nix, hehe. Gruß, Christoph