Integration with Myriad

Radioplayer is always working to find new ways of making it easy for you to send us Now Playing metadata. If you have your own developers, then you might have come up with ways to extract this information from your playout system.

However if you use Myriad from Broadcast Radio then their platform supports posting metadata to Radioplayer.

Here's how to get started.

 Instructions

Step 1: Request an Ingest account from Radioplayer

To begin with, you need Radioplayer to create an Ingest user account for you. This is not the same as your login details for My Radioplayer.

To obtain an Ingest account, send a support request to your Country Manager. If you know your station RPUID, then it would be useful to provide this when you contact us. But don't worry if it's not hand - we can find it.

Step 2: Configure Myriad

There is a simple process involved in configuring Myriad. And Broadcast Radio will be able to provide you with support at this stage if required.

An example set-up is shown below for sending Now Playing (NP) metadata. You will need to know:

  • Username

  • API Key

  • rpId

The rpId is obtained by removing the three-digit country code from the RPUID e.g. for an RPUID of 826123, 826 is the ISO Country Code for the UK and 123 would be the rpId.

And it is possible to manually test your settings using the Radioplayer Classic style endpoint as follows:

curl -u yourusername:yourpassword -v -X POST "https://np-ingest.radioplayer.cloud/826?rpId=YOUR_RPID&startTime=2023-07-01T12:00:00&duration=1&title=SONGTITLE&artist=ARTIST"

Using the above, if you set a test song of 1s duration and to start with the current date/time then it won't appear in your web console but this will at least check that your credentials are correct.

Step 3: Start sending data and verify

Once you've configured your playout system, you can start sending us data. The easiest way to check it's working is to open your console and see whether the ticker shows the incoming data. Please note - if you have manually edited your console HTML, ensure that the NowPlayingSource is set as follows:

var nowPlayingSource = 'default';


Troubleshooting

If this appears not to work, it's possible that the metadata posting is failing silently. Open a support ticket with Broadcast Radio who will help you diagnose the problem.

To recap - the rpId is obtained by removing the three-digit country code from the RPUID. Therefore, for an RPUID of 826123, 826 is the ISO Country Code for the UK and 123 would be the rpId.