1
XBMC (Old board see 'KODI' above) / Re: version 0.733 new features for XBMC users
« on: July 12, 2010, 04:19:10 PM »
That'll work wonders yeah.
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.
sounds good?
3 - I want to create powerful tools for manipulating the command tree. Most important is to be able to import and merge a command tree from another file.
<include>/profiles/XBMC.xml</include>
Code: [Select]<command name="[repeat:10:{payload1}]action(4)">
<phrase optional="true">Go</phrase>
<phrase>Down</phrase>
<payloadRange>1,20</payloadRange>
</command>
<command repeat="{payload 1}" delay="10" name="action(4)">
<phrase optional="true">Go</phrase>
<phrase>Down</phrase>
<payloadRange>1,20</payloadRange>
</command>
<payload>
<value>home)</value>
<phrase>home, top menu, start page</phrase>
</payload>
<command name="[repeat:10:2]action(4)">
<phrase optional="true">Go, Double</phrase>
<phrase>Down</phrase>
<phrase>two, twice, Down</phrase>
</command>
<command name="execbuiltin(Action(PageUp))">
<phrase>Page</phrase>
<phrase>Up, Left</phrase>
</command>
<command name="execbuiltin(Action(PageDown))">
<phrase>Page</phrase>
<phrase>Down, Right</phrase>
</command>
do you know if it is possible to clear the sms state? ...
It works fine if you jump to a letter that is on a new key, but not if you try to jump from (a,b,or c) to (a,b,or c)
am I making sense?
anyway if we could clear first it would solve the problem...
Freddo: Did you ever try to disable UAC ?
<commandGroup name="XBMC Filter Controls">
<command name="execbuiltin(Action(FilterClear))">
<phrase>Clear</phrase>
<phrase>This, That, The</phrase>
<phrase>Filter</phrase>
</command>
<command name="execbuiltin(Action(filtersms6))">
<phrase>Filter</phrase>
<phrase optional="true">Letter</phrase>
<phrase>Mike, M, Emm</phrase>
</command>
</commandGroup>