[PLUGIN] Zattoo Box Extended

  • rolapp: Der Fehler trat bei den Versionen 1.6.4.1 und davor auf.

    Nein, es sind/waren keine Favoriten eingerichtet.

    Habe mal alles gelöscht und Update auf 1.6.5 gemacht. Jetzt ist irgendwas richtig verquer (siehe Screenshot). Den Punkt 'Datenbank bereinigen' gibt es auch nicht mehr.

    Externer Inhalt img5.fotos-hochladen.net
    Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.
  • Das sollte eigentlich jetzt so aussehen

    Du musst kodi mal neu starten der muß die geänderten Sprachdateien neu einlesen. Gut habe Deinen Fehler beim nächsten Update gefixt. Es lag an den nicht vorhandenen Favoriten.

    Danke für das Feedback, wäre sonst nicht aufgefallen.

  • Hallo

    Wollte das Addon nun auch mal antesten (Hab schon seit uhrzeiten nen Zattoo account, nur über kodi schon laaang nicht mehr im einsatz)

    Leider wollte das Addon nicht so richtig, auf der einten install konnt ich mich nicht einloggen (richtige e-mail & richtiger key) auf der andern Install konnt ich mich einloggen, aber das Addon warf error über error.

    nicht sicher ob dies schon reicht aber hier mal n kleiner [definition='1','0']log[/definition] auszug:

    Spoiler anzeigen


    19:01:43.859 T:6172 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <type 'exceptions.NameError'>
    Error Contents: global name 'sys' is not defined
    Traceback (most recent call last):
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\service.py", line 13, in <module>
    from resources.library import library
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\resources\library.py", line 17, in <module>
    _zattooDB_ = ZattooDB()
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\resources\zattooDB.py", line 50, in __init__
    self.zapi=self.zapiSession()
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\resources\zattooDB.py", line 62, in zapiSession
    sys.exit()
    NameError: global name 'sys' is not defined
    -->End of Python script error report<--
    19:02:07.810 T:2300 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <type 'exceptions.TypeError'>
    Error Contents: 'NoneType' object has no attribute '__getitem__'
    Traceback (most recent call last):
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\service.py", line 57, in <module>
    if __addon__.getSetting('dbonstart') == 'true': start()
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\service.py", line 49, in start
    _zattooDB_.getProgInfo(True, Time, Time)
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\resources\zattooDB.py", line 447, in getProgInfo
    description_long = self.getShowLongDescription(row["showID"])
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\resources\zattooDB.py", line 304, in getShowLongDescription
    longDesc = showInfo['program']['description']
    TypeError: 'NoneType' object has no attribute '__getitem__'
    -->End of Python script error report<--
    19:02:25.244 T:8024 ERROR: Control 50 in window 10025 has been asked to focus, but it can't
    19:02:28.853 T:4656 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://http://plugin.video.zattooboxExt.beta/?mode=switchlist
    19:02:28.853 T:4656 ERROR: InputStream: Error opening, plugin://http://plugin.video.zattooboxExt.beta/?mode=switchlist
    19:02:28.854 T:4656 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://http://plugin.video.zattooboxExt.beta/?mode=preview
    19:02:28.854 T:4656 ERROR: InputStream: Error opening, plugin://http://plugin.video.zattooboxExt.beta/?mode=preview
    19:02:28.854 T:4656 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://http://plugin.video.zattooboxExt.beta/?mode=epg
    19:02:28.855 T:4656 ERROR: InputStream: Error opening, plugin://http://plugin.video.zattooboxExt.beta/?mode=epg
    19:02:28.867 T:2512 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://http://plugin.video.zattooboxExt.beta/?mode=show_settings
    19:02:28.867 T:2512 ERROR: InputStream: Error opening, plugin://http://plugin.video.zattooboxExt.beta/?mode=show_settings
    19:02:28.881 T:7392 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <type 'exceptions.AttributeError'>
    Error Contents: 'NoneType' object has no attribute 'datetime'
    Traceback (most recent call last):
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\plugin.py", line 846, in <module>
    main()
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\plugin.py", line 780, in main
    if action is 'root': build_root(addon_uri, addon_handle)
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\plugin.py", line 189, in build_root
    _zattooDB_.updateProgram()
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\resources\zattooDB.py", line 182, in updateProgram
    count=c.fetchall()
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\resources\zattooDB.py", line 72, in convert_datetime
    return datetime.datetime.fromtimestamp(float(ts))
    AttributeError: 'NoneType' object has no attribute 'datetime'
    -->End of Python script error report<--
    19:02:35.724 T:8008 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <type 'exceptions.TypeError'>
    Error Contents: 'NoneType' object has no attribute '__getitem__'
    Traceback (most recent call last):
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\plugin.py", line 846, in <module>
    main()
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\plugin.py", line 784, in main
    elif action == 'epg': showEpg(False)
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\plugin.py", line 536, in showEpg
    currentChannel = _zattooDB_.get_playing()['channel']
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\resources\zattooDB.py", line 364, in get_playing
    playing = {'channel':row['id'], 'start':datetime.datetime.now(), 'action_time':datetime.datetime.now()}
    TypeError: 'NoneType' object has no attribute '__getitem__'
    -->End of Python script error report<--
    19:02:40.290 T:7492 WARNING: CSkinInfo: failed to load skin settings
    19:02:40.655 T:7492 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <type 'exceptions.TypeError'>
    Error Contents: 'NoneType' object has no attribute '__getitem__'
    Traceback (most recent call last):
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\resources\channelspreview.py", line 87, in onInit
    self.rebuildChannels()
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\resources\channelspreview.py", line 224, in rebuildChannels
    currentChannel = self.db.get_playing()['channel']
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\resources\zattooDB.py", line 364, in get_playing
    playing = {'channel':row['id'], 'start':datetime.datetime.now(), 'action_time':datetime.datetime.now()}
    TypeError: 'NoneType' object has no attribute '__getitem__'
    -->End of Python script error report<--
    19:02:51.092 T:8024 ERROR: Control 57 in window 10025 has been asked to focus, but it can't
    19:02:51.682 T:4656 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://http://plugin.video.zattooboxExt.beta/?mode=switchlist
    19:02:51.682 T:4656 ERROR: InputStream: Error opening, plugin://http://plugin.video.zattooboxExt.beta/?mode=switchlist
    19:02:51.682 T:4656 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://http://plugin.video.zattooboxExt.beta/?mode=show_settings
    19:02:51.682 T:4656 ERROR: InputStream: Error opening, plugin://http://plugin.video.zattooboxExt.beta/?mode=show_settings
    19:02:51.683 T:4656 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://http://plugin.video.zattooboxExt.beta/?mode=epg
    19:02:51.683 T:4656 ERROR: InputStream: Error opening, plugin://http://plugin.video.zattooboxExt.beta/?mode=epg
    19:02:51.683 T:4656 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://http://plugin.video.zattooboxExt.beta/?mode=preview
    19:02:51.683 T:4656 ERROR: InputStream: Error opening, plugin://http://plugin.video.zattooboxExt.beta/?mode=preview
    19:02:56.153 T:2512 ERROR: XFILE::CDirectory::GetDirectory - Error getting
    19:02:56.341 T:5500 NOTICE: [plugin.video.youtube] Running: YouTube (5.3.6) on Krypton (17.0) with Python 2.7.11
    19:02:59.142 T:8024 ERROR: Control 3 in window 10099 has been asked to focus, but it can't
    19:03:23.244 T:2512 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://http://plugin.video.zattooboxExt.beta/?mode=switchlist
    19:03:23.245 T:2512 ERROR: InputStream: Error opening, plugin://http://plugin.video.zattooboxExt.beta/?mode=switchlist
    19:03:23.245 T:6716 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://http://plugin.video.zattooboxExt.beta/?mode=show_settings
    19:03:23.245 T:6716 ERROR: InputStream: Error opening, plugin://http://plugin.video.zattooboxExt.beta/?mode=show_settings
    19:03:23.246 T:4656 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://http://plugin.video.zattooboxExt.beta/?mode=epg
    19:03:23.246 T:4656 ERROR: InputStream: Error opening, plugin://http://plugin.video.zattooboxExt.beta/?mode=epg
    19:03:23.246 T:2512 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://http://plugin.video.zattooboxExt.beta/?mode=preview
    19:03:23.246 T:2512 ERROR: InputStream: Error opening, plugin://http://plugin.video.zattooboxExt.beta/?mode=preview
    19:03:27.957 T:5616 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <type 'exceptions.TypeError'>
    Error Contents: 'NoneType' object has no attribute '__getitem__'
    Traceback (most recent call last):
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\plugin.py", line 846, in <module>
    main()
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\plugin.py", line 784, in main
    elif action == 'epg': showEpg(False)
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\plugin.py", line 536, in showEpg
    currentChannel = _zattooDB_.get_playing()['channel']
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\resources\zattooDB.py", line 364, in get_playing
    playing = {'channel':row['id'], 'start':datetime.datetime.now(), 'action_time':datetime.datetime.now()}
    TypeError: 'NoneType' object has no attribute '__getitem__'
    -->End of Python script error report<--
    19:03:32.929 T:6208 WARNING: CSkinInfo: failed to load skin settings
    19:03:33.252 T:6208 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <type 'exceptions.TypeError'>
    Error Contents: 'NoneType' object has no attribute '__getitem__'
    Traceback (most recent call last):
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\resources\channelspreview.py", line 87, in onInit
    self.rebuildChannels()
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\resources\channelspreview.py", line 224, in rebuildChannels
    currentChannel = self.db.get_playing()['channel']
    File "C:\x_Portable Progs\KODI (Krypton alpha Portable)\Kodi\portable_data\addons\plugin.video.zattooboxExt.beta\resources\zattooDB.py", line 364, in get_playing
    playing = {'channel':row['id'], 'start':datetime.datetime.now(), 'action_time':datetime.datetime.now()}
    TypeError: 'NoneType' object has no attribute '__getitem__'
    -->End of Python script error report<--

    wenn nötig kann ich auch mal n debug posten.

    mfG.

  • rolapp: Erstmal Danke für Deine unermüdlichen Einsatz.
    Habe mich nochmal drangesetzt und zwei Stunden Deine neue Version 1.6.5 getestet. Leider zahlreiche Exceptions. Es folgen die Ergebnisse.

    Testumgebung Win7, 64bit, Kodi (17.0-BETA7 Git:20161219-eed32e7). Platform: Windows NT x86 32-bit, HIQ, Schweizer Account
    Anmerkung: Habe alle Versionen von Dir mit genau dieser Kodi Version getestet. Entsprechende Verzeichnisse bzw. Datenbanken gelöscht. V1.5.20 läüft weiterhin ohne Probleme.

    Einstellungen
    <setting id="audio_stream" value="A" />
    <setting id="dbonstart" value="true" />
    <setting id="epgPlay" value="false" />
    <setting id="hiq" value="true" />
    <setting id="library_dir" value="" />
    <setting id="max_bandwidth" value="5000" />
    <setting id="onlyfav" value="true" />
    <setting id="reset_dir" value="" />
    <setting id="start_channel" value="ARD" />
    <setting id="start_liveTV" value="false" />
    <setting id="swiss" value="true" />
    <setting id="time_offset" value="-2" />

    Test1: Datenbank und Cache Deteien gelöscht. Programmliste nur Favoriten mit Erstellen der lokalen Aufnahme Bibliotek (library_dir='' und onlyfav=false)

    Ergebnis: Ladezeit mit Kodi17.0 BETA7 bei 500 Aufnahmen - nach 5 sec kommt die Benachrichtigung "nur Favoriten laden" und nach 4:30 ist das plugin mit der Aktualisierung fertig und es kommt dann eine erneute Benachrichtung (warum erst so spät ?). Vorher nur Anzeige des Spinners keine weiteren Informationen wie Datenbank aktualisiert oder Bemerkung: Meldung 'ZattoBoxExt lade Programminformationen' kommt alles nicht !!!
    Bemerkung: Wenn ich nach der vollendeter Aktualisierung dann zum ersten Mal die Kanalliste aufrufe erneute Wartezeit mit Spinner von 1:40 min und danach erst der Aufbau der Kanalliste sehr lange !!!, zweiter Aufruf der Kanalliste 10 sec, 3 Aufruf der Kanalliste schnell 1 sec. Ab dem nächsten Neustart funktioniert dann die Kanalliste überhaupt nicht mehr (siehe unten) !!!
    Erster Aufruf von Vorschau und EPG schnell 1sec und bleibt so schnell -> ok
    Erster Aufruf von Aufnahmen 7sec und bliebt so -> ok

    Test2: Neustart ohne Einstellungs-Änderung
    Ergebnis: nach 5sec Exception
    7:54:35.102 T:6684 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <type 'exceptions.ValueError'>
    Error Contents: need more than 1 value to unpack
    Traceback (most recent call last):
    File "C:\Users\User\AppData\Roaming\Kodi\addons\plugin.video.zattooboxExt.beta\service.py", line 57, in <module>
    if __addon__.getSetting('dbonstart') == 'true': start()
    File "C:\Users\User\AppData\Roaming\Kodi\addons\plugin.video.zattooboxExt.beta\service.py", line 40, in start
    _zattooDB_.updateChannels()
    File "C:\Users\User\AppData\Roaming\Kodi\addons\plugin.video.zattooboxExt.beta\resources\zattooDB.py", line 130, in updateChannels
    c.execute('SELECT * FROM updates WHERE date=? AND type=? ', [date, 'channels'])
    File "C:\Program Files (x86)\Kodi\system\python\Lib\sqlite3\dbapi2.py", line 68, in convert_timestamp
    datepart, timepart = val.split(" ")
    ValueError: need more than 1 value to unpack
    -->End of Python script error report<--
    Bemerkung: Diese Exception kommt bei jedem Neustart wieder. Kanalliste laden geht auch nicht mehr kommt immer eine Exception (siehe weiter unten)

    Test3: Datenbank neu erstellen
    Ergebnis: Nach 2sec kommt die Benachrichtigung "nur Favoriten laden" nach 5sec die Benachrichtigung "Datenbank wurde gelöscht und neue Daten wurden geladen"
    Bemerkung:
    Wenn ich nach dem Datenbank neu erstellen dann die Aufnahmeliste aufrufe dann wird scheinbar gesamte Datenbank neu erstellt, keine Benachrichtigungen, Spinner, Wartezeit wieder 5:00 min und dann wird die Aufnahmeliste dargestellt.

    Wenn ich nach dem Datenbank neu erstellen dann die Kanalliste aufrufe Exception
    19:04:51.652 T:7552 ERROR: Control 50 in window 10025 has been asked to focus, but it can't
    19:04:56.821 T:3516 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <type 'exceptions.TypeError'>
    Error Contents: 'NoneType' object has no attribute '__getitem__'
    Traceback (most recent call last):
    File "C:\Users\User\AppData\Roaming\Kodi\addons\plugin.video.zattooboxExt.beta\plugin.py", line 846, in <module>
    main()
    File "C:\Users\User\AppData\Roaming\Kodi\addons\plugin.video.zattooboxExt.beta\plugin.py", line 781, in main
    elif action == 'channellist': build_channelsList(addon_uri, addon_handle)
    File "C:\Users\User\AppData\Roaming\Kodi\addons\plugin.video.zattooboxExt.beta\plugin.py", line 197, in build_channelsList
    program = _zattooDB_.getPrograms(channels, True)
    File "C:\Users\User\AppData\Roaming\Kodi\addons\plugin.video.zattooboxExt.beta\resources\zattooDB.py", line 272, in getPrograms
    description_long = self.getShowLongDescription(row["showID"])
    File "C:\Users\User\AppData\Roaming\Kodi\addons\plugin.video.zattooboxExt.beta\resources\zattooDB.py", line 304, in getShowLongDescription
    longDesc = showInfo['program']['description']
    TypeError: 'NoneType' object has no attribute '__getitem__'
    -->End of Python script error report<--
    19:04:56.868 T:7552 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://http://plugin.video.zattooboxExt.beta/?mode=channellist

    VG, Samoth :)

  • @samoth Der erste Fehler kam jetzt nicht noch mal

    Screencast ohne Datenbank
    ohne-Datenbank.mov

    1. Die erste Benachrichtigung Tabelle programs ist geladen
    2. Spinner Aufnahmen werden geladen
    3. Die zweite Benachrichtigung Aufnahmen-Verzeichnis angelegt (kommt nicht wenn nicht aktiviert)
    4. oben rechts lange Beschreibung wird geladen
    5. Die dritte Benachrichtigung Laden der langen Beschreibung abgeschlossen

    Screencast mit aktueller Datenbank
    mit-Datenbank.mov

  • Moin,

    bekomme bei dem Versuch Replay auf meinem RPI2 mit LE zu nutzen immer die Fehlermeldung "Error - no zapi result". Ich habe aber einen HiQ-Account bei Zattoo Deutschland, mit dem Replay nun möglich sein soll......

  • @tnadler Du musst das Replay aus rechtlichen Gründen auf der Zattoo Web-Seite erst starten. Das Replay funktioniert dann auch erst einmal nur bist zu diesem Zeitpunkt. Das ist so wie den Video-Recorder einschalten. So war es mit der Schweizer IP, hab ich mit deutsche IP nicht getestet sollte aber gleich sein.

  • @tnadler Du musst das Replay aus rechtlichen Gründen auf der Zattoo Web-Seite erst starten. Das Replay funktioniert dann auch erst einmal nur bist zu diesem Zeitpunkt. Das ist so wie den Video-Recorder einschalten. So war es mit der Schweizer IP, hab ich mit deutsche IP nicht getestet sollte aber gleich sein.

    @rolappHallo Steffen,

    ich bin dafür zu doof....also, ich muss die Sendung über zattoo.com auf einem PC neustarten und dann kann ich sie über LE auch von vorne schauen?
    Gerade läuft z.B. das heute journal - auf zattoo.com kann ich das live schauen, von Anfang an und spulen....wie geht das über das Addon?

  • @samoth Der erste Fehler kam jetzt nicht noch mal

    Screencast ohne Datenbank
    ohne-Datenbank.mov

    1. Die erste Benachrichtigung Tabelle programs ist geladen
    2. Spinner Aufnahmen werden geladen
    3. Die zweite Benachrichtigung Aufnahmen-Verzeichnis angelegt (kommt nicht wenn nicht aktiviert)
    4. oben rechts lange Beschreibung wird geladen
    5. Die dritte Benachrichtigung Laden der langen Beschreibung abgeschlossen

    Screencast mit aktueller Datenbank
    mit-Datenbank.mov

    Punkt 4. oben rechts lange Beschreibung wird geladen kommt bei mir überhaupt nicht. Egal in welcher Konfiguration. Der Text "ZattoBoxExt lade Programm Informationen" - für jeden Sender oben rechts kommt bei mir nicht.

    VG, Samoth :)

  • Auf was mapt die Taste Keypad dann baue ich da noch etwas mit ein.

    Super und danke für die Liste, @rolapp. Keypad ist reserviert vom TV-Betriebssystem und ruft quasi eine On-Screen-Fernbedienung auf. Würde die Taste auf eine Funktionen gemappt, würde parallel also immer noch das entsprechende OSD mit aufpoppen (ich wüsste nicht, dass sich die Taste auf Samsung-Systemebene umbelegen lässt)

    Danke nochmal.

  • rolapp: Leider keine Verbesserung. Ich komme nur in das Hauptmenü von Zattoo Extended Box Beta. Sonst nichts.

  • Hallo, ich habe heute voller Vorfreude Dein Addon 1.6.5 auf AndroidTV 5.1 / Jarvis 16.1 installiert.
    Leider funktioniert bisher gar nichts. Ich erhalte nur Fehlermeldungen bei Kanalliste und EPG sowie einen schwarzen Screen mit "font13" TYPO in Blöcken.
    Lediglich die Suche scheint bei mir eine Funktion zu haben.

  • Für alle die jetzt mit dem gleichen Fehler kommen habe ich den Bugfix gerade Online gestellt.

    Hallo, ich habe heute voller Vorfreude Dein Addon 1.6.5 auf AndroidTV 5.1 / Jarvis 16.1 installiert.
    Leider funktioniert bisher gar nichts. Ich erhalte nur Fehlermeldungen bei Kanalliste und EPG sowie einen schwarzen Screen mit "font13" TYPO in Blöcken.
    Lediglich die Suche scheint bei mir eine Funktion zu haben.

    Auszug aus der Logdatei und ein Screenshot scheint bei Dir etwas schwieriger zu sein. Probiere mal das Update 1.6.5.1

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!