Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ElbeCoder

Pages: [1] 2 3
1
Hello,

So I wanted to see what you did to fix the issue where it was unable to open the databases.  I also found that if I went and copied the file locally I can get it to work.  However it does not work when trying to load from the share.  I have gone ahead and even chmod the databases on the Pi to be 0777 and I still am unable to open the database files.  Is there anything else here in play that I am missing.  This is a Raspberry Pi 3 running OpenElec.  Any input would be greatly appreciated.

ahhm. I copied the database to my PC and opened it there. And always let it open it when starting carefully.

2
What do i have to do, if i want that when i say play song .... it will say. now playing <song name>

3
Yes :D

4
Youre mad at me  >:(

5
But why aint Take me out to watch (movie) working? play movie (name) is working but take me out to watch doesnt.

6
I have lots of music, lots of. I think i got it working some how. I copied the database to my own computer and put xsql plugin to read it there. becouse it doenst matter becouse i dont update my music library anymore

7
Thats what i though. About 1 million

8
My Take me out to watch doesnt work. When i say Take me out to watch Skyfall it doesnt do anything in kodi. but it takes the command correctly. Play movie skyfall works. What would be the problem


Another problem with music database. I synced my whole music from network to my kodi today. This is the error i am getting with songs now, why?


9
Got it working. But is there anyway to just go back 5 seconds

10
VoxCommando Basics and Core Features / Re: Math
« on: March 04, 2016, 11:41:48 AM »
Go it working

11
I have watched that video several times.. i tried. Put input send keys and then key left. Doesnt work. Doesnt do anything. it does take the input key left when saying what did he say..

12
Yeah. but i dont want to make much my own commands. i just want to make one. If  i say What did he say? It would reverse or skip back the video or music for 10 seconds.

13
VoxCommando Basics and Core Features / Re: Math
« on: March 04, 2016, 11:09:28 AM »
Cant find it. There is just bug reports for me.

14
VoxCommando Basics and Core Features / Re: Math
« on: March 04, 2016, 11:00:29 AM »
I know how to import xml to the voicecommands.xml. But where can i get the correct xml to import. And do i have to import it to python plugin settings or voicecommands.xml

15
Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.1.4-->
<command id="339" name="What did he say" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="Go back 10 seconds">
  <action>
    <cmdType>InputKeys.Send</cmdType>
    <params>
      <param>vk:{1}</param>
    </params>
    <cmdRepeat>{2}</cmdRepeat>
  </action>
  <phrase>What did he say</phrase>
  <payloadFromXML phraseOnly="False" use2partPhrase="False" phraseConnector="by" Phrase2wildcard="anyone" optional="False">payloads\1directions.xml</payloadFromXML>
  <payloadRange>1,1</payloadRange>
</command>



I am trying one thing. If im saying What did i miss, what did he say, i missed that. And then kodi would go back like 5,10 seconds. whats wrong

Pages: [1] 2 3