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

Make add-on Python 3 compatible #20

Open
LeonarddeR opened this issue Apr 24, 2020 · 9 comments
Open

Make add-on Python 3 compatible #20

LeonarddeR opened this issue Apr 24, 2020 · 9 comments
Assignees

Comments

@LeonarddeR
Copy link
Contributor

LeonarddeR commented Apr 24, 2020

Kodi 19 will switch to Python 3, see this page
If we want this add-on to stay for Kodi 19 and beyond, it needs to be made compatible.

@kwizrr
Copy link

kwizrr commented Apr 24, 2020

Have thoroughly enjoyed using Kodi over the past few years thanks to this excellent add-on. I'm hoping the dev will make it Python 3 compatible. So many great Kodi add-ons have been abandoned over the years due to the dev no longer having the time to maintain them. Really hope the Kodi Screenreader isn't one of them. It's much too important.

@ruuk ruuk self-assigned this Apr 30, 2020
@Drako1916
Copy link

Hell. Does kodi screen reader is available with Kodi 19?

@pvagner
Copy link
Collaborator

pvagner commented Feb 7, 2024

@Drako1916 If you are on windows the easiest method on how to install kodi along with the addon is this installer script by @ABuffEr
https://github.com/ABuffEr/kodiSRInstallerScript/

@frankmasio
Copy link

This is vital to all my blind clients especially the not so computer savvy ones who learned kodi. We all do not know what to do who do we pay money to? Desperate

@Drako1916
Copy link

Thank You for replies. It works perfect with kodi 20. Wil it work with kodi 21?

@ABuffEr
Copy link

ABuffEr commented Mar 9, 2024

Hi,
as pointed above, I'm the author of Kodi Screen Reader installer script.
This should be the easiest way to setup screen reader after Kodi manual installation, and should be quite generalized to be version independent (in a reasonable limit).
However, I not use it usually, so warn me on my repo above if something goes wrong, don't wait I notice by myself.

@frankmasio
Copy link

So i originaly downloaded the plugin and i copied the backend stuff into the backend folder (note i use linuxmint) it needed to be short one directory so i deleted the first folder and recopied all files into the backend folder the fact i was getting errors on missing files gave me that clue. It was windows instructions

So for Linux mint

sudo add-apt-repository ppa:deadsnakes/ppa -y
sudo apt update
sudo apt install python3.11

install kodi 20 i used the software manager to do it.

Go to the pvagner/service.xbmc.tts Python 3 branch
https://github.com/pvagner/service.xbmc.tts/tree/2to3

Click on Code, Download ZIP, and download the file named service.xbmc.tts-2to3.zip

Go to the pvagner/backends Python 3 branch
https://github.com/pvagner/backends/tree/2to3

Click on Code, Download ZIP, and download the file named backends-2to3.zip

Start Kodi

Go to Add-ons, Install from ZIP file, choose the file named service.xbmc.tts-2to3.zip

It will give a error ignor that
Exit Kodi

Extract the file named backends-2to3.zip
Extract the contents to the Directory where your .kodi is ~/.kodi/addons/service.xbmc.tts/lib/backends

in the backends-2to3.zip it has all the files in a directory called backend something you want all thous files in ~/.kodi/addons/service.xbmc.tts/lib/backends then restart kodi you should hear it talking

@Drako1916
Copy link

Yes It works on kodi 21 beta also. THank You

@soundwarrior20
Copy link

soundwarrior20 commented Mar 10, 2024 via email

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

No branches or pull requests

8 participants