Bug 418 - #EXTINFO ignored
: #EXTINFO ignored
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Playlists
: 5.x or older
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: KDF
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-06-27 12:50 UTC by Brad Kent
Modified: 2009-09-08 09:20 UTC (History)
0 users

See Also:
Category: ---


Attachments
does this work for you? (867 bytes, patch)
2004-08-01 12:48 UTC, KDF
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brad Kent 2004-06-27 12:50:16 UTC
EXTINFO is no longer read from .m3u playlists
when playlist is saved the EXTINF lines are deleted, not preserved

example playlist:
#EXTM3U
#EXTINF:-1,Downbeat - Monkey Radio: Grooving. Sexy. Beats
http://207.200.96.226:8038
#EXTINF:-1,Jezebel
file:///G:/Audio/mp3/Pop_Rock_Alternative/Sade_-_Best_of_Sade__complete/00_CD.mp3#751-1075.89333333333
#EXTINF:-1,This has nothing to do with ID3..
file:///G:/Audio/mp3/Pre_90s/All_Seeing_I_-_Beat_Goes_On.mp3

is seen in web & player interface as:
http://207.200.96.226:8038
Jezebel (Sade) by Sade from Best of Sade  
Beat Goes On (radio edit) (All Seeing I, The) by All Seeing I, The from Pickled
Eggs & Sherbet
Comment 1 Brad Kent 2004-06-27 12:58:07 UTC
bug seems to be opposite behavior of Bug 198
Comment 2 Brad Kent 2004-07-14 20:08:25 UTC
Just confirming bug effects "ShoutcastBrowser Recently Played" playlists:

Although saved as
#EXTINF:-1,96 kbps: DIGITALLY-IMPORTED- Chillout - ambient psy chillout, check...
http://www.shoutcast.com/sbin/tunein-station.pls?id=6339&filename=playlist.pls

Only appears as 
http://www.shoutcast.com/sbin/tunein-station.pls?id=6339&filename=playlist.pls
Comment 3 KDF 2004-08-01 12:48:14 UTC
Created attachment 83 [details]
does this work for you?

the routine appears to grab the EXTINF, but then loops before the data is
written.  teh title data is then lost leaving only the url line to provide it. 
However, this patch makes the title variable persistent through the while loop,
then undefines once the data is written for a givne stream.  The depends on the
format of the m3u to always have EXTINFO followed by the item described by the
EXTINFO, then alternating from there.
Comment 4 KDF 2004-08-05 10:19:11 UTC
must be careful not to worsen bug 198 with this one. my tests for the patch show
that the extinfo is read for song playlists, but they still override id3 tags.
bug 198's option should be careful to allow stream playlists to keep teh extinfo
in future.
Comment 5 KDF 2004-08-05 19:23:42 UTC
committed Aug 5, 2004. 
Comment 6 Chris Owens 2006-06-16 14:40:24 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 7 Chris Owens 2008-12-18 11:53:01 UTC
Routine bug db maintenance; removing old versions which cause confusion.  I apologize for the inconvenience.