Release Kodi Screen Reader (Text to speech)
Hello,

I have not posted here for a long while. Since that time I have updated my setup to Kodi 17, I'm using it with new estuary skin and I must say I quite like it.
The major disadvantage is that OSD menus are not readable with this addon. To those of you using Kodi 17 can you describe this screen? Is it controllable from the keyboard alone? Are there some texts on the controls or is this pure graphic only?
I am not sure it's doable but I would like to tinker with this a bit to make it more accessible.

There is other thing that significantly affects us relying on this addon since Kodi 17. Service addons are not started automagically after install and they have to be enabled.
I have found a way how to hack around this. I am running Kodi on linux and openelec and I can do the following:
- Install Kodi using the distro package manager
- If you are running Kodi from a desktop session create a ~/.kodi/addons folder structure in your home directory. If your Kodi runs standalone you have to find out where its stores its files and tweak the path accordingly.
- Unzip the zip file with the addon into the addons folder you have just created.
- Start kodi and arrow around the home screen. Make sure you can hear clicking sound as you are navigating on the Kodi home screen.
- Now close kodi by pressing letter s followed by the enter key or if you are on the desktop you can also press alt+F4.
- Now use sqlite3 through the terminal to poke at the database file ~/.kodi/userdata/Database/Addons27.db
- When you can see sqlite prompt type in the following:
UPDATE installed SET enabled=1 WHERE addonID='service.xbmc.tts';
- Now you are done editing sqlite database just exit out of sqlite by typing in
.q
- On the Kodi launch Screen reader can start talking assuming at least one supported tts engine is installed.

I think these steps might apply to other platforms mainly Windows and mac with some minor variations.

Greetings

Peter
Reply


Messages In This Thread
Kodi Screen Reader (Text to speech) - by ruuk - 2014-06-02, 00:15
v0.0.67 - by ruuk - 2014-06-02, 22:37
v0.0.68 - by ruuk - 2014-06-03, 23:14
v0.0.69 - by ruuk - 2014-06-05, 18:38
v0.0.70 - by ruuk - 2014-06-08, 02:30
v0.0.71 - by ruuk - 2014-06-09, 01:35
v0.0.72 - by ruuk - 2014-06-11, 02:06
v0.0.73 - by ruuk - 2014-06-12, 20:20
v0.0.75 - by ruuk - 2014-06-17, 02:16
v0.0.75 - by ruuk - 2014-06-18, 02:12
v0.0.76 - by ruuk - 2014-06-23, 01:37
v0.0.77 - by ruuk - 2014-06-30, 00:19
v0.0.78 - by ruuk - 2014-07-01, 20:50
v0.0.79 - by ruuk - 2014-07-06, 01:30
speech.server v0.0.7 - by ruuk - 2014-06-11, 22:54
v0.0.80 - by ruuk - 2014-07-06, 19:42
v0.0.81 - by ruuk - 2014-07-07, 19:35
v0.0.82 - by ruuk - 2014-07-11, 19:40
v0.0.83 - by ruuk - 2014-08-14, 00:31
v0.0.84 - by ruuk - 2014-10-26, 23:26
v0.0.85 - by ruuk - 2014-11-01, 21:54
v0.0.86 - by ruuk - 2014-12-16, 20:52
v0.0.87b - by ruuk - 2014-12-23, 01:09
v0.0.88b - by ruuk - 2014-12-23, 02:18
v0.1.0b - by ruuk - 2014-12-25, 21:12
v0.1.1b - by ruuk - 2014-12-26, 21:26
v0.1.2 - by ruuk - 2015-02-28, 02:12
v1.0.0 - by ruuk - 2015-04-06, 19:38
v1.0.1 - by ruuk - 2015-04-25, 19:14
v1.0.2 - by ruuk - 2015-06-28, 01:18
v1.0.3 - by ruuk - 2015-09-07, 23:09
v1.0.4 - by ruuk - 2015-10-02, 19:43
v1.0.5 - by ruuk - 2015-10-06, 20:53
v1.0.6 - by ruuk - 2016-05-15, 19:02
v1.0.7 - by ruuk - 2017-07-16, 08:09
v1.0.8 - by ruuk - 2017-11-12, 09:59
v1.0.6b1 - by ruuk - 2016-01-02, 22:20
v1.0.6b2 - by ruuk - 2016-01-25, 19:12
Downloads Page Fixed - by ruuk - 2014-12-22, 21:17
Kodi Screen Reader (Text to speech) - by ruuk - 2015-11-11, 21:00
RE: Kodi Screen Reader (Text to speech) - by pvagner - 2017-04-02, 21:00
Kodi Screen Reader (Text to speech) - by ruuk - 2017-07-14, 23:08
Kodi Screen Reader (Text to speech) - by ruuk - 2017-11-18, 18:41
Kodi Screen Reader (Text to speech) - by ruuk - 2017-11-18, 21:29
Logout Mark Read Team Forum Stats Members Help
Kodi Screen Reader (Text to speech)10