2015-10-10, 10:31
I'm using the Openelec testbuilds for RaspberryPi from Millhouse on my Pi2. Since the new videoplayer is installed (instead of dvd player) Retrospect doesn't work anymore. I see the following lines in the log:
Is there a solution for this problem?
Code:
CRITICAL - plugin.py - 537 - Could not playback the url
20151010 10:08:15 - [ 586MB] CRITICAL - plugin.py - 537 - | Traceback (most recent call last):
20151010 10:08:15 - [ 586MB] CRITICAL - plugin.py - 537 - | File "/storage/.kodi/addons/net.rieter.xot/resources/libs/plugin.py", line 497, in PlayVideoItem
20151010 10:08:15 - [ 586MB] CRITICAL - plugin.py - 537 - | playData = self.channelObject.PlayVideoItem(item)
20151010 10:08:15 - [ 586MB] CRITICAL - plugin.py - 537 - | File "/storage/.kodi/addons/net.rieter.xot/resources/libs/chn_class.py", line 951, in PlayVideoItem
20151010 10:08:15 - [ 586MB] CRITICAL - plugin.py - 537 - | playerType = AddonSettings.GetPlayer()
20151010 10:08:15 - [ 586MB] CRITICAL - plugin.py - 537 - | File "/storage/.kodi/addons/net.rieter.xot/resources/libs/addonsettings.py", line 95, in GetPlayer
20151010 10:08:15 - [ 586MB] CRITICAL - plugin.py - 537 - | return [xbmc.PLAYER_CORE_AUTO, xbmc.PLAYER_CORE_DVDPLAYER][settingIndex]
20151010 10:08:15 - [ 586MB] CRITICAL - plugin.py - 537 - + AttributeError: 'module' object has no attribute 'PLAYER_CORE_DVDPLAYER'
Is there a solution for this problem?