Playlists in Windows Media Player
Windows Media Player will only play .m3u playlists two levels deep…
You can include a playlist inside another playlist and it copes fine. If you include a playlistsinside a playlist inside a playlist, the innermost one doesn’t get played.
Why do I tell you this? I decided to try and create a Pimsleur-style CD for Finnish. But to save on effort and increase modularity everything is done in bits and joined together with .m3u files. Since Windows Media Player can’t cope with the nesting though, I had to write a PHP to dump them all in one file (I’m expecting to hit a limit on the amount of songs in a playlist soon).
By the way a .m3u (playlist) is really complicated… it’s a list of URLs seperated by newlines…
Comments
5 Comments on Playlists in Windows Media Player
-
Stacey on
Tue, 13th Sep 2005 1:11 am
-
Oliver on
Wed, 14th Sep 2005 8:48 pm
-
Ryan on
Thu, 15th Sep 2005 9:17 pm
-
Oliver on
Thu, 15th Sep 2005 9:39 pm
-
Competing with Pimsleur - OliverBrown.me.uk on
Tue, 1st Nov 2005 2:41 pm
Get iTunes and save yourself a lot of trouble.
Unfortunately I can’t tell everyone visiting a page with the content on to get iTunes…
But iTunes doesn’t read .m3u files at all does it?
Dunno… Save a text file with a list of song files in with a .m3u extension and see if it will open it :)
[...]
Competing with Pimsleur
October 30th, 2005 by Oliver
As I mentioned earlier, I’ve written the framework for a language learning syst [...]

Oliver
dantesoft on 


