Digitally Imported XBMC addon (Updated 25. July 2016 : V3.1.2)
(2016-01-19, 16:08)curlyboi Wrote: I have created a workaround that will create a ZIP file containing STRM files (something like m3u but for Kodi) that you can play.
Until the add-on is fixed, this should work.

Many thanks!

As a workaround to get a working addon, you can try this quick hack:

Delete \userdata\addon_data\plugin.audio.di.fm\cacheChannels.json, edit addons\plugin.audio.di.fm\default.py and change line 304 from:

Code:
streamUrl = playlistStreams[randrange(len(playlistStreams))][0]

to

Code:
streamUrl = playlistStreams[randrange(len(playlistStreams))][0] + '?xxxxxxxxxxxx|User-Agent=Mozilla/5.0&Referer=http://www.di.fm/'

where xxxxxxxxxxxx is your listenkey.
Reply


Messages In This Thread
RE: [BROKEN] Digitally Imported XBMC addon (Updated 25th March 2015 : V3.1.0) - by Uukrul - 2016-01-22, 00:23
Logout Mark Read Team Forum Stats Members Help
Digitally Imported XBMC addon (Updated 25. July 2016 : V3.1.2)2