Re: Re[2]: Xmms Playlist Track Display
Kevin Stussman <[email protected]>
| Newsgroups | gmane.comp.audio.netjuke.user |
|---|---|
| Organization | Solium Capital Inc |
| Message-ID | <[email protected]> |
Make sure the format is exactly like this: #EXTM3U #EXTINF:292,Amon Tobin - Out From Out Where - Back From Space http://wheezy/netjuke/var/music/mp3-vol1/complete/Amon%20Tobin/Out%20From%20Out%20Where/01%20-%20Back%20From%20Space.mp3 #EXTINF:235,Amon Tobin - Out From Out Where - Verbal (Feat. Mc Decimal http://wheezy/netjuke/var/music/mp3-vol1/complete/Amon%20Tobin/Out%20From%20Out%20Where/02%20-%20Verbal%20%28feat.%20MC%20Decimal%20R%29.mp3 #EXTINF:367,Amon Tobin - Out From Out Where - Chronictronic http://wheezy/netjuke/var/music/mp3-vol1/complete/Amon%20Tobin/Out%20From%20Out%20Where/03%20-%20ChronicTronic.mp3 If you just remove the "windows" limitation in the code in the php, it will produce results like this (which doesn't work for xmms anyway). #EXTM3U #EXTINF:292,Amon Tobin - Out From Out Where - Back From Space #EXTINF:235,Amon Tobin - Out From Out Where - Verbal (Feat. Mc Decimal #EXTINF:367,Amon Tobin - Out From Out Where - Chronictronic http://somehost/netjuke/var/music/mp3-vol1/complete/Amon%20Tobin/Out%20From%20Out%20Where/01%20-%20Back%20From%20Space.mp3 http://somehost/netjuke/complete/Amon%20Tobin/Out%20From%20Out%20Where/02%20-%20Verbal%20%28feat.%20MC%20Decimal%20R%29.mp3 http://somehost/netjuke/complete/Amon%20Tobin/Out%20From%20Out%20Where/03%20-%20ChronicTronic.mp3 Check out this link for more info : http://hanna.pyxidis.org/tech/m3u.html You can save any playlist and look at it with the "save link as" on most browsers. Regards, Kevin. On Mon, 31 Mar 2003 18:43:07 -0500 Jason Huck <[email protected]> wrote: > I always wondered about that. Just made a quick test file with the > #EXT info > included, and either I screwed something up, or iTunes doesn't support > it. It played the song, but didn't display the extra info. Bummer. > > > This explains why Winamp seems to display Artist, Track, etc. in > > Playlists while Audion and every other Mac Player only displays > > filename (if I'm lucky) or even less appealing, the track's url. > > >>> All netjuke would have to do it put the ID3 info(which it probably > >>> already has) with the m3u list it is sending. A quick glance at > >the>> m3u file netjuke sends has no #EXT info listed. > > >> Netjuke already does include these #EXTINF lines in the playlist > >but> this is apparently limited to windows at the moment > >> ($_SERVER['HTTP_USER_AGENT'] contains "windows"). If XMMS or > >players> on other systems use the #EXTINF data it might be a good > >idea to> extend the support though. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Netjuke-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/netjuke-users ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/