Winamp Streaming to TuneIn API |
Winamp Streaming to TuneIn API |
timmywa |
Jan 25 2013, 11:42 PM
Post
#1
|
Newbie Group: Members Posts: 1 Joined: 25-January 13 Member No.: 1,520 |
I did some searches here and would like to know how to do the following.
I stream from winamp to Edcast and out to my provider. TuneIn has an API to display now-playing info on their services. You can see all the info here: http://tunein.com/broadcasters/api/ Basically, they use a GET command. Here's the code snippet: CODE # Update the song now playing on a station GET http://air.radiotime.com/Playing.ashx?partnerId=<id>&partnerKey=<key>&id=<stationid>&title=Bad+Romance&artist=Lady+Gaga I am getting the ID and Keys in just a bit but I need to know if this tool is what I need to accomplish this. I'm not a coder or have any idea on GET and such. I appreciate your help. Thanks. |