[MAC] Choosing aspect ratio while playing movies
#1
Hi all, sorry if this has been responded already.
More than a search could not find the answer to my question.

I am using XBMC on a MacMini, controlling the thing with a
standard Apple Remote.

With the latest version, I have apparently lost the ability to choose aspect ratio and other video/audio settings.
With previous versions, I could access to the OSD by pressing menu on the Remote.
With this version I have tried all possible keys combinations with no success.

Menu: will exit the movie and return to movie folder
Hold Menu: will open Remote Buddy OSD, which I am using to manage my Mac remotely

Any suggestion?

Thanks in advance.
Reply
#2
1. Kill remote buddy. Hold Menu is what we use.
2. Remap the button - see joystick.AppleRemote.xml
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
Are the above to be intended as alternatives or as subsequent steps? Big Grin

Remote Buddy is something I have purchased for other apps as well.
I need it, can't kill it!

I'll remap the button.
Reply
#4
I have exactly the same problem with XBMC and Remote Buddy in macmini.

Any solutionHuhHuh??

Pls.

Thanks a lot.
Reply
#5
kperi Wrote:I have exactly the same problem with XBMC and Remote Buddy in macmini.

Any solutionHuhHuh??

Pls.

Thanks a lot.

as jmarshall pointed out

jmarshall Wrote:1. Kill remote buddy. Hold Menu is what we use.
2. Remap the button - see joystick.AppleRemote.xml
Reply
#6
The options he provided are alternatives. Either you can kill remote buddy and then the holding of the menu button will do what it normally does (open context menu) or you can remap a different button to do what you want using the joystick.AppleRemote.xml file under system/keymaps.
Reply
#7
Thanks for the answers.

The problem was here with the Appleremote and today i use the PS3 Bluetooth remote controller and i have the same problem too in XBMC.

What xml i must modified the joystick.AppleRemote.xml or the j[b]oystick.Sony.PLAYSTATION®3.Controller.xml[/b] for the PS3 ControllerHuh

And how i can remap the same (Code?) button (PS) in ps3 controller to do the right thing while playing a movie (dispay the OSD)HuhHuh?

Thanks a lot my friends.
Reply
#8
The translation there was a bit confusing, Im not exactly sure what you mean. I think you are saying that you are having the same problem with the Apple Remote as with the Playstation 3 remote? Which remote do you have XBMC configured to use? I assume you are keeping RemoteBuddy running and just want to have a different button perform the action?

Add this to your Playstation®3 xml:
<FullscreenVideo>
<joystick name="Sony PLAYSTATION®3 Controller">
<button id="****">OSD</button>
</joystick>
</FullscreenVideo>

Replace **** with the button ID you want to open the OSD.

What does the button you want to open the menu currently do? You can figure out what the button ID is by pressing the button and seeing which of the following actions it corresponds to:
43 <button id="15">Select</button>
44 <button id="14">ParentDir</button>
45 <button id="16">FullScreen</button>
46 <button id="13">Queue</button>
47 <button id="11">PreviousMenu</button>
48 <button id="8">Left</button>
49 <button id="6">Right</button>
50 <button id="5">Up</button>
51 <button id="7">Down</button>
52 <button id="2">Screenshot</button>
53 <button id="3">XBMC.ActivateWindow(ShutdownMenu)</button>
54 <button id="4">XBMC.ActivateWindow(PlayerControls)</button>
Reply
#9
Also, please note that I really dont know what Im doing, but I think I have figured out enough to be dangerous. Smile
Reply
#10
akg4y Wrote:The translation there was a bit confusing, Im not exactly sure what you mean. I think you are saying that you are having the same problem with the Apple Remote as with the Playstation 3 remote? Which remote do you have XBMC configured to use? I assume you are keeping RemoteBuddy running and just want to have a different button perform the action?

Yes i have the same problem with both remotes.

I use now the ps3 Blue tooth controller and with this work very well XBMC except the possibility while i am watching movie to control the audio-video settings!!!!!!!!

When i press ps button the movie stop playing and go to previous menu.

This is the problem.:confused2::confused2:

Yes RemoteBuddy is running and work fantastic!!!!!

How to remap the button in xml filesHuhHuhHuhHuh

PLs help me to resolve this.

Thanks.
Reply
#11
This is the my joystick.Sony.PLAYSTATION®3.Controller.xml:

Code:
<keymap>
  <global>
    <joystick name="Sony PLAYSTATION(R)3 Controller">
      <altname>PS3 Controller</altname>
      <altname>Sony Computer Entertainment Wireless Controller</altname>
      <button id="15">Select</button>
      <button id="14">ParentDir</button>
      <button id="16">FullScreen</button>
      <button id="13">Queue</button>
      [b]<button id="11">OSD</button>[/b]
      <button id="8">Left</button>
      <button id="6">Right</button>
      <button id="5">Up</button>
      <button id="7">Down</button>
      <button id="2">Screenshot</button>
      <button id="3">XBMC.ActivateWindow(ShutdownMenu)</button>
      <button id="4">XBMC.ActivateWindow(PlayerControls)</button>
      <axis limit="+1" id="4">VolumeDown</axis>
      <axis limit="-1" id="4">VolumeUp</axis>
      <axis limit="+1" id="1">AnalogSeekForward</axis>
      <axis limit="-1" id="1">AnalogSeekBack</axis>
      <axis limit="+1" id="13">ScrollUp</axis>
      <axis limit="+1" id="14">ScrollDown</axis>
    </joystick>
  </global>
</keymap>

I changed the button id 11 from PreviousMenu to OSD but nothing happened...:mad

Any ideaHuhHuhHuhHuhHuhHuh??
Reply
#12
kperi Wrote:This is the my joystick.Sony.PLAYSTATION®3.Controller.xml:

Code:
<keymap>
  <global>
    <joystick name="Sony PLAYSTATION(R)3 Controller">
      <altname>PS3 Controller</altname>
      <altname>Sony Computer Entertainment Wireless Controller</altname>
      <button id="15">Select</button>
      <button id="14">ParentDir</button>
      <button id="16">FullScreen</button>
      <button id="13">Queue</button>
      [b]<button id="11">OSD</button>[/b]
      <button id="8">Left</button>
      <button id="6">Right</button>
      <button id="5">Up</button>
      <button id="7">Down</button>
      <button id="2">Screenshot</button>
      <button id="3">XBMC.ActivateWindow(ShutdownMenu)</button>
      <button id="4">XBMC.ActivateWindow(PlayerControls)</button>
      <axis limit="+1" id="4">VolumeDown</axis>
      <axis limit="-1" id="4">VolumeUp</axis>
      <axis limit="+1" id="1">AnalogSeekForward</axis>
      <axis limit="-1" id="1">AnalogSeekBack</axis>
      <axis limit="+1" id="13">ScrollUp</axis>
      <axis limit="+1" id="14">ScrollDown</axis>
    </joystick>
  </global>
</keymap>

I changed the button id 11 from PreviousMenu to OSD but nothing happened...:mad

Any ideaHuhHuhHuhHuhHuhHuh??

anything that is mapped to <button id="11"> under <FullscreenVideo> will override the </global> setting
Reply
#13
How can i do itHuh
Reply
#14
kperi Wrote:How can i do itHuh

I take back what I said before, there is no <FullscreenVideo> under joystick.Sony.PLAYSTATION®3.Controller.xml

you need to restart xbmc, have you done that?
Reply
#15
Many times.
Now??
Reply

Logout Mark Read Team Forum Stats Members Help
[MAC] Choosing aspect ratio while playing movies0