Remote button for HTE script?
#1
Hey guys,

I'm trying to map a button on my Harmony remote to start the Home Theatre Experience script, with the currently selected movie as the movie to play.

Unfortunately, I'm not 100% sure that this can be done, as from my poking around inside a skin (T! to be exact), it looks like you need to queue the movie first, and then invoke the script. AFAIK, this can't be done in keymap.xml

The lines in the skin are...
Code:
<onclick>Dialog.Close(MovieInformation)</onclick>
<onclick>Playlist.Clear</onclick>
<onclick>Action(Queue,25)</onclick>
<onclick>RunScript(special://home/scripts/Home Theater Experience/default.py)</onclick>

Can anyone suggest any other method that would accomplish this?

Regards,
Sean.
Reply
#2
write a script (duh) that executes those commands. map your button to run the new script.
Reply

Logout Mark Read Team Forum Stats Members Help
Remote button for HTE script?0