erland wrote: > I didn't think you were going to use someone else partner id, I just > wanted to make it clear to everyone else reading the thread that it > would be a bad idea to do so. > > Sounds like a good start, can you investigate it ?
As Andy mentioned every SB owner already paid some money to TuneIn. There shouldn't be a problem running the plugin from LMS using the same partner ID. If you look into the plugin code you'll see that it's already there in many places. Unfortunately the radio menu item had been created with extensibility in mind. Today there's more than just TuneIn (eg. the Staff Picks). It would probably be a good idea to make the plugin a pure TuneIn plugin and get rid of some of the overhead. If you want to give it a try: look at the InternetRadio plugin. Replace the call to /api/v1/radio with pulling the main OPML stream from TuneIn (should be in the XBMC thing). Then adjust _gotRadio to parse the returned OPML instead of some JSON data you would get from SN. That should be it. We should probably move technical discussions to the devs forum to continue. -- Michael ------------------------------------------------------------------------ mherger's Profile: http://forums.slimdevices.com/member.php?userid=50 View this thread: http://forums.slimdevices.com/showthread.php?t=98205 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
