Thanks everybody, my time to play with stuff lately is severly sporatic.
(2014-01-07, 01:24)outatouch0 Wrote: does the subtitle button on the OSD have a keyboard button associated with it? ie 'M' brings up the OSD.... is there another key I could press (program into the remote) to bring up the subtitles without having to use the mouse to actually click on it?
I did figure out I can push 'enter' on my harmony remote to bring up the OSD and then use the right arrow button about 4 times to pull up the subtitle search. Much better than having to fetch the mouse
(2014-01-07, 05:15)warlion Wrote: There is not but meaby you can try and add it to the keymap
ActivateWindow(SubtitleSearch)
From reading I am wondering if it would have to be like this:
ActivateWindow(videoosd,Subtitle...)
also I can not find a window ID name eg Subtitles, SubtitleSearch, etc so I do not know what to call it.
(2014-01-08, 06:13)amet Wrote: Ofc there is , google -> xbmc keymap
Yes, I have done a lot of reading. Nothing as of yet gives me a clear indication as to a keyboard key that activates the subtile search windo, a name for the subtitle search window (window ID) etc.
Very frustrating.
My thinking is, I need to know the proper command before bothering to figure out where to put it in a custom keymap.
Even reading about your great Subtitle add-on... you still have to open the subtitles window manually before the script can be run. Correct ?
If so then utilizing 'runscript' tied to a remote button would not be a soulution? I think one button function would make your add-on even that much better!