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

Pages: [1] 2 3
1
Other Plugins / Re: usb uirt
« on: April 18, 2021, 11:42:56 PM »
Hey Thanks James That Worked, Don't Know Why I Didn't Think To Try That.. :bonk

2
Other Plugins / usb uirt
« on: April 17, 2021, 06:31:41 AM »
Hi, long time user and love Vox, im having problem with newest stable version and usb uirt, it keeps saying its not connected but it is, i go into plugin settings to reinitialize but it just keeps saying failed to load, ive gone back to 2.2.40 version as its working in that one fine, but would like to update for new features, any info on the problem would be much appreciated, maybe something im doing wrong but cant work it out,Thanks

3
XML Exchange / Re: Knock Knock Joke
« on: April 16, 2021, 01:35:27 AM »
Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.3.0.8-->
<command id="369" name="Tell me a Kids joke" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="60" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>Scrape</cmdType>
    <params>
      <param>https://www.jokesbykids.com/knock-knock/page/{Rnd.1.100}/</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <if ifBlockDisabled="False" ifNot="False">
    <ifType>LastActionSuccess</ifType>
    <ifParams>&amp;&amp;</ifParams>
    <then>
      <action>
        <cmdType>PayloadXML.Clear</cmdType>
        <params>
          <param>payloads\knockjokes.xml</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>Tools.Decode.HTML</cmdType>
        <params>
          <param>{LastResult}</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>Results.RegExSingle</cmdType>
        <params>
          <param>&lt;p&gt;.*?/&gt;.*?\&gt;(.*?)&lt;.*?&lt;div\sclass="punch_line"&gt;(.*?)&lt;/div&gt;</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>Results.MatchToXML</cmdType>
        <params>
          <param>payloads\knockjokes.xml</param>
          <param>True</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>OSD.ShowText</cmdType>
        <params>
          <param>Knock knock ...</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>Group.Rebuild</cmdType>
        <params>
          <param>Knock knock call and answer </param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>Group.Enable</cmdType>
        <params>
          <param>Knock knock call and answer </param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>TTS.Speak</cmdType>
        <params>
          <param>Okay Knock knock|Sure Knock knock|you bet Knock knock.|Great idea Knock knock.|If you like. Here's a good one Knock knock.</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
    </then>
    <else>
      <action>
        <cmdType>TTS.Speak</cmdType>
        <params>
          <param>Sorry i cant right now try later</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
    </else>
  </if>
  <phrase>Tell me a kids joke</phrase>
</command>

Hi Outlaw, This command works for me, I Use RegExSingle Instead Of Regex, Hope It Helps.

4
VoxCommando Basics and Core Features / Re: Help with 2.2.4.0 crashing
« on: August 13, 2018, 02:57:18 AM »
Hi James I did disable hook plugin and it is still crashing after a hour so I've emailed my config and thanks for the taking the time to look.

5
VoxCommando Basics and Core Features / Help with 2.2.4.0 crashing
« on: August 12, 2018, 04:36:54 PM »
Hi I have been having problems lately with my voxcommando crashing on windows 10 and i am not sure what i have changed to cause this, i have never had crash issues before,it stays open for hour nearly always then just closing without notifying me, here is my voxlog,txt and was hoping someone can see the error or advise me on what i can try?

Sorry cant give more info as dont have any
Sorry if posting wrong board
https://www.dropbox.com/s/oayfvgfpinb1rl5/voxLog.txt?dl=0

EDIT--I have just disabled hook plugin as i enabled the for testing but forgot to disable as not using it ill get back if any more crashing.

6
Awesome thnxxx mate and great command too,and thnxx for the reply.. 😉

7
Hi just wondering if this will work with Jarvis and krypton? Thnxx in advancd

8
XML Exchange / Re: Find song info for TV shows
« on: August 14, 2017, 05:09:34 AM »
Hi I haven't used this command for awhile due to upgrading pc, it seems it won't work anymore they deactivated my account and tunefind now want 25 a month to request data just thought I'd post let you know

9
XML Exchange / Re: Knock Knock Joke
« on: April 22, 2017, 02:45:02 AM »
Hi sorry late reply been going through some stuff,  Awesome work thnxxxxx alot

10
XML Exchange / Re: Knock Knock Joke
« on: April 16, 2017, 09:49:31 AM »
I just figured out whats happening, its capturing every 2 lines of knock knock joke in my pattern but i just found 1 thats 3 lines,when it gets to that one it starts capturing different after that, thats why my payload comes out little bit wrong i think :bonk

