TuneIn.com Support

NounosSon

New member
Hello
I would like to request a feature. I would like RadioBoss to have the ability to send the artist and title of the current song playing to a TuneIn.com listing.
 
Do they have some kind of API?

Probably, you can use the HTTP Request feature to do it.
 
Yes. They do have an API. To get access to it you need to get a PartnerKey and a PartnerId from them. Here is more info on it: http://tunein.com/broadcasters/api/
They have a thing that looks like a HTTP Request. I am going to try it to see if it works. The best way to do it is to have a option in RadioBoss that will allow to get access to their API.
 
There's already an option to use it in RadioBOSS:
Click Settings->Options
Select "Log files/Reports" section
You'll see the "HTTP Request" feature at the bottom, enable it, and in the URL field, enter this string:
Code:
http://air.radiotime.com/Playing.ashx?partnerId=<id>&partnerKey=<key>&id=<stationid>&title=%title&artist=%artist
Don't forget to change the <id>, <key> and <stationid> to the appropriate values.
 
Hi,

Very interesting. But I have a new request about it. I currently use it to update tracklisting on my own website. Therefore could it be possible to have more than one "HTTP Request" feature ?

Regards
Christian
 
Christian said:
Very interesting. But I have a new request about it. I currently use it to update tracklisting on my own website. Therefore could it be possible to have more than one "HTTP Request" feature ?
I scheduled it for the RadioBOSS 4.7.
 
Hi,

    Great and could you add a way to specify that it's not a track that should be added by setting "commercial=true" as mention in the API. Maybe it could be triggered by a specific file name or tag !

Regards
Christian
 
Custom tag fields will be added in the RadioBOSS 4.7, and it will be possible to use those fields in the HTTP requests.
 
Hello
If anyone didn't see my other post, I figured out how the send the artist and title of the current song playing to a TuneIn.com listing with RadioBoss. Here is how you do it: http://www.djsoft.net/smf/index.php/topic,2737.0.html
 
NounosSon, thanks for the guide. The request was about sending additional track info along with standard info (like artist or title). This will only be possible in a future RB version - 4.7
 
Hello aside from HTTP requests is their another way?Thanks.
help.gif
 
Christian said:
Very interesting. But I have a new request about it. I currently use it to update tracklisting on my own website. Therefore could it be possible to have more than one "HTTP Request" feature ?
It was added in RB 4.7: http://www.djsoft.net/smf/index.php/topic,2752.0.html
 
Back
Top