Beispiel #1
0
 def GetEPGForChannel(self, channelId, cstartTime, cendTime):
     bridge.XBMC_Log('GetEPGForChannel - NYI')
     raise PVRListDone(PVR_ERROR.NOT_IMPLEMENTED)
Beispiel #2
0
 def OpenLiveStream(self, channelId):
     bridge.XBMC_Log('OpenLiveStream - NYI')
     return False
Beispiel #3
0
 def GetTimersAmount(self):
     bridge.XBMC_Log('GetTimersAmount - NYI')
     return -1
Beispiel #4
0
 def GetRecordingsAmount(self, deleted):
     bridge.XBMC_Log('GetRecordingsAmount - NYI')
     return -1
Beispiel #5
0
 def CanPauseStream(self):
     bridge.XBMC_Log('CanPauseStream - NYI')
     return False
Beispiel #6
0
 def GetBackendName(self):
     bridge.XBMC_Log('GetBackendName - NYI')
     return 'python pvr base backend'
Beispiel #7
0
 def GetTimers(self):
     bridge.XBMC_Log('GetTimers - NYI')
     raise PVRListDone(PVR_ERROR.NOT_IMPLEMENTED)
Beispiel #8
0
 def PositionLiveStream(self):
     bridge.XBMC_Log('PositionLiveStream - NYI')
     return -1
Beispiel #9
0
 def GetChannelGroups(self, radio):
     bridge.XBMC_Log('GetChannelGroups - NYI')
     raise PVRListDone(PVR_ERROR.NOT_IMPLEMENTED)
Beispiel #10
0
 def GetChannelGroupMembers(self, groupName):
     bridge.XBMC_Log('GetChannelGroupMembers - NYI')
     raise PVRListDone(PVR_ERROR.NOT_IMPLEMENTED)
Beispiel #11
0
 def GetBackendHostname(self):
     bridge.XBMC_Log('GetBackendHostname - NYI')
     return ''
Beispiel #12
0
 def GetBackendVersion(self):
     bridge.XBMC_Log('GetBackendVersion - NYI')
     return '0.0.2.1'
Beispiel #13
0
 def GetConnectionString(self):
     bridge.XBMC_Log('GetConnectionString - NYI')
     return 'connected'
Beispiel #14
0
 def ReadLiveStream(self, bufferSize):
     bridge.XBMC_Log('ReadLiveStream - NYI')
     return -1, None
Beispiel #15
0
 def GetRecordings(self, deleted):
     bridge.XBMC_Log('GetRecordings - NYI')
     raise PVRListDone(PVR_ERROR.NOT_IMPLEMENTED)
Beispiel #16
0
 def SeekLiveStream(self, position, whence):
     bridge.XBMC_Log('SeekLiveStream - NYI')
     return -1
Beispiel #17
0
 def GetDriveSpace(self):
     bridge.XBMC_Log('GetDriveSpace - NYI')
     return PVR_ERROR.NOT_IMPLEMENTED, -1, -1
Beispiel #18
0
 def LengthLiveStream(self):
     bridge.XBMC_Log('LengthLiveStream - NYI')
     return -1
Beispiel #19
0
 def GetChannelsAmount(self):
     bridge.XBMC_Log('GetChannelsAmount - NYI')
     return -1
Beispiel #20
0
 def CanSeekStream(self):
     bridge.XBMC_Log('CanSeekStream - NYI')
     return False
Beispiel #21
0
 def GetAddonCapabilities(self):
     bridge.XBMC_Log('GetAddonCapabilities - NYI')
     return PVR_ERROR.NOT_IMPLEMENTED