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