Funktioniert mit Openelec 4.2 auf der RasPi ohne Probleme. Danke.
Beiträge von HaPe
-
-
Nach dieser Änderung von hajs läuft es auch auf openelec 4.2. Nochmals vielen Dank.
Moin, danke für das tolle Add-On
Unter Linux funktioniert das nicht sofort, weil das Dateisystem Case-Sensitive ist.
In addons/plugin.video.amazon/default.py habe ichexec 'import resources.lib.%s as sitemodule' % common.args.mode
exec 'sitemodule.%s()' % common.args.sitemodein
exec 'import resources.lib.%s as sitemodule' % common.args.mode.lower()
exec 'sitemodule.%s()' % common.args.sitemode.upper()geändert.
Jetzt läuft alles super
-
Also Auf openelec 4.2 will es bei mir auch nicht. Kodi auf Linux geht ohne Probleme.
Hier die Log:
Code
Alles anzeigen====================AMAZON START==================== 20:22:31 T:2279601232 ERROR: CPythonInvoker(18, /storage/.xbmc/addons/plugin.video.amazon/default.py): failed to run the gc to clean up after running prior to shutting down the Interpreter 20:22:31 T:2279601232 WARNING: CPythonInvoker(18, /storage/.xbmc/addons/plugin.video.amazon/default.py): the python script "/storage/.xbmc/addons/plugin.video.amazon/default.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE 20:22:31 T:2279601232 NOTICE: Thread BackgroundLoader start, auto delete: false 20:22:31 T:2321544272 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder 20:22:31 T:2321544272 ERROR: COMXImageFile::ReadFile special://skin/extras/backgrounds/IbarraPhoto-one day fly.jpg GetCodingType=0x7fffffff 20:22:31 T:2321544272 NOTICE: LoadJpeg: unable to load special://skin/extras/backgrounds/IbarraPhoto-one day fly.jpg 20:22:43 T:2279601232 NOTICE: Thread LanguageInvoker start, auto delete: false 20:22:44 T:2279601232 NOTICE: -->Python Interpreter Initialized<-- 20:22:47 T:2279601232 NOTICE: ['plugin://plugin.video.amazon/', '-1', '?asin=<B00FGKNHMC>&mode=<play>&name=<1+-+Reboot+in+Brooklyn>&sitemode=<PLAYVIDEO>&adult=<0>&trailer=<0>'] 20:22:47 T:2279601232 NOTICE: common.args 20:22:47 T:2279601232 NOTICE: {'asin': 'B00FGKNHMC', 'sitemode': 'PLAYVIDEO', 'name': '1 - Reboot in Brooklyn', 'adult': '0', 'trailer': '0', 'mode': 'play'} 20:22:47 T:2279601232 NOTICE: ====================AMAZON START==================== 20:22:48 T:2329932880 NOTICE: Thread LanguageInvoker start, auto delete: false 20:22:48 T:2329932880 NOTICE: -->Python Interpreter Initialized<-- 20:22:51 T:2329932880 NOTICE: ['plugin://plugin.video.amazon/', '-1', '?mode=<play_int>&sitemode=<playvideo>&url=<http://www.amazon.de/dp/B00FGKNHMC>'] 20:22:51 T:2329932880 NOTICE: common.args 20:22:51 T:2329932880 NOTICE: {'url': 'http://www.amazon.de/dp/B00FGKNHMC', 'sitemode': 'playvideo', 'mode': 'play_int'} 20:22:51 T:2329932880 NOTICE: ====================AMAZON START==================== 20:22:51 T:2329932880 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: 'module' object has no attribute 'playvideo' Traceback (most recent call last): File "/storage/.xbmc/addons/plugin.video.amazon/default.py", line 46, in <module> modes ( ) File "/storage/.xbmc/addons/plugin.video.amazon/default.py", line 44, in modes exec 'sitemodule.%s()' % common.args.sitemode File "<string>", line 1, in <module> AttributeError: 'module' object has no attribute 'playvideo' -->End of Python script error report<-- 20:22:59 T:2329932880 NOTICE: Thread LanguageInvoker start, auto delete: false 20:22:59 T:2329932880 NOTICE: -->Python Interpreter Initialized<-- 20:23:02 T:2329932880 NOTICE: ['plugin://plugin.video.amazon/', '-1', '?asin=<B00FGKNHMC>&mode=<play>&name=<1+-+Reboot+in+Brooklyn>&sitemode=<PLAYVIDEO>&adult=<0>&trailer=<0>'] 20:23:02 T:2329932880 NOTICE: common.args 20:23:02 T:2329932880 NOTICE: {'asin': 'B00FGKNHMC', 'sitemode': 'PLAYVIDEO', 'name': '1 - Reboot in Brooklyn', 'adult': '0', 'trailer': '0', 'mode': 'play'} 20:23:02 T:2329932880 NOTICE:
-
So wie gesagt das Amazon Plugin zum Testen. Hab es gerade unter Ubuntu getestet und läuft
Einfach über die angehängte Repo installieren.
...
So und nun viel Spaß damit! (Hoffe ich zumindest)Allerbesten Dank, darauf hatte ich und viele gewartet.
Gruß
HaPe