Post Reply 
Removing "duplicate" original and transcoded streams
27-05-2014, 09:57
Post: #8
RE: Removing "duplicate" original and transcoded streams
(26-05-2014 22:55)Pastim Wrote:  I have so far tried foobar upnp and gupnp control points. Both insist on showing the name of the m3u file (VB) as the playlist and only one 'track' named 'desktop.mp3', not one or both IDs. I have tried with and without the '+'. What am I doing wrong?

MY VB.m3u contains:
Code:
#EXTM3U
#EXTINF:-1,[+Squeezelite] Squeezelite Music
http://192.168.1.2:8080/desktop.mp3

(and yes, I do have a weird plan of getting squeezelite to talk to my UPnP renderers, currently just mp3 to find out if it will work).

The '+' prefix isn't supported yet. This was a proposal for a possible future change.

The playlist name is always the name of the .m3u file. The item (track) name should be taken from the #EXTINF line. Did you do a Rescan after editing the .m3u file?

If you just want to play a .mp3 file from a URL without transcoding, you don't need the streamID. You can use the following .m3u file:

Code:
#EXTM3U
#EXTINF:-1,Squeezelite Music
http://192.168.1.2:8080/desktop.mp3
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Removing "duplicate" original and transcoded streams - simoncn - 27-05-2014 09:57

Forum Jump:


User(s) browsing this thread: 1 Guest(s)