![]() |
[SOLVED] Adding Radio stations and logos - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [SOLVED] Adding Radio stations and logos (/showthread.php?tid=115) Pages:
1
2
|
RE: Adding Radio stations and logos - Tim Curtis - 04-22-2018 Its because MPD adds only the stations Playable URL to the playlist. After the station starts playing there may also be metadata in the stream thats added to the Playlist further identifying the station by name along with track information, but this is not guaranteed. Therefore the only true unique identifier for a station is its Playable URL. Below are two examples. The first is one of the Soma sFM tations that includes metadata in its streamĀ and the other is France Inter-Paris that does not provide any metadata in its stream. -Tim Code: pi@rp3:~ $ telnet localhost 6600 RE: Adding Radio stations and logos - hjheins - 04-22-2018 thanks Tim! Is this also why it is such a problem to get radio streams such as ar in the pls to play via a client like bubble or upnplayer? -> would actually having this url that you also use here make that they would also work? Hendrik-Jan RE: Adding Radio stations and logos - Tim Curtis - 04-22-2018 You have to build a separate radio list for UPnP. Have a look at the conf file below. /etc/upmpdcli-radio.conf -Tim |