My Device Forums

RTI Drivers => Released Drivers => Topic started by: Andrew212 on October 07, 2014, 03:39:23 PM



Title: XBMC driver custom strings
Post by: Andrew212 on October 07, 2014, 03:39:23 PM
Hi,
I am using the xbmc driver and it all works very well. I am wanting to assign a button to go straight to live tv epg on xbmc. The command is;

XBMC.ActivateWindowAndFocus(MyPVR, 35,0, 14,0)

I have a version of the driver by Matt that has an activate window command, but this requires activate and focus. What syntax is required at the start and end of the string to get this to work using the "custom string" command?

Thanks


Title: Re: XBMC driver custom strings
Post by: Andrew212 on October 27, 2014, 07:10:29 PM
Turns out the custom string driver does what it says: sends a string using the "input text" json prefix.

To send a complete custom JSON string, I used two way strings driver and it works fine in tandem with the xbmc driver.

Thought i'd put this here in case any one else needed it.