0 Members and 1 Guest are viewing this topic.
<?xml version="1.0" encoding="utf-16"?><!--VoxCommando 2.1.2.5--><commandGroup open="False" name="gen XBMC XML each day at 5:00 AM" enabled="True" prefix="" priority="0" requiredProcess="" description=""> <command id="303" name="set a timer to start xbmc at 5:00 AM " enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description=""> <action> <cmdType>VC.SetEventTimer</cmdType> <params> <param>5:00 AM</param> <param>open XBMC</param> </params> <cmdRepeat>1</cmdRepeat> </action> <event>VC.Loaded</event> <event>set the timer again</event> </command> <command id="304" name="open xbmc and set a timer to wait 5 minutes" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description=""> <action> <cmdType>Launch.RawParam</cmdType> <params> <param>{path.pfx86}\XBMC\XBMC.exe</param> </params> <cmdRepeat>1</cmdRepeat> </action> <action> <cmdType>VC.SetEventTimer</cmdType> <params> <param>5m</param> <param>trigger XML gen</param> </params> <cmdRepeat>1</cmdRepeat> </action> <event>open XBMC</event> </command> <command id="305" name="gen XML" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description=""> <action> <cmdType>xMySql.GenerateAll</cmdType> <params /> <cmdRepeat>1</cmdRepeat> </action> <if ifBlockDisabled="False" ifNot="False"> <ifType>LastActionSuccess</ifType> <ifParams>&&</ifParams> <then> <action> <cmdType>VC.TriggerEvent</cmdType> <params> <param>set the timer again</param> </params> <cmdRepeat>1</cmdRepeat> </action> <action> <cmdType>VC.RestartQuick</cmdType> <params /> <cmdRepeat>1</cmdRepeat> </action> </then> <else /> </if> <action> <cmdType>XJson.ExecBuiltin</cmdType> <params> <param>quit</param> </params> <cmdRepeat>1</cmdRepeat> </action> <event>trigger XML gen</event> </command></commandGroup>
<?xml version="1.0" encoding="utf-16"?><!--VoxCommando 2.1.2.5--><command id="209" name="XBMC AutoGenXml" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description=""> <action> <cmdType>XSQL.GenerateAll</cmdType> <params /> <cmdRepeat>1</cmdRepeat> </action> <action> <cmdType>Group.RefreshAll</cmdType> <params /> <cmdRepeat>1</cmdRepeat> </action> <phrase>Update Media X M L</phrase> <event>XBMC.VideoLibrary.OnScanFinished</event></command>