Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibilité Kodi19 & Python3 #27

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

Compatibilité Kodi19 & Python3 #27

wants to merge 32 commits into from

Conversation

PCCV
Copy link

@PCCV PCCV commented Mar 3, 2021

No description provided.

PCCV and others added 30 commits March 23, 2020 17:00
* Refonte complete

* Ajout du zip

* Formatage pour merge

* Modif structure fichier (oubli balise fermente)

* 1 - Pour que l'on puisse faire la mise à jour à partir de la version précédente sans entrer à nouveau les identifiants et en conservant les options déjà choisies, il faudrait renommer le service de "script.betaseries" à "service.betaseries.com" dans "addon.xml", "default.py", "kodiUtilities.py" "player.py" et "utilities.py"

2 - Dans "serviceapi.py"
ligne 186:
changer (showtitle.encode("ascii", "xmlcharrefreplace")).replace(" ", "+")
par showtitle.replace(" ", "+").encode("ascii", "xmlcharrefreplace")

et lignes 368 & 395:
changer showtitle.encode("ascii", "xmlcharrefreplace").replace(" ", "+")
par showtitle.replace(" ", "+").encode("ascii", "xmlcharrefreplace")

* épuration settings.xml
@skylex
Copy link
Owner

skylex commented Mar 3, 2021

Je viens de créer une branche pour leia, tu peux faire la PR sur celle-là plutôt ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants