#EXTM3U
#EXTINF:221,Happy Christmas (War Is Over) - The Alarm
C:\Users\Public\Music\The Alarm\Standards\13 Happy Christmas (War Is Over).mp3
#EXTINF:174,Do You Hear What I Hear? - Andy Williams
C:\Users\Public\Music\Andy Williams\Merry Christmas\08 Do You Hear What I Hear_.mp3
#EXTINF:236,Mary's Little Boy Child - Andy Williams
C:\Users\Public\Music\Andy Williams\Merry Christmas\11 Mary's Little Boy Child.mp3
DEBUG:root:rejecting .iTunes Preferences.plist
DEBUG:root:http://192.168.0.104:8001/m3u?name=Christmas.m3u&key=music
DEBUG:root:rejecting desktop.ini
DEBUG:root:built . from C:\Users\Public\Music\. relative to C:\Users\Public\Music
[above line repeated 11 times total]
DEBUG:root:http://192.168.0.104:8001/media?name=The+Alarm%5CStandards%5C13+Happy+Christmas+%28War+Is+Over%29.mp3&key=music
DEBUG:root:http://192.168.0.104:8001/media?name=Andy+Williams%5CMerry+Christmas%5C08+Do+You+Hear+What+I+Hear_.mp3&key=music
DEBUG:root:http://192.168.0.104:8001/media?name=Andy+Williams%5CMerry+Christmas%5C11+Mary%27s+Little+Boy+Child.mp3&key=music
"renojim" wrote:
Playlists can't use absolute paths. Try editing your .m3u file in Notepad and do a "Replace all" replacing "C:\Users\Public\Music\" with nothing (assuming music_dir points to C:\Users\Public\Music in your config.ini).
-JT
DEBUG:root:built . from C:\Users\Public\Music\. relative to C:\Users\Public\Music
DEBUG:root:Error while looking for images in The Alarm\Standards\13 Happy Christmas (War Is Over).mp3: [Errno 2] No such file or directory: u'The Alarm\\Standards\\13 Happy Christmas (War Is Over).mp3'
WARNING:root:library failed to parse ID3 tags for The Alarm\Standards\13 Happy Christmas (War Is Over).mp3. Skipping.
WARNING:root:WARNING: Tried to create feed item for `The Alarm\Standards\13 Happy Christmas (War Is Over).mp3' which does not exist. This shouldn't happen
DEBUG:root:Error while looking for images in Andy Williams\Merry Christmas\08 Do You Hear What I Hear_.mp3: [Errno 2] No such file or directory: u'Andy Williams\\Merry Christmas\\08 Do You Hear What I Hear_.mp3'
WARNING:root:library failed to parse ID3 tags for Andy Williams\Merry Christmas\08 Do You Hear What I Hear_.mp3. Skipping.
WARNING:root:WARNING: Tried to create feed item for `Andy Williams\Merry Christmas\08 Do You Hear What I Hear_.mp3' which does not exist. This shouldn't happen
"renojim" wrote:
That looks like a new/different problem. There can be a problem with MP3s with bad or missing ID3 tags, but you say you can play them if you browse to them, so that may not be it.
One other thing, the .m3u file should be in the directory such that the relative path (the path after you removed the C:\Users\Public\Music) makes sense. In your case, you'll want to put the .m3u playlist file in your Music directory (C:\Users\Public\Music). I don't use playlists very often, so I'll have to do some experimenting myself.
I just looked and I have a test.m3u file that contains absolute paths, so maybe I'm barking up the wrong tree with respect to the absolute path issue. Like I said, let me do some experimenting. I do know that they work. 🙂
-JT