• 1
  • 12
  • 13
  • 14(current)
  • 15
  • 16
  • 18
Digitally Imported XBMC addon (Updated 25. July 2016 : V3.1.2)
(2016-01-21, 23:37)syco Wrote: Well, actually, the current (not working anymore) plugin needs just one implementation: the listenerkey.

And this can easily be obtained by logging in, which you can do in the plugin, already. Maybe it needs
to check for that listenerkey then and add it into the streaming link, like it does in curlybois way?

I just do not know, if the addon programmer is still active/alive with all the baby stuff to do and so on. Big Grin


I already have this in my fork.
The URLs are exactly like this, with the listenerkey.
And I added the referer to CURL.
But still no luck.
Still looking at it though
Reply
I opened a PR for this on Github.
If you want to give it a try, you can use my master until it has been merged and/or modified to be included.

https://github.com/derchrisuk/Digitally-...BMC-plugin

Download the ZIP, and install in Kodi.
Version should show as 3.1.0.1

Go into the Addon settings -> Login
Enter your Username/Password
if you have a premium subscription you should also select the Premium checkbox.
Then select to Force cache refresh
Reply
(2016-01-22, 00:23)Uukrul Wrote: 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.

Great, that worked. The addon is running fine again. Thanks, mate.
Reply
Thank you Uukrul for letting me get one of my favourite addons back again

This worked great
Reply
(2016-01-22, 00:23)Uukrul Wrote: 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.

Thanks a lot for sharing this hack! Works also for the radiotunes addon, simply change the referer to http://www.radiotunes.com.
Reply
Tested and working great, even for UK users who have had it blocked for a long time!

Thanks for the fix.
Reply
Noob here.

But what exactly is a ListenKey. I was about to do the workaround that Uukrul posted up but not sure what a listenkey is?

Thanks
Reply
When register website, receive on listenkey code.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
(2016-01-24, 02:28)Wanilton Wrote: When register website, receive on listenkey code.

Is that for premium account or free. I have a free account but when to to player settings it asks me to upgrade to premium
Reply
AL8782 look in post #186 to see how for listenkey
Reply
(2016-01-22, 06:37)derchris Wrote: I opened a PR for this on Github.
If you want to give it a try, you can use my master until it has been merged and/or modified to be included.

It works!
thank you!
Reply
(2016-01-22, 03:25)derchris Wrote: And I added the referer to CURL.
But still no luck.

You need the referer AND the user-agent. That is the minimum for it to work
(and believe me, that was some painful session with wireshark Big Grin)
Reply
(2016-01-24, 12:15)stringlefellow Wrote: AL8782 look in post #186 to see how for listenkey


Ok thanks
Reply
(2016-01-22, 06:37)derchris Wrote: I opened a PR for this on Github.
If you want to give it a try, you can use my master until it has been merged and/or modified to be included.

https://github.com/derchrisuk/Digitally-...BMC-plugin

Download the ZIP, and install in Kodi.
Version should show as 3.1.0.1

Go into the Addon settings -> Login
Enter your Username/Password
if you have a premium subscription you should also select the Premium checkbox.
Then select to Force cache refresh

Thanks! Works perfect!
Reply
Is it just me or does everyone now have a working addon if downloaded from the official kodi repo??

I had removed DI since it stopped working. After seeing the fix here I downloaded it again from the official kodi repo and just tried testing it once before going about the hacks. Its working!

Even line 304 in default.py of this addon is not the same as that mentioned earlier in this thread.
Reply
  • 1
  • 12
  • 13
  • 14(current)
  • 15
  • 16
  • 18

Logout Mark Read Team Forum Stats Members Help
Digitally Imported XBMC addon (Updated 25. July 2016 : V3.1.2)2