Bug 671 - Slimserver bug with .m3u playlist format
: Slimserver bug with .m3u playlist format
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 5.x or older
: PC Other
: P2 normal (vote)
: ---
Assigned To: KDF
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-11-22 09:55 UTC by Pascal Herczog
Modified: 2009-01-28 10:22 UTC (History)
0 users

See Also:
Category: ---


Attachments
ignore EXTINF if title already cached for a file (533 bytes, patch)
2004-11-26 10:36 UTC, KDF
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Herczog 2004-11-22 09:55:29 UTC
Using Fishbone on Slimserver 5.3.1, and previous versions, on WinXP, (no 
iTunes!) there appears to be a bug in the way that .m3u playlist files are 
handled.

Normally, all MP3 songs would correctly display in the Slimserver browser as
'title' by 'artist' from 'album', using the ID3 tag info.

However, I found that playlists created by WinAMP as .m3u files would cause the
song titles for those referenced by the playlist to appear as 'artist-title' by
'artist' from 'album', in both the left pane of Fishbone and the player's right
hand pane. This obviously also affects the Slimp3/squeezebox display of the now
playing status.

In comparing the .m3u from WinAMP, with a test created directly in Slimserver,
they look as follows:

Winamp .m3u file:
#EXTM3U
#EXTINF:270,Coldplay - Yellow
\My Music\MP3\Coldplay\Parachutes\Coldplay - 05 - Yellow - 192 kbps.mp3

Slimserver .m3u file:
#EXTM3U
#EXTINF:-1,Axel F
D:\My Music\Vinyl\12inch Singles\Harold Faltermeyer - Axel F.mp3

So, it would appear that Slimserver reads the EXTINF fields and for some reason
decides to alter the title tag information that is stored about those songs in
its database.

Seems like a bug to me.

Pascal
Comment 1 KDF 2004-11-22 15:08:44 UTC
This is likely related directly to bug198 and possibly bug419
Comment 2 KDF 2004-11-22 15:09:57 UTC
sorry...make that bug198 and bug418
Comment 3 KDF 2004-11-26 10:36:26 UTC
Created attachment 210 [details]
ignore EXTINF if title already cached for a file

I put this patch in for bug198, since its the same thing.  This ignores the
EXTINF comments for any local files that already have a cached title.  URL's
and streams should still be updated when the request is done.
Comment 4 KDF 2004-11-26 21:53:39 UTC
fixed in nov 27 nightly
Comment 5 Chris Owens 2006-06-16 14:40:42 UTC
There are 536 bugs in the database with targets of '---' that were fixed prior to new year 2006.  I am setting them to targets of 6.2.1 to keep them from showing up in my queries.
Comment 6 Chris Owens 2008-12-18 11:53:18 UTC
Routine bug db maintenance; removing old versions which cause confusion.  I apologize for the inconvenience.