MinimServer Forum
Webradio playlist - display of alternative streams - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: MinimStreamer (/forumdisplay.php?fid=11)
+--- Thread: Webradio playlist - display of alternative streams (/showthread.php?tid=5233)



Webradio playlist - display of alternative streams - steamfan - 24-03-2019 10:27

Hello,

I'm setting up some playlists for listening to web radio / internet radio via playlists hosted by MinimServer. One of my playlists, which is working flawless, looks like this:

Code:
#EXTM3U
#EXTINF:-1,80s Hits
http://listen.radionomy.com/1HITS80s.m3u

#EXTINF:-1,80s Hits
http://listen.radionomy.com/1HITS80s

Explanation:
  • The http addresses are taken from the web site of 80s Hits
  • The first http line points to the 128kbps MP3 stream
  • The second http address points to 64kbps MP3 stream
  • Additionally I have a jpeg file named "80s Hits" stored besides the m3u playlist; this picture is displayed correctly

Observation:
My renderer displays now two lines "80s Hits" if I select the the "80s Hits" playlist.

Question:
I know that the renderer jumps to the next stream in the playlist file if the actually chosen one doesn't play.
The question is if it is possible to hide the second entry in the playlist somehow to the user; then the player could jump to the next available stream in the playlist but the user is not confronted with double entries. Is this possible?
Currently, but I'm open to new ideas, I do not want to rename the second, low quality radio station "80s Hits" to something else as then the picture is no displayed anymore.

Is there a solution or best practice? Did I miss something?


RE: Webradio playlist - display of alternative streams - simoncn - 24-03-2019 22:33

If the second stream is visible to the player, it will also be visible to the user.

If you want to change the name of the second stream, you could add a second .jpg file matching the name of the renamed stream.

It is possible for the radio station to support what you want by hosting a .m3u file with multiple stream entries. In this case, your local playlist .m3u file would have one entry and this entry would point to the radio station's .m3u file which would contain two entries, one for each of the two streams. You could contact the radio station and ask if they are willing to host a .m3u file that does this.