getmeradio api webhook? (also, why radio/8000/radio doesn't #5421
Unanswered
cybercuate
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I send now playing via azuracast webhook to getmeradio?
Getmeradio does not get metadata from (https)/radio/8000/radio but from (http)radio:8000 does.
From https://my.getmeradio.com/?rel=dashboard-faq
How does the API work?
You can send us metadata to update your song information using our API in the format below. You have to let us know that you want to use the API instead of the stream metadata by selecting this in the 'Edit Station' section for the radio station (under 'My Stations' then click 'Edit' and scroll down to 'Stream Information' and change 'Metadata Source' from 'Streaming Server' to 'API' and click 'Update'.
Base URL : https://services.getmeradio.com/api/song_update/?
Then add the following fields:
An example would be as follows:
https://services.getmeradio.com/api/song_update/?token=0000000000000000&station_id=00000&artist=Madonna&title=Frozen
You can use the above to send us metadata for your radio station, please do not send more often than every 20 seconds or at song updates via your automation system.
Beta Was this translation helpful? Give feedback.
All reactions