Trying to add bigstepforward
#1
HI all,
XBMC working great on ATV2. During video (avi) playback, I would like to implement the up and down buttons on the silver ATV2 remote as bigseekforward and bigseekbackward. I used the following keymap:

<keymap>
<FullscreenVideo>
<joystick name="AppleRemote">
<button id="1">BigStepForward</button>
<button id="2">BigStepBack</button>
<button id="3">StepBack</button>
<button id="4">StepForward</button>
<button id="5">OSD</button>
<button id="6">Stop</button>
<button id="7">Pause</button>
</joystick>
</FullscreenVideo>
</keymap>

and also added advancedsettings.xml. All works well except for the following:
I have lost the ability to chapter jump during VIDEO_TS playback... all buttons now want to step forward or backward. Is there a way to separate the two??

i.e. forward and back for DVD chapters, but while playing videos jump?

Thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
Trying to add bigstepforward0