11
XML Exchange / Re: Knock Knock Joke
« on: April 16, 2017, 09:16:29 AM »
Hey Naiomi Naomi, Love the comedy nest group, ive changed url and pointed it to some adult ones for parties at my house, im into comedy lots, the regex im using works fine to export value and phrase but my regex is also picking up whos there text in some of them, been at it for 3 hours now just thought id ask if you can take a look see what i did wrong this time lol, Otherwise all good ill make do

Heres The Groups For Everyone If want

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.3.5-->
<groupCollection open="False" name="comedy nest2">
  <commandGroup open="False" name="Launch yuks2" enabled="True" prefix="" priority="0" requiredProcess="" description="">
    <command id="374" name="Tell me a joke" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="60" loop="False" loopDelay="0" loopMax="0" description="">
      <action>
        <cmdType>Scrape</cmdType>
        <params>
          <param>http://www.jokes4us.com/knockknockjokes/dirtyknockknockjokes.html</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <if ifBlockDisabled="False" ifNot="False">
        <ifType>LastActionSuccess</ifType>
        <ifParams>&amp;&amp;</ifParams>
        <then>
          <action>
            <cmdType>PayloadXML.Clear</cmdType>
            <params>
              <param>payloads\knockjokes3.xml</param>
            </params>
            <cmdRepeat>1</cmdRepeat>
          </action>
          <action>
            <cmdType>Tools.Decode.HTML</cmdType>
            <params>
              <param>{LastResult}</param>
            </params>
            <cmdRepeat>1</cmdRepeat>
          </action>
          <action>
            <cmdType>Results.RegExReplace</cmdType>
            <params>
              <param>\n&lt;br&gt;</param>
            </params>
            <cmdRepeat>1</cmdRepeat>
          </action>
          <action>
            <cmdType>RegExTool.Open</cmdType>
            <params />
            <cmdRepeat>0</cmdRepeat>
          </action>
          <action>
            <cmdType>Results.RegEx</cmdType>
            <params>
              <param>&lt;br&gt;\n.*?\n(.*?)&lt;br&gt;\n.*?\n(.*?)&lt;br&gt;</param>
            </params>
            <cmdRepeat>1</cmdRepeat>
          </action>
          <action>
            <cmdType>Results.MatchToXML</cmdType>
            <params>
              <param>payloads\knockjokes3.xml</param>
              <param>True</param>
            </params>
            <cmdRepeat>1</cmdRepeat>
          </action>
          <action>
            <cmdType>OSD.ShowText</cmdType>
            <params>
              <param>Knock knock ...</param>
            </params>
            <cmdRepeat>1</cmdRepeat>
          </action>
          <action>
            <cmdType>Group.Rebuild</cmdType>
            <params>
              <param>Knock knock call and answer 3</param>
            </params>
            <cmdRepeat>1</cmdRepeat>
          </action>
          <action>
            <cmdType>Group.Enable</cmdType>
            <params>
              <param>Knock knock call and answer 3</param>
            </params>
            <cmdRepeat>1</cmdRepeat>
          </action>
          <action>
            <cmdType>TTS.Speak</cmdType>
            <params>
              <param>Okay Knock knock|Sure Knock knock|you bet Knock knock.|Great idea Knock knock.|If you like. Here's a good one Knock knock.</param>
            </params>
            <cmdRepeat>1</cmdRepeat>
          </action>
        </then>
        <else>
          <action>
            <cmdType>TTS.Speak</cmdType>
            <params>
              <param>Sorry i cant right now try later</param>
            </params>
            <cmdRepeat>1</cmdRepeat>
          </action>
        </else>
      </if>
      <phrase>Tell me a,Tell me another, I changed my mind</phrase>
      <phrase optional="true">joke</phrase>
    </command>
    <command id="102" name="confirmation phrases" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
      <action>
        <cmdType>VC.ConfirmYes</cmdType>
        <params />
        <cmdRepeat>1</cmdRepeat>
      </action>
      <phrase>Yes please, Okay, Sounds good</phrase>
    </command>
  </commandGroup>
  <commandGroup open="True" name="Knock knock call and answer 3" enabled="False" prefix="" priority="0" requiredProcess="" description="">
    <command id="309" name="Who's there?" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="60" loop="False" loopDelay="0" loopMax="0" description="">
      <action>
        <cmdType>PayloadXML.GetRandomP</cmdType>
        <params>
          <param>payloads\knockjokes.xml</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>TTS.Speak</cmdType>
        <params>
          <param>{Match.1}</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>OSD.AddText</cmdType>
        <params>
          <param>{Match.1}</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <phrase>Who's there, Who is there</phrase>
    </command>
    <command id="307" name="{1} who?" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
      <action>
        <cmdType>TTS.SpeakSync</cmdType>
        <params>
          <param>{1}</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>OSD.ShowText</cmdType>
        <params>
          <param>{1}</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>VC.Pause</cmdType>
        <params>
          <param>3000</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>TTS.Speak</cmdType>
        <params>
          <param>That was hilarious. Do you want to hear another one?|Kids today are such comedians. How about another?|A barrel of laughs that was. Want to hear another?| Would you like to hear another joke?</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>VC.TriggerEvent</cmdType>
        <params>
          <param>more jokes confirmation</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <payloadFromXML phraseOnly="False" use2partPhrase="False" phraseConnector="by" Phrase2wildcard="anyone" optional="False">payloads\knockjokes3.xml</payloadFromXML>
      <phrase>who</phrase>
    </command>
    <command id="337" name="more jokes confirmation" enabled="true" alwaysOn="False" confirm="True" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
      <action>
        <cmdType>VC.TellVox</cmdType>
        <params>
          <param>Tell me a joke</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <event>more jokes confirmation</event>
    </command>
    <command id="393" name="Disable group on no confirm" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
      <action>
        <cmdType>TTS.SpeakSync</cmdType>
        <params>
          <param>No problem.|OK|That's fine.</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>TTS.Speak</cmdType>
        <params>
          <param>Let me know if you change your mind.|But remember that this comedy club is always open.|I'm here when you're ready for more yuks.</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>Group.Disable</cmdType>
        <params>
          <param>Knock knock call and answer 2</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <event>Confirm.Cancel.more jokes confirmation</event>
    </command>
  </commandGroup>
