Modify status-radio.sh to restore RP metadata display #1136
-
Sometime after release 20221117 the RadioParadise metadata for the World Mix channel ceased to be displayed on the Player Status page. I did a bit of hacking around and discovered that the RP URL for the World Mix channel had changed from: 'https://stream.radioparadise.com/world-etc-flac' to 'https://stream.radioparadise.com/global-flac' and thus was being missed by the case statement in /srv/http/bash/status-radio.sh A small modification to the case statement restores the metadata display: case $id in |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
or you could just add another webradio station with the URL https://stream.radioparadise.com/world-etc-flac |
Beta Was this translation helpful? Give feedback.
-
Thank you for the info. To be fixed by next update. |
Beta Was this translation helpful? Give feedback.
Thank you for the info. To be fixed by next update.