mherger wrote: > > French speaking Belgian radios have (temporarily I hope) abandoned > > Tunein in favour of Radioplayer (maradio.be). > > It seems it's a trend that some state radios are moving to: > > http://www.radioplayerworldwide.com/ > > Apparently they have just integrated it to Sonos. Is there anything > > implemented yet on the LMS side? > > I've seen this coming (people included @mysqueezebox on Twitter). But > no, I don't even know whether they have an API, or how they model works. > > Will try to find more information. > > -- > > Michael
For Irish site Radioplayer.ie and UK Radiopplayer.co.uk and Belgium maradio.be the following URL returns program info in JSON where XXX is your query string and epoch time is then end parameter. http://search.radioplayer.ie/qp/v3/suggest?query=XXX&callback=radioplayer.search.receiveSuggest&serviceNameSize=128&nameSize=128&_=1499610580 To get realtime program metadata the following only works for UK URL - maybe a variation willwork for other countries. - rpid identifier station and is retrieved from the query result http://np.radioplayer.co.uk/qp/v3/onair?rpIds=343&nameSize=100&artistNameSize=100&descriptionSize=100 ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=107633 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