</groupCollection>



Thnxxx alot and i am learning still just stumped at this part

12
XML Exchange / Re: Knock Knock Joke
« on: April 02, 2017, 10:01:38 AM »
Awesome work as always Naomi and your approach much better, I have been fiddling with this for few days to try do it myself but you perfected it thnxxx and I learn more from you again cheers..  ;)

13
XML Exchange / Knock Knock Joke
« on: April 01, 2017, 11:29:34 PM »
Hi Ive Made this command to scrape a joke webpage and return knock knock jokes but i cant figure out how i can pause in middle of joke to say whos there and make it pick a random one, so far i put 2 pauses in but am up for suggestions as im lost on what to do next and yous know alot more than i do?any help appreciated..

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.3.5-->
<command id="270" name="Knock Knock Joke" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>Scrape</cmdType>
    <params>
      <param>https://www.jokesbykids.com/knock-knock/</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Results.Replace</cmdType>
    <params>
      <param>&lt;br</param>
      <param><![CDATA[ ]]></param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Results.RegExReplace</cmdType>
    <params>
      <param>\d</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Results.RegExReplace</cmdType>
    <params>
      <param>&amp;</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Results.RegExReplace</cmdType>
    <params>
      <param>#</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Results.RegExReplace</cmdType>
    <params>
      <param>;</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Results.RegEx</cmdType>
    <params>
      <param>&lt;p&gt;(.*?)/&gt;.*?/&gt;(.*?)/&gt;.*?&lt;div\sclass="punch_line"&gt;(.*?)&lt;/div&gt;&lt;/div&gt;</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>TTS.Speak</cmdType>
    <params>
      <param>{Match.1.1}</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>VC.Pause</cmdType>
    <params>
      <param>3000</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>TTS.Speak</cmdType>
    <params>
      <param>{Match.1.2}</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>VC.Pause</cmdType>
    <params>
      <param>3000</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>TTS.Speak</cmdType>
    <params>
      <param>{Match.1.3}</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <phrase>New Joke Please</phrase>
</command>

14
Version 2 updates / Re: Version Upgrade Problem 2.2.3.5
« on: March 21, 2017, 10:09:07 PM »
Ok well i didnt try that  because just read yoyr replys but what i did late last night was install again in clean folder copied tcp plugin folder, Deleted tcp plugin folder in my Vox im using restarted it and it now works PERFECTLY as it should   :) :)

15
Version 2 updates / Re: Version Upgrade Problem 2.2.3.5
« on: March 21, 2017, 02:23:35 AM »
Thnxx for that info voxwav working great and  voxcommando on pc working perfect except can't enable tcp plugin vox just crashes but I think got something to do with my hardware cos all other versions worked and yea I used tcp plugin web server to communicate with vox when not at home think I need a new pc,anyway thnxxxxx again for great program..

Pages: [1] 2 3