stole this from the ubuntuforums website...
Re: How to burn music files (mp3, ogg...) according to a playlist (m3u, pls...)
- used Rythmbox to create a dynamic playlist (genre LIKE alternative, year > 2002, artist <> 'nickleback')
- saved as m3u
- ran this command in terminal against my playlist file (I had k3b open, don't know if it needs to be...)
- trim down to 4.7GB, burn, play in DVD player on home theatre system... bob's your uncle, thank your mother for the eggs.
Re: How to burn music files (mp3, ogg...) according to a playlist (m3u, pls...)
Hi,
save your playlist as .m3u and then :
or if you prefer Brasero
bye Fil
save your playlist as .m3u and then :
Code:
sed '/^#/d' MyPlayListFile.m3u | tr '\n' '\0' | xargs -0 k3b --datacd
Code:
sed '/^#/d' cd\ aprile\ 2009.m3u | tr '\n' '\0' | xargs -0 brasero -d










0 user responses:
Post a Comment