Digitally Imported XBMC addon (Updated 25. July 2016 : V3.1.2)
(2017-04-27, 23:17)vogon jelz Wrote: After reviewing the code I think it was the bitrate.

Code:
if ADDON.getSetting('username') != "":
            bitrate = self.dictBitrate[int(ADDON.getSetting('bitrate'))]

When credentials are now mandatory the bitrate should be set to 40 if NOT 'premium'

Hi,

Thanx to vogon clue I was able to make it work for me (free listening).

The lines of code quoted in vogon post are in default.py, line 344.
I replace them by those :
Code:
# if ADDON.getSetting('username') != "":
        if ADDON.getSetting('usepremium') == "true":
            bitrate = self.dictBitrate[int(ADDON.getSetting('bitrate'))]

I uploaded it here : http://s000.tinyupload.com/?file_id=6407...6908546171

I'm sure leas will release a proper pakaged version of the plugin soon.
I'll delete the link then.

Hope it'll work for you.
Reply


Messages In This Thread
RE: Digitally Imported XBMC addon (Updated 25. July 2016 : V3.1.2) - by migounanounet - 2017-06-08, 20:09
Logout Mark Read Team Forum Stats Members Help
Digitally Imported XBMC addon (Updated 25. July 2016 : V3.1.2)2