Kodi Community Forum
Library dependencies to Update to Python 3 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: Python 3 migration (https://forum.kodi.tv/forumdisplay.php?fid=281)
+---- Thread: Library dependencies to Update to Python 3 (/showthread.php?tid=348400)

Pages: 1 2 3


RE: Library dependencies to Update to Python 3 - gujal - 2019-10-31

Any chance script.common.plugin.cache be updated to Py3 please!


RE: Library dependencies to Update to Python 3 - Rechi - 2019-10-31

script.common.plugin.cache doesn't have an active maintainer. If you want to use it, you have to make it Python 3 compatible yourself.


RE: Library dependencies to Update to Python 3 - docwra - 2019-11-19

(2019-10-31, 10:15)Rechi Wrote: script.common.plugin.cache doesn't have an active maintainer. If you want to use it, you have to make it Python 3 compatible yourself.

Looks like someone has popped up and saved the day Smile

https://github.com/anxdpanic/script.common.plugin.cache/issues/14

Updated the first post in the thread.


RE: Library dependencies to Update to Python 3 - zachmorris - 2020-03-02

script.module.routing is not yet in the matrix repository. I've imported by zip in my v19 test environment and it seems to work as is, but it would be nice for it to be automatic.


RE: Library dependencies to Update to Python 3 - M89SE - 2020-03-09

script.module.parsedom
script.module.elementtree
script.module.inputstreamhelper
script.extendedinfo


RE: Library dependencies to Update to Python 3 - docwra - 2020-03-09

Thanks added to the 2nd post


RE: Library dependencies to Update to Python 3 - ronie - 2020-03-09

elementree is included in python (and has been since 2.5)
there's no need anymore for a separate module.


RE: Library dependencies to Update to Python 3 - Essam31 - 2020-03-09

https://github.com/ruuk/script.module.addon.signals/
https://github.com/romanvm/script.module.pyxbmct

Both supports python 3 but need to be added to the matrix repo.


RE: Library dependencies to Update to Python 3 - M89SE - 2020-03-16

script.module.youtube.dl


RE: Library dependencies to Update to Python 3 - sualfred - 2020-03-19

@docwra 
script.extendedinfo -> discontinued. Skinners should use https://forum.kodi.tv/showthread.php?tid=345847 (plugin approach) or https://forum.kodi.tv/showthread.php?tid=346034 (similar to script.extendedinfo; works without skin integration)
script.module.routing -> now available in the matrix repo (@zachmorris  fyi)


RE: Library dependencies to Update to Python 3 - scott967 - 2020-03-19

I have extendedinfo working along with dependency module.kodi65.  Unfortunately, the upstream repo on github has preliminary changes made for py2/py3 compatibility while my fixes are based on the released version in the Kodi repo.  Making a python3-only version for Matrix is much simpler (for me, anyway). 

The only shortfall now is the youtube / youtube-dl dependency as I'm not sure the py3 status of those addons.  The addon runs without youtube to provide the other enhanced info.

scott s.
.


RE: Library dependencies to Update to Python 3 - M89SE - 2020-03-27

I think this script.module.parsedom should be working in matrix can we add them to repo?
https://drive.google.com/drive/u/0/folders/1nR6Jt9SCKyJ7UTEOwkKAxzRxeNvmLgrS


RE: Library dependencies to Update to Python 3 - misty01 - 2020-05-29

Please update:
script.module.t0mm0.common
script.module.addon.common


RE: Library dependencies to Update to Python 3 - V8MEM - 2020-05-30

(2020-05-29, 15:29)misty01 Wrote: Please update:
script.module.t0mm0.common
script.module.addon.common

those were written in 2011, you should consider using something else written with modern python in mind.


RE: Library dependencies to Update to Python 3 - Tonypa - 2020-08-27

Is there any chance we can get Script.module.pil upgraded to py3 for Android please if it is at all possible

That would be absolutely amazing. I have an addon that works great on windows but wont on android as it needs pil.