View Single Post
Posts: 9 | Thanked: 4 times | Joined on Nov 2009
#24
Originally Posted by LES.. View Post
The media player will load m3u playlists. As i have all my media organised in separate directories I have found the best way to generate these on the device is to fire up the xterm and use find.
Code:
find / -name "*.mp3" > playlist.m3u
All it takes is a regex to get the music i want into a playlist. The playlist can then be loaded from the media player UI (Music->Menu->Playlists). All in all this is a long winded way to say that the playlist management in the media player sucks so badly I don't use it.

Putting aside the media player in theory the mafw layer provides a very rich tool set for third party applications to access the media library and create playlists. It will be interesting to see if anyone decides to try and hook into these and actually create a good playlist tool.
LES if you don't mind, could you post an example of a line from your playlist? I've been playing around with my m3u files using various syntax and path structure, but can't get the Media player to recognize/find the songs I'm listing.