[RELEASE] RadioTunes XBMC plugin - formerly Sky.fm (21th Sep 2014: v3.0.0)
#80
Found the problem (this fix was posted before in the di.fm thread a few months ago). In default.py change:

re_channelData = re.compile("NS\('AudioAddict.API.Config'\).channels\s*=\s*([^\n]+);", re.M | re.I)

to:

re_channelData = re.compile("this.AudioAddict.API.Config\s*=\s*([^;]+);", re.M | re.I)
Reply


Messages In This Thread
RE: [RELEASE] Sky.fm XBMC plugin (Updated 29th June 2014 : V3.0.6) - by BWNautilus - 2014-09-03, 00:06
Logout Mark Read Team Forum Stats Members Help
[RELEASE] RadioTunes XBMC plugin - formerly Sky.fm (21th Sep 2014: v3.0.0)1