I should be able to add that one.
Their "now playing" data is json and comes via
https://api.webradio.bcs-systems.de/playlist/current/APOLLO.json

Which looks a bit like this:

Code:
--------------------
    
  {
  "cover": "https://somethingorother.jpg";,
  "audio": "https://itunesurl.m4a";,
  "items": [
  {
  "title": "HEUL NICHT",
  "artist": "CHRISTINA LUX",
  "airtime": 1671803665,
  "timetext": "jetzt",
  "itunes": "https://anitunesurl";
  }
  ]
  }
  
--------------------


So I should be able to add this by simply dropping in a configuration
file for Radio Now Playing to handle.



Paul Webster
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin lots more - see
https://forums.slimdevices.com/showthread.php?115201-announce-radio-now-playing-plugin
------------------------------------------------------------------------
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=117269

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to