Stop Movie Playback
#1
Hi there

I may be being a little thick here but I have a little question for you all.

I've just installed the Unofficial Aeon Lite skin on my ATV and I'm mightily impressed. The only issue I have encountered is that once I'm streaming a movie file (in this case an ISO) when I press the menu button on the apple tv remote (the little white thing) it shows an information bar with playback options. How would I stop the DVD from here (and return to the Aeon menu) as it doesn't show a Stop button? I can do it using the Apple iPhone application but as I only have one iPhone and various users I need a solution that fits.

Many thanks for your help

Nigel
Reply
#2
i redid the keymap for this reason .. i use my apple remote on a regular mac and was upset that there was no "stop" button
Code:
<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">Pause</button>
      <button id="6">OSD</button>
      <button id="7">Stop</button>
      <button id="8">Info</button>
    </joystick>

thats what i use under the FullScreenVideo section of the xml file

the way i have it setup is that holding the play button stops the movie and holding the menu button pulls up info
Reply
#3
Thanks for that. I take it the XML file is located in the Aeon skin folder structure on the ATV?
Reply
#4
no .. its actually in the xbmc app itself .. the keymap is a xbmc file not a skin file
on my mac its located within the xbmc.app/Contents/Resources/XBMC/system
Reply
#5
I think I've found it Laugh

Thanks once again
Reply
#6
pletopia Wrote:i redid the keymap for this reason .. i use my apple remote on a regular mac and was upset that there was no "stop" button
Code:
<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">Pause</button>
      <button id="6">OSD</button>
      <button id="7">Stop</button>
      <button id="8">Info</button>
    </joystick>

thats what i use under the FullScreenVideo section of the xml file

the way i have it setup is that holding the play button stops the movie and holding the menu button pulls up info

Funny, I did the exact same thing Wink
Reply
#7
It's working great now. Many thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
Stop Movie Playback0