Just checked that.. unfortunately not... it's not a big deal on this client though. When I get a chance I'll try VC on my HTPC and see how that goes - better sound card etc.
I worked out the command I was trying to come up with last night but now I'm stuck on another one
I want to be able to say "skip (forward, back) (1,3,5) minutes" - I've worked out how to make a command for each option eg. "skip forward 1 minute" and could do that for all options but I'm guessing there must be a better/tidier way? I have edited the payload/4directions.xml to include:
</payload>
<payload>
<value>forward</value>
<phrase>forward</phrase>
</payload>
<payload>
<value>back</value>
<phrase>back</phrase>
</payload>
and have played around with variations of the following. I've got no idea what "(A)==(B)" etc means so I took a stab at "contains"... where do I go from here? scrap it and start again?
Cheers