Fabio8G2
Fabio8G2
This sound so sad! Can i help you? I was wondering: if is a dipendency issue, install the correct python version could be the solution? Or the python version used...
Ok! I'll try to update the python library! Thanks!
i was wondering: if i have the latest version of kodi (19.1) whith the latest xbmc.python version, why an higher version (2.14.0) is needed?
Ok now i'm a bit confused. Kodi 19.1 cames with python 3 which is newer than the version needed for the addon... it seems that the python version used for...
according with the changelog file, the addon is compatibile with python 3 e 2 since the 1.0.7 version... what if i would change the import instruction in the addon.xml? Could...
I edited both addon.xml files in script.module.neverwise and in plugin.video.dplay changing the requested xbmc.python to the version 3.0.0. The script.module is now installed, but the installation of dplay plugin fail...
I finally installed dplay but it doesn't work....Here is the log: 2021-09-25 16:12:01.702 T:16608 INFO : JSONRPC Server: Disconnection detected 2021-09-25 16:12:02.171 T:16608 INFO : JSONRPC Server: New connection added...
Removed iconImage and thumbnailImage. Use **setArt()**. Syntax: # setArt(values) listitem.setArt({ 'poster': 'poster.png', 'banner' : 'banner.png' }) the removed method was colled in script.module, right?!
OK...it works, but no audio... I changed the old method with the new one in neverwise.py....then i reinstalled both, script.module and dplay addon. On open it goes straith to the...
i found something in the log: 2021-09-29 17:02:09.338 T:9991 INFO : initializing python engine. 2021-09-29 17:02:10.611 T:9938 INFO : Python interpreter stopped 2021-09-29 17:02:28.923 T:9991 INFO : Skipped 4 duplicate...