I'm having an issue with using the VC.pause command. I am making a simple xbmc\kodi command so I can press the record button on my remote which tells xbmc/kodi to start recroding a live tv show or record a show if I'm looking at my EPG. Simple stuff...
Anyway I set up a command, but the VC.pause function is messing it up. I know this because I took the pause command out and it didn't repeat it self 3 times.
Here's what I mean about the repeat part.
My macro is 1) XJson.Btn.KB X
2) VC.Pause 1000
3) Send keys Left (for move the cursor so it selects yes in the dialogue box.)
So if your're looking at the history page, when I press my record button (to activate this macro) it makes this macro play 3 times. Without the pause command, looking at the history, it just plays once like it's suppose too.
Anyway ideas? bug?