Posts: 107
Joined: Jul 2011
Reputation:
8
I'm experiencing the channel hopping myself, on Windows Winamp and VLC as well as on two different Linux machines using VLC - a friend of mine has the same problem on Windows/Linux as well.
I remember it being a problem a problem that started ~2 weeks ago and it seems to originate at DIs streaming servers, not XBMC or the plugin.
Posts: 10
Joined: Jun 2014
Reputation:
1
tdc0
Junior Member
Posts: 10
I've done more listening with both premium streams and without premium set up, and I haven't been able to reproduce the problem. Perhaps it is some weird server-side issue.
Posts: 10
Joined: Jun 2014
Reputation:
1
tdc0
Junior Member
Posts: 10
Tonight I saw the problem again, but this time using foobar2000. Their servers are sometimes returning 404s which will cause the next stream in the list to play. Between this and the constant buffering I'm considering asking DI for my money back...
Posts: 1
Joined: Feb 2015
Reputation:
0
I installed Kodi 14.1 today and unfortunately the digitally imported addon doesnt work. everytime i try to run it, it says "Script Error! : Digitally Imported".
Is there anything that i can do to get this addon work?
Posts: 9
Joined: Aug 2012
Reputation:
0
Guys,
The error that is happening is not related to KODI. What happened is that the digitally Imported changed their website so one regex nedds to be changed.
If you go to your default.py file in the addon directory and open it with a text editor look for the line:
re_channelData = re.compile("NS\('AudioAddict'\).Channels\s*=\s*([^;]+);", re.M | re.I)
and change it to:
re_channelData = re.compile('di.app.start\({"channels":\s*([^\n]+),"channel_filters":', re.M | re.I)
Save it an it should work again.
I won't upload files since I'm not the one maintaining this plugin and also I did some other changes to them so the covers for the channels appear when in fullscreen being called from an remote like yatse and json and those are not official.
Thanks,
Marcelo.
Posts: 2
Joined: Feb 2015
Reputation:
0
Thanks for the quick fix solution Marcelo. For those who are still having problems, the temporary fix will only work if you are not logging into DI premium. Remove your email and password from the addon settings and you will be able to access the 40kb standard streams. For premium streams, more work will need to be done to the login section of the python script or you will just have to wait for the official update.
Posts: 9
Joined: Aug 2012
Reputation:
0
ZuljinX,
This fix works for premium and normal. What you have to do to make it work is to put in the plug-ins settings to force refresh the setting so it will download the stations again. That's why when you changed to free it worked because by doing so you clear the previous nfo. I tested in diff machines with 3 accounts. All working just force refresh the settings.
Thanks,
Marcelo.
Posts: 2
Joined: Feb 2015
Reputation:
0
Even better. Thanks again Marcelo.