I have an M3U file on my web site that is served to various MP3 clients. When served to iTunes, it plays the first track just fine. But when it is supposed to move to the next track in the M3U file, it instead moves to the next song in the iTunes library. How do I get it to play the next song in the M3U list?
Here's my file:
#EXTM3U
#EXTINF:-1,Name of Stream
http://server.com/bank/mp3s/Pimpf_75673296.mp3
#EXTINF:-1,Name of Stream
http://server.com/bank/mp3s/Track_23_541145514.mp3
Thanks for the suggestions.......