|
|
Rockbox mail archiveSubject: Generating playlistsFrom: Johan Vromans (jvromans_at_squirrel.nl) Date: 2004-03-29
I often create shuffled playlists of big collections of albums, for
I created a little tool to automatically create the playlists.
'playlist.pl' (a Perl program) takes a list of directories that
http://www.squirrel.nl/people/jvromans/mp3tools/playlist.pl
The program should work on Windows as well, although I have not been
For example, assume the following disk lay-out on the Rockbox:
/music/artist1/album1
then
perl playlist.pl -v /music/*/* > playlist.m3u
If you have a copy of all music files on the hard disk of your PC
perl playlist.pl --strip /sp3/Player /sp3/Player/music/*/* > playlist.m3u
This is like the above example, but also strips a leading
You can also manually create a list of files and directories, and feed
perl playlist.pl < filelist.dat > playlist.m3u
Enjoy your rocking box,
Johan
Page was last modified "Jan 10 2012" The Rockbox Crew |