Erstmal vielen Dank für das Addon. Ist erstmal ein gelungener Ersatz für 7TV, auch wenn man einen VPN für Österreich braucht.
Es funktioniert soweit alles sehr gut bis auf eine Kleinigkeit, die aber auch nicht unbedingt allzu dringend ist. Möchte man auf eine Serie bzw. einen Unterordnet zugreifen, den man vorher den (allgemeinen) Kodi Favoriten hinzugefügt hat, kommt folgender Fehler:
Spoiler anzeigen
2019-07-05 00:11:53.804 T:2253 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'routing.RoutingError'>
Error Contents: No route to path "/category/by_category/"
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/http://org.xbmc.kodi/files/.kodi/ad…zappntv/main.py", line 14, in <module>
plugin.run()
File "/storage/emulated/0/Android/data/http://org.xbmc.kodi/files/.kodi/ad…s/lib/plugin.py", line 660, in run
plugin.run()
File "/storage/emulated/0/Android/data/http://org.xbmc.kodi/files/.kodi/ad…/lib/routing.py", line 115, in run
self._dispatch(path)
File "/storage/emulated/0/Android/data/http://org.xbmc.kodi/files/.kodi/ad…/lib/routing.py", line 128, in _dispatch
raise RoutingError('No route to path "%s"' % path)
RoutingError: No route to path "/category/by_category/"
-->End of Python script error report<--
2019-07-05 00:11:53.922 T:2252 ERROR: GetDirectory - Error getting plugin://plugin.video.zappntv/category/by_category/
2019-07-05 00:11:53.934 T:1511 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.zappntv/category/by_category/) failed
2019-07-05 00:11:56.425 T:1511 NOTICE: CWinSystemAndroid::DestroyWindow
Der Code in favourites.xml sähe so aus:
<favourite name="GANZE FOLGEN">ActivateWindow(10025,"plugin://plugin.video.zappntv/category/by_category/348427",return)</favourite>
Ist wie gesagt keine große Sache, aber vielleicht lässt es sich für den Userkomfort ja relativ schnell beheben