Request: Allow Choice of Metadata Separator

radio.net’s metadata API requires that spaces in metadata get request fields be separated by plus signs β€˜+’ instead of spaces β€˜%20’.

So for instance:

http://api.radio.de/info/v2/pushmetadata/playingsong?broadcast=XXX&title=Hey+Bulldog&artist=The+Beatles&album=All+Together+Now+/+Hey+Bulldog&apikey=XXXX

instead of

http://api.radio.de/info/v2/pushmetadata/playingsong?broadcast=XXX&title=Hey%20Bulldog&artist=The%20Beatles&album=All%20Together%20Now%20/%20Hey%20Bulldog&apikey=XXXX

Would it be possible to add a checkbox to Metadata push channels to enable us to toggle between these separators?

Thanks

  • WBOR
1 Like

What does radio.net do when it receives percent-encoded spaces?

Spits out an error in metadata logs