Use XBMC official remote to run subtitle script.
|
13th Apr, 2014, 07:27 AM
Post: #2
|
|||
|
|||
RE: Use XBMC official remote to run subtitle script.
(13th Apr, 2014 04:36 AM)Sw3ex Wrote: Hi, I'm still fairly new to Raspberry Pi and XBMC so I hope somebody here can help me.Why not connect it to a button of your remote? You can change your remotes by editing this file: Keymap.xml in the directory /home/xbian/.xbmc/userdata/keymaps/ (some background in the XBMC wiki As example with this code, the subtitle plugin opens when pressing the GREEN button on your remote. When you also add the option in the subtitle addon: auto download first sync subtitle. You don't see any selection popup and the subtitle will get automatically downloaded. Terminal <keymap> <global> <remote> <red>nextsubtitle</red> <green>RunScript(script.xbmc.subtitles)</green> </remote> </global> </keymap> And if you would like to use an app (Android) I suggest Yatse to do this instead of the official XBMC remote. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Use XBMC official remote to run subtitle script. - Sw3ex - 13th Apr, 2014, 04:36 AM
RE: Use XBMC official remote to run subtitle script. - Davem - 13th Apr, 2014 07:27 AM
RE: Use XBMC official remote to run subtitle script. - Sw3ex - 13th Apr, 2014, 07:08 PM
RE: Use XBMC official remote to run subtitle script. - mk01 - 15th Apr, 2014, 11:24 AM
|