Tune In Api
Posted: 27 Sep 2013 21:22
Hi Bernd,
I tried to get the Tune In radio Api working together with PFOA but so far without result.
This Api sends the realtime playlist info to the Tune In webserver.
At first i contacted Tune In to send me my Station ID, Partner ID and Partner key
Then you need to setup the script with the Get command, see below for a setup example
----------------------------------------------------------------------------
Requests to the Air API are very simple:
# Update the song now playing on a station
GET http://air.radiotime.com/Playing.ashx?p ... =Lady+Gaga
Your partnerId replaces <id>, partnerKey replaces <key>, and stationId, including the preliminary 's' replaces <stationid>. Your title and artist information should be set to be updated by your broadcast software in correspondence with the currently playing song.
----------------------------------------------------------------------------------------------------------------------------
It might be that i'm using the wrong command, till now i tried to get it working with the EXEX_SEND_HTTP_GET but so far no luck for me.
Maybe you can help me out on this one, info about the Api script can be found here http://tunein.com/broadcasters/api/
Looking forward to your answer
I tried to get the Tune In radio Api working together with PFOA but so far without result.
This Api sends the realtime playlist info to the Tune In webserver.
At first i contacted Tune In to send me my Station ID, Partner ID and Partner key
Then you need to setup the script with the Get command, see below for a setup example
----------------------------------------------------------------------------
Requests to the Air API are very simple:
# Update the song now playing on a station
GET http://air.radiotime.com/Playing.ashx?p ... =Lady+Gaga
Your partnerId replaces <id>, partnerKey replaces <key>, and stationId, including the preliminary 's' replaces <stationid>. Your title and artist information should be set to be updated by your broadcast software in correspondence with the currently playing song.
----------------------------------------------------------------------------------------------------------------------------
It might be that i'm using the wrong command, till now i tried to get it working with the EXEX_SEND_HTTP_GET but so far no luck for me.
Maybe you can help me out on this one, info about the Api script can be found here http://tunein.com/broadcasters/api/
Looking forward to your answer