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 - Darthvuder2

Pages: [1]
1
Kodi (XBMC) Frodo / Gotham / Isengard / Jarvis / Re: Open 1channel Search
« on: December 31, 2016, 06:29:13 PM »
okay so it worked with your new voicecommands file beautifully. You guys are geniuses, thanks a bunch

2
Kodi (XBMC) Frodo / Gotham / Isengard / Jarvis / Re: Open 1channel Search
« on: December 31, 2016, 12:49:31 PM »
Sorry for the confusion. I had to copy my kodi log with each individual step done to make sure I understood where the parameter was coming from. I thought it was in the third log but actually in the 4th.

The parsing error happens when I start Voxcommando. I did a test run using the code for 1channel listed in the previous comments and it ran beautifully. I replaced the parameter "plugin..." with that found in the log below and when I start voxcommando gives me a popup box stating "error (re)loading groups:An error occurred while parsing EntityName. LIne 18, position 97".

I assumed this referenced the voxcommando voicecommands.xml file line 18, which corresponds to the line with the new parameter pasted in.

3
Kodi (XBMC) Frodo / Gotham / Isengard / Jarvis / Re: Open 1channel Search
« on: December 31, 2016, 01:27:51 AM »
The parsing error happens when Voxcommando starts (line 18, position 97 corresponds with an &)

4
Kodi (XBMC) Frodo / Gotham / Isengard / Jarvis / Re: Open 1channel Search
« on: December 31, 2016, 01:15:52 AM »
Hello,
I've been trying to refine this for Exodus but keep on getting a parsing error. The attached kodi log is after I've typed "simpsons" into search page and pushed 'done'.
Any help is appreciated.


My code is:

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.1.3.8-->
<command id="595" name="search 1channel  tv shows" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>XJson.Raw</cmdType>
    <params>
      <param>GUI.ActivateWindow</param>
      <param>"window": "video", "parameters": ["plugin://plugin.video.exodus/action=tvshowPage&url=http%3A%2F%2Fapiv2launch.trakt.tv%2Fsearch%3Ftype%3Dshow%26limit%3D20%26page%3D1%26query%3Dsimpsons"]</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <phrase>search 1channel  tv shows</phrase>
</command>

5
VoxCommando Basics and Core Features / Lost registration status
« on: March 19, 2016, 03:33:23 PM »
Hello,
I had a computer which had voxcommand installed with full paid status
Due to technical difficulties I had to reinstall my OS (win10 down to win7). No hardware was changed (save for the fact I am accessing internet through the lan card as opposed to wireless card)
Following this, when I loaded voxcommando it is the trial version now
I don't want to activate one of my licenses again and use this up.

Has this happened to anyone or is there an easy fix?

Thanks
colllin

6
VoxWav Free and VoxWav Pro / Voxwav tans microphone trigger
« on: May 16, 2015, 11:43:27 PM »
Hello anyone,
I have vox commando 2.1.4.5 and voxwav pro
I have a usb microphone hooked up to my main computer and voxwav pro in another room

I am attempting to trigger an event from one unified phrase with different actions based on whether the input is coming from voxwav or the computer microphone (ie lights on when in the living room with the computer will turn on those lights while "lights on" in the kitchen will turn on a different light

Using the tcpmic.wavready event with payload I could theoretically set a user defined variable that would correspond to my vera device id  that another command would use to determine which lights come on (ie setvar whichmachine = 2 for kitchen and my command would turn on device #2 in the kitchen

I seem to be able to set the variable correctly but on testing there are two problems:

1) if the device recognizing the command is voxwav, then the tcpmic.wavready command seems to repeat multiple times. No big deal as the variable just gets set multiple times but I don't know why it's doing that

2) when the input comes through the computer microphone there is recognition on the computer but then this triggers recognition on the voxwav device in another room and the tcpmic.wavready event generates anyway. I am positive that this is not a matter of the voxwav also hearing the command at the same time from the other room as I can disconnect my microphone from my computer and no commands at all are recognized after that.

any ideas?

7
VoxWav Free and VoxWav Pro / Voxwav pro prefix not working
« on: May 16, 2015, 07:45:40 PM »
Hello,
I have vox commando 2.1.4.2 and voxwav pro on android
There is a prefix mode for the voxwav that I have set to on but it appears that commands are still processed with or without the prefix I've set on the computer (cannot see any setting for a separate prefix for the voxwav).

Voxwav on the computer is in yellow mode and uses a prefix of "computer"

is there some easy setting I'm missing?  Thanks

Collin

8
Other Plugins / Re: Robo b not updating url
« on: May 12, 2015, 12:37:49 AM »
Thanks for the advice,

I liberally put Robob.wait statements throughout but it doesn't work
Interestingly, the robob.docComplete after submission shows the correct URL of the second page navigated to, but if I request a robob.geturl, the returned address is still www.bankofamerica.com (the first page).

the getURL is done after a robob.wait statement to ensure that the page loaded

Any ideas, thanks
 

9
Other Plugins / Robo b not updating url
« on: May 11, 2015, 02:19:24 AM »
I am trying to automate a call to my bank website to obtain a balance in an account
The login for this is two stage, first page you enter username, then click a button, then a second page loads where you enter a password.

So I made a robo b browser that successfully logs into the first page by finding the element, setText, and click but once the second page visually loads, I try to find the ID of the second input box (using the visualizer of the browser and pulled the element I'd straight from that into my command) but when run the program says that the element id cannot be found.

When I trouble shoot and have the url of the page displayed along with the html of the current element it still reads the url as the first login page and the element as the first page login button.

Seems like robo browser does not update page information when it loaded the second page hence cannot find the required element to login.

Any ideas?  Site is www.bankofamerica.com

10
VoxCommando Basics and Core Features / Moving licenses
« on: May 10, 2015, 06:32:47 PM »
Any one have any idea how to move a license from one computer to another?
Just deactivating one computer that seems to not be great for voice recognition (tablet with microphone problem) and going to a desktop.
Thank you

collin

11
Command Builder Reference / Re: Toggle optional
« on: April 24, 2015, 02:27:24 AM »
The second option dividing into on and off functions works like a charm

12
Command Builder Reference / Toggle optional
« on: April 21, 2015, 10:42:25 PM »
Hello , I have my vera connected to vox commando
The built in switch command uses words switch or turn to activate, ie "turn kitchen off".
Was wondering if there was a way to make it so I wouldn't have to use the word "turn or switch at all. Meaning could I just say "kitchen off" and have the function work

I know that I could make a dedicated command for each vera device but I was hoping to just modify the built in command as I have many vera devices

I have tried using the "toggle optional" on the "switch or turn phrase but then the system doesn't recogniZe The command at all.

The reason I want this is that I have to use a prefix ie "computer" to avoid false firings as the microphone is near a tv and thus the phrase, computer turn kitchen on seems long to say. I'd rather say computer,kitchen on

Thanks for your help

Collin

13
Kodi (XBMC) Frodo / Gotham / Isengard / Jarvis / Xbmc add on databases
« on: April 18, 2015, 03:13:04 PM »
New user here,
Vox commando working well with ftodo
Was wondering if anyone has found a way to make a payload xml from the entire list of an add on database
For example, could I automatically generate a list of every tv show that genesis has in its database

Another user made a program to automatically bring up a search box for an add on (1channel)and then fill in a search term. But I think this requires him to manually make a file containing all names so vox commander can recognize the movie or show names

I'd like to have a list created of all the tvs and movies so when I voice search for a show I've never considered before, it will bring it up

Is this possible?

Thanks

Pages: [1]