![]() |
Python 3 Merged in MAINLINE!! - 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: Python 3 Merged in MAINLINE!! (/showthread.php?tid=348389) Pages:
1
2
|
RE: Python 3 Merged in MAINLINE!! - arvvoid - 2019-10-16 Hbo GO Europe - https://github.com/arvvoid/plugin.video.hbogoeu Last release have Python 2/3 support, work with no issues on last nightly build with Python 3 support RE: Python 3 Merged in MAINLINE!! - Snapcase - 2019-10-16 The version of kodi-addon-checker on pypy doesn't seem to support matrix and throws this error: Code: kodi-addon-checker: error: argument --branch: invalid choice: 'matrix' (choose from 'gotham', 'helix', 'isengard', 'jarvis', 'krypton', 'leia') I'm using it via travis and my job is failing. Looks like the travis config for the repo still uses leia as well. RE: Python 3 Merged in MAINLINE!! - pkscout - 2019-10-17 There is a version of Artist Slideshow available that should work in Matrix with Python 3 (based on limited testing). I haven't merged it into master (and probably won't for some time), but it's at: https://github.com/pkscout/script.artistslideshow/tree/new-version RE: Python 3 Merged in MAINLINE!! - gujal - 2019-10-31 IMDB Trailers and Dailymotion addons were updated to support Py2/3 a while ago RE: Python 3 Merged in MAINLINE!! - linqcan - 2019-11-01 (2019-10-15, 18:08)ronie Wrote: nope, we used the migration branch for testing only. @ronie But if I have submitted a Py2/Py3 compatible addon to branch krypton, will it be available in matrix automagically or do I need to do something? RE: Python 3 Merged in MAINLINE!! - Rechi - 2019-11-02 It will be available in matrix, as usual. RE: Python 3 Merged in MAINLINE!! - linqcan - 2019-11-04 (2019-11-02, 21:30)Rechi Wrote: It will be available in matrix, as usual. Alright, great! Just out of curiosity; how do you determine which addons you can uplift to matrix (as it is P3 only)? RE: Python 3 Merged in MAINLINE!! - Rechi - 2019-11-04 Currently one see everything. There are no special special Python 3 checks. |