FS#1340 - Playlist Creation
Attached to Project:
Rockbox
Opened by Anonymous Submitter - Saturday, 10 May 2003, 15:22 GMT
Last edited by Björn Stenberg (zagor) - Thursday, 05 June 2003, 11:18 GMT
Opened by Anonymous Submitter - Saturday, 10 May 2003, 15:22 GMT
Last edited by Björn Stenberg (zagor) - Thursday, 05 June 2003, 11:18 GMT
|
DetailsAuto generates playlists:
if your mp3s are sorted in the form Artist / Album then this will auto create playlists in a .playlist directory for every artist and album you have. just replace the create_playlist() function in tree.c with the function in the attached txt file. |
This task depends upon
Sorry, but I don't think we can apply this to the general
main sources, as we cannot assume any particular file naming.
something similar could be made with all the playlists being put
in enumerated dirs based upon the depth once mkdir() is
implimented. also could work recursively and sort the files in
each dir alphabeticaly, which im trying to impliment, but it
does not seem to work with any speed, taking about 20min for
about 2000 mp3s.