Re: is s peech possible in in Kodi 17.0?

2017-02-13 Thread Milton

Hi Peter,

Many many many thanks! This enables me in my job to help sighted people.
Milton

Op 13-02-17 om 11:24 schreef Peter Vágner:

Hello,

Yes, this is possible  but there is an additional step needed to enable
the addon since Kodi 17.
Assumed you have done all that Kyle has recommended i.e. created the
folder structure ~/.kodi/addons and unzipped service.xbmc.tts in there
you also need to do the following.
- 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 commandline 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
- Now start Kodi and enjoy the Kodi screen reader addon.

Greetings

Peter


On 13.02.2017 at 10:48 Milton wrote:


Hi,

I installed kodi by doing the following:
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install kodi

I also followed the instructions Kyle gave:
wget
http://mirrors.kodi.tv/addons/krypton/service.xbmc.tts/service.xbmc.tts-1.0.6.zip

mkdir -p .kodi/addons
cd .kodi/addons
unzip ~/service.xbmc.tts-1.0.6.zip
cd

After I launch Kodi 17.0 I have no speech. Did I miss something?
Thanks in advance.
Milton






--
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: is s peech possible in in Kodi 17.0?

2017-02-13 Thread Jeremy Lincicome

Milton,

You need to install the full espeak engine.

In a terminal, type:

sudo apt install espeak

After espeak is installed, Kodi should come up talking.

Jeremy


On 02/13/2017 02:48 AM, Milton wrote:

Hi,

I installed kodi by doing the following:
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install kodi

I also followed the instructions Kyle gave:
wget 
http://mirrors.kodi.tv/addons/krypton/service.xbmc.tts/service.xbmc.tts-1.0.6.zip

mkdir -p .kodi/addons
cd .kodi/addons
unzip ~/service.xbmc.tts-1.0.6.zip
cd

After I launch Kodi 17.0 I have no speech. Did I miss something? 
Thanks in advance.

Milton




--
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: is s peech possible in in Kodi 17.0?

2017-02-13 Thread Peter Vágner

Hello,

Yes, this is possible  but there is an additional step needed to enable 
the addon since Kodi 17.
Assumed you have done all that Kyle has recommended i.e. created the 
folder structure ~/.kodi/addons and unzipped service.xbmc.tts in there 
you also need to do the following.
- 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 commandline 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
- Now start Kodi and enjoy the Kodi screen reader addon.

Greetings

Peter


On 13.02.2017 at 10:48 Milton wrote:


Hi,

I installed kodi by doing the following:
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install kodi

I also followed the instructions Kyle gave:
wget 
http://mirrors.kodi.tv/addons/krypton/service.xbmc.tts/service.xbmc.tts-1.0.6.zip

mkdir -p .kodi/addons
cd .kodi/addons
unzip ~/service.xbmc.tts-1.0.6.zip
cd

After I launch Kodi 17.0 I have no speech. Did I miss something? 
Thanks in advance.

Milton






smime.p7s
Description: Kryptografický podpis S/MIME
-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


is s peech possible in in Kodi 17.0?

2017-02-13 Thread Milton

Hi,

I installed kodi by doing the following:
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install kodi

I also followed the instructions Kyle gave:
wget 
http://mirrors.kodi.tv/addons/krypton/service.xbmc.tts/service.xbmc.tts-1.0.6.zip

mkdir -p .kodi/addons
cd .kodi/addons
unzip ~/service.xbmc.tts-1.0.6.zip
cd

After I launch Kodi 17.0 I have no speech. Did I miss something? Thanks 
in advance.

Milton

--
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: Kodi

2016-11-10 Thread Kyle
Kodi doesn't work with any OS screen reader. You need the kodi screen 
reader addon, which you will be able to unzip inside Kodi's addons 
directory before you start it for the first time. Open up a terminal and 
execute the following commands before you start Kodi, being sure that 
you are working in your home directory.
wget 
http://mirrors.kodi.tv/addons/krypton/service.xbmc.tts/service.xbmc.tts-1.0.6.zip

mkdir -p .kodi/addons
cd .kodi/addons
unzip ~/service.xbmc.tts-1.0.6.zip
cd

Now run kodi from the sound and video menu and it should come up 
speaking with its own screen reader. Hope this helps.

Sent from graffiti bridge

--
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: Kodi

2016-11-10 Thread Jeremy Lincicome

Glenn,

To use Kodi on any platform, including Ubuntu, You need the Kodi Screen 
Reader add-on. You can find information for the add-on at:


http://forum.kodi.tv/showthread.php?tid=196757

I'm running Kodi on the Openelec opporating system on a raspberry pi2 
with no problems. The advantage to Openelec is it includes espeak by 
default. If you use something like OSMC, you will need sighted 
assistance to set it up. Also with OSMC, you will need to ssh into the 
box and install espeak manually.


If you would like assistance setting it up, email me off list.


Jeremy


On 11/10/2016 05:03 PM, Glenn / Lenny wrote:

Hi,
I downloaded Kodi for Windows, and installed it on Windows 7 with Jaws 
16, and it was totally unusable, even with the Jaws cursor.

So I am wondering, how is it in Ubuntu with Orca?
Thanks.
Glenn




-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: Kodi

2016-11-10 Thread Rob Whyte
Hi,

sorry I forgot to reply to the list.

This is the link:

https://github.com/ruuk/service.xbmc.tts.git


cheers



On 11/11/16 13:02, Glenn / Lenny wrote:
> Thank you Rob.
> Glenn
>
> - Original Message -
> *From:* Rob Whyte <mailto:fu...@thefudge.net>
> *To:* Glenn / Lenny <mailto:ger...@cableone.net>
> *Sent:* Thursday, November 10, 2016 7:56 PM
> *Subject:* Re: Kodi
>
> There is a TTS addon available that is self voicing and quite good.
>
> It uses speech-dispatcher so is very handy
>
>
>
> On 11/11/16 11:03, Glenn / Lenny wrote:
>> Hi,
>> I downloaded Kodi for Windows, and installed it on Windows 7 with
>> Jaws 16, and it was totally unusable, even with the Jaws cursor.
>> So I am wondering, how is it in Ubuntu with Orca?
>> Thanks.
>> Glenn
>>
>>
>

-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Kodi

2016-11-10 Thread Glenn
Hi,
I downloaded Kodi for Windows, and installed it on Windows 7 with Jaws 16, and 
it was totally unusable, even with the Jaws cursor.
So I am wondering, how is it in Ubuntu with Orca?
Thanks.
Glenn
-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: Kodi

2016-11-10 Thread Luke Yelavich
On Fri, Nov 11, 2016 at 11:03:50AM AEDT, Glenn / Lenny wrote:
> Hi,
> I downloaded Kodi for Windows, and installed it on Windows 7 with Jaws 16, 
> and it was totally unusable, even with the Jaws cursor.
> So I am wondering, how is it in Ubuntu with Orca?

It would be no different, i.e not accessible.

Luke

-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Kodi

2016-11-10 Thread Glenn / Lenny
Hi,
I downloaded Kodi for Windows, and installed it on Windows 7 with Jaws 16, and 
it was totally unusable, even with the Jaws cursor.
So I am wondering, how is it in Ubuntu with Orca?
Thanks.
Glenn-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility