repository.membrane icon indicating copy to clipboard operation
repository.membrane copied to clipboard

NDR Mediathek funzt nicht mehr

Open jodo234 opened this issue 5 years ago • 1 comments

Moinsen, ich finde hier leider niergends eine Möglichkeit dich zu kontaktieren, daher versuche ich es nun auf diesem Weg :) Ich habe bis vor kurzem noch das NDR Plugin in der Version 1.1.2 von Membrane genutzt. Seit einiger Zeit funzt das aber nicht mehr richtig, wenn man irgendeine Sendung/Serie auswählt, ist der Ordner dann einfach leer. Ich habe daraufhin dein Repo installiert und dann die Version 1.1.3. Aber auch damit sind alle Ordner in der Mediathek einfach leer... man sieht die Namen der Serien und Sendungen, wenn man die aber öffnet, um eine Folge zu starten, sind die Unterordner einfach leer :/

jodo234 avatar Aug 09 '19 21:08 jodo234

Hi jodo234 I had the same issue (gleiche problem). For me the solution was to comment the following lines in libmediathek3listing.py out:

121 #if len(l) > 0: 122 # type = l[0]['_type'] 123 # xbmc.log("type: " + type,level=xbmc.LOGNOTICE) 124 # if type == 'video' or type == 'live' or type == 'date' or type == 'clip' or type == 'episode': 125 # xbmcplugin.setContent( handle=int( sys.argv[ 1 ] ), content="episodes" ) 126 # elif type == 'shows' or type == 'season': 127 # xbmcplugin.setContent( handle=int( sys.argv[ 1 ] ), content="tvshows" ) 128 # else: 129 # xbmcplugin.setContent( handle=int( sys.argv[ 1 ] ), content="files" )

juergenMSchmitz avatar Feb 13 '21 13:02 juergenMSchmitz