Bugzilla – Bug 2135
Some playlists parsed as type 'unk' instead of 'mp3'
Last modified: 2011-03-16 04:40:38 UTC
I have one playlist that has stopped working in the latest nightly builds starting around 15 Sep 2005. It is still not working in 16 Sep 2005 (svn 4316). It's puzzling as it is a pretty plain m3u file. I'll attach the playlist and some debug output which shows the songs being recognized as type 'unk' instead of 'mp3'. If I browse the problem playlist in the left pane of the web interface it looks ok - but after playback in the right pane, there is no song info and each song is blank. It seems to be trying to play a four digit number instead of the path to the mp3 so there might be a reference not being dereferenced or something like that.
Created attachment 828 [details] debug output when playing playlist
Created attachment 829 [details] problem playlist
Can you try capturing the output from --d_scan and rescan your playlists? Also, are you sure that the file are accessible by the server?
I'll try the --d_scan option tomorrow. I know the playlist itself is good because it is frequently used and just stopped working recently. I also have an m3u checker script to make sure the playlists have valid readable entries and it validates with that as well.
I didn't see anything unusual in --d_scan. I can attach the whole output if necessary but it is about 5 MB uncompressed.
I noticed this seems to have been resolved sometime between svn 4316 and 4406, so I'm closing it out.