1
BEAM IR/RF Wifi transceiver / Re: BEAM prototype. Request to be a beta tester here.
« on: April 21, 2016, 10:25:45 AM »
I am also interested in helping with the Beta test. Live in the U.S. How do I proceed?
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.
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.1.4.5-->
<commandGroup open="True" name="Time of day" enabled="True" prefix="" priority="0" requiredProcess="" description="">
<command id="358" name="morning startup" enabled="true" alwaysOn="True" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<if ifBlockDisabled="False" ifNot="False">
<ifType>(A)Contains(B)</ifType>
<ifParams>{1}&&play some jazz please</ifParams>
<then>
<action>
<cmdType>XJson.Raw</cmdType>
<params>
<param>Player.Open</param>
<param>"item": {"file":"http://pub2.jazzradio.com:80/jr_smoothjazz"}</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
</then>
<else />
</if>
<if ifBlockDisabled="False" ifNot="False">
<ifType>(A)Contains(B)</ifType>
<ifParams>{1}&&no jazz this morning thanks</ifParams>
<then>
<action>
<cmdType>TTS.Speak</cmdType>
<params>
<param>OK, I hope you have a nice morning!</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>VC.StopMacro</cmdType>
<params />
<cmdRepeat>1</cmdRepeat>
</action>
</then>
<else />
</if>
<phrase optional="true">yes, no</phrase>
<phrase>play some jazz please, jazz this morning thanks</phrase>
</command>
</commandGroup>
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.1.4.5-->
<command id="-1" name="Actions copied from LCB">
<if ifBlockDisabled="False" ifNot="False">
<ifType>(A)Contains(B)</ifType>
<ifParams>{1}&&play some jazz please</ifParams>
<then>
<action>
<cmdType>XJson.Raw</cmdType>
<params>
<param>Player.Open</param>
<param>"item": {"file":"http://pub2.jazzradio.com:80/jr_smoothjazz"}</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
</then>
<else />
</if>
<if ifBlockDisabled="False" ifNot="False">
<ifType>(A)Contains(B)</ifType>
<ifParams>{1}&&no jazz this morning thanks</ifParams>
<then>
<action>
<cmdType>TTS.Speak</cmdType>
<params>
<param>OK, I hope you have a nice morning!</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>VC.StopMacro</cmdType>
<params />
<cmdRepeat>1</cmdRepeat>
</action>
</then>
<else />
</if>
</command>
I believe the event error was addressed in a later update, but it was not introduced by a new version of VC, I think it was introduced by Kodi and generally only comes from plugins that have unexpected json data attached to them.
2.138 is available now. I can't remember if the event issue was fixed in 2.136 or not.