-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
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. |
Hell. Does kodi screen reader is available with Kodi 19? |
@Drako1916 If you are on windows the easiest method on how to install kodi along with the addon is this installer script by @ABuffEr |
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 |
Thank You for replies. It works perfect with kodi 20. Wil it work with kodi 21? |
Hi, |
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 install kodi 20 i used the software manager to do it. Go to the pvagner/service.xbmc.tts Python 3 branch Click on Code, Download ZIP, and download the file named service.xbmc.tts-2to3.zip Go to the pvagner/backends Python 3 branch 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 Extract the file named backends-2to3.zip 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 |
Yes It works on kodi 21 beta also. THank You |
Hi everyone quick question are the current versions of the add on that are being developed available for Mac OS if so how do I install them please? Thank you very much for your kind help everybody :-)On 9 Mar 2024, at 21:00, Drako1916 ***@***.***> wrote:
Yes It works on kodi 21 beta also. THank You
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
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.
The text was updated successfully, but these errors were encountered: