Hi a12v13,
Sorry if I was a bit misleading before. You are correct when you say you should be editing your joystick.AppleRemote.xml. I was just trying to make sure you edited the correct one (in the userdata area).
I am not having the same problems as you are, but I am also running AppleTV 2.03. I used this to get extra universal remote commands. This might be the problem you are having.
If you do decide to upgrade, please make sure you back up the Userdata folder before you start.
Cheers,
Winkie
[AppleTV] Remote control menus not working after upgrade Apple TV to XBMC 9.11
Winkie
Junior Member Posts: 15 Joined: Mar 2009 Reputation: 0 |
2010-01-19 05:09
Post: #11
|
| find quote |
Angrenost
Member Posts: 55 Joined: Jan 2010 Reputation: 0 |
2010-01-19 11:20
Post: #12
Same problem here,unable to use "hold menu" with contextmenu.
I think hold menu doesn't work at all. Another problem editing joystick.AppleRemote.xml: "bigstepback" using holdleft doesn't work,"bigstepforward" instead,works,strange ![]() AppleTV 2.4 with 9.11 ,aluminium remote. |
| find quote |
Angrenost
Member Posts: 55 Joined: Jan 2010 Reputation: 0 |
2010-01-19 12:28
Post: #13
Same problem,oh well not really a problem,i prefere to shut down in this way instead of exit from XBMC and then via the AppleTV main menu.
To have back the OSD i changed the "joystick.AppleRemote.xml" list,i put the action in the minus button,lost the volume down action,but i don't need it,if i want it, i use my Pioneer Kuro main remote
|
| find quote |
Angrenost
Member Posts: 55 Joined: Jan 2010 Reputation: 0 |
2010-01-19 12:34
Post: #14
Another question,without the contextmenu action,how is possible to change source settings,source preview jpg for example,i found only the source.xml list to edit and cancel sources.
|
| find quote |
a12v13
Junior Member Posts: 14 Joined: Jan 2010 Reputation: 0 |
2010-01-19 20:02
Post: #15
I though I was going crazy with this. The option for contextmenu doesnt work with any button on the appletv in fullscreen mode. The context menu works in all the other sections but not whne you are streaming video. Is there anyway to downgrade your installation or to re-install XBMC 9.04. Thanks everyone for all the info.
a12v13 |
| find quote |
MaestroDD
Team-XBMC Developer Posts: 626 Joined: Jul 2008 Reputation: 0 Location: Mannheim, Germany |
2010-01-19 20:21
Post: #16
a12v13 Wrote:I though I was going crazy with this. The option for contextmenu doesnt work with any button on the appletv in fullscreen mode. The context menu works in all the other sections but not whne you are streaming video. Is there anyway to downgrade your installation or to re-install XBMC 9.04. Thanks everyone for all the info. Mind posting your modified xml? you can also ssh into your ATV and watch what key-presses Launcher receives by typing Code: tail -f /Library/Logs/Console/501/console.logAlways 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. If you don't have the time to read them, please don't take the time to post in this forum! For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
ihehner
Junior Member Posts: 3 Joined: Jan 2010 Reputation: 0 |
2010-01-20 04:24
Post: #17
The biggest issue for me is that without being able to get to the ODS menu with the Apple remote there is no way for me to get rid of subtitles. If I had a different way I'd be ok too, but most my movies have subtitles I don't want displayed.
|
| find quote |
a12v13
Junior Member Posts: 14 Joined: Jan 2010 Reputation: 0 |
2010-01-20 04:49
Post: #18
I have the same problem here. I have tried changing the joystick.Appleremote.xml trying to get the contextmenu to work but no matter what button I assign it still doesnt work. If I hold the center key on the remote I get the same symptom, XBMC reboots.
a12v13 |
| find quote |
a12v13
Junior Member Posts: 14 Joined: Jan 2010 Reputation: 0 |
2010-01-20 04:55
Post: #19
MaestroDD
<keymap> <global> <joystick name="AppleRemote"> <!-- plus --> <button id="1">Up</button> <!-- minus --> <button id="2">Down</button> <!-- left --> <button id="3">Left</button> <!-- right --> <button id="4">Right</button> <!-- center --> <button id="5">Select</button> <!-- menu --> <button id="6">PreviousMenu</button> <!-- hold center --> <button id="7">Fullscreen</button> <!-- hold menu --> <button id="8">ContextMenu</button> <!-- old buttons for ATV <2.2, used on OSX --> <!-- hold left --> <button id="9">Left</button> <!-- hold right --> <button id="10">Right</button> <!-- new aluminium remote buttons --> <!-- play --> <button id="12">Play</button> <!-- play hold --> <button id="13">ContextMenu</button> <!-- Learned remote buttons (ATV >2.3) --> <!-- Play --> <button id="70">Play</button> <!-- Pause --> <button id="71">Pause</button> <!-- Stop --> <button id="72">Stop</button> <!-- Previous --> <button id="73">SkipPrevious</button> <!-- Next --> <button id="74">SkipNext</button> <!-- Rewind --> <button id="75">Rewind</button> <!-- Forward --> <button id="76">FastForward</button> <!-- Return --> <button id="77">OSD</button> <!-- Enter --> <button id="78">ShowVideoMenu</button> <!-- few gestures from Apple's iPhone Remote (ATV > 2.3 ?) --> <!-- SwipeLeft --> <button id="80">Left</button> <!-- SwipeRight --> <button id="81">Right</button> <!-- SwipeUp --> <button id="82">Up</button> <!-- SwipeDown --> <button id="83">Down</button> </joystick> </global> <Home> <joystick name="AppleRemote"> <button id="6">XBMC.ActivateWindow(Favourites)</button> <button id="8">ActivateWindow(shutdownmenu)</button> </joystick> </Home> <Favourites> <joystick name="AppleRemote"> <button id="6">Close</button> </joystick> </Favourites> <MyPictures> <joystick name="AppleRemote"> <button id="6">ParentDir</button> </joystick> </MyPictures> <MyMusicPlaylist> <joystick name="AppleRemote"> <button id="6">Playlist</button> </joystick> </MyMusicPlaylist> <MyMusicPlaylistEditor> <joystick name="AppleRemote"> <button id="6">Playlist</button> </joystick> </MyMusicPlaylistEditor> <MyMusicFiles> <joystick name="AppleRemote"> <button id="6">ParentDir</button> </joystick> </MyMusicFiles> <MyMusicLibrary> <joystick name="AppleRemote"> <button id="6">ParentDir</button> </joystick> </MyMusicLibrary> <FullscreenVideo> <joystick name="AppleRemote"> <button id="1">VolumeUp</button> <button id="2">VolumeDown</button> <button id="3">StepBack</button> <button id="4">StepForward</button> <button id="5">Pause</button> <button id="6">Stop</button> <button id="7">OSD</button> <button id="8">ContextMenu</button> <button id="9">Rewind</button> <button id="10">FastForward</button> </joystick> </FullscreenVideo> <FullscreenInfo> <joystick name="AppleRemote"> <button id="6">Close</button> </joystick> </FullscreenInfo> <PlayerControls> <joystick name="AppleRemote"> <button id="6">Close</button> </joystick> </PlayerControls> <Visualisation> <joystick name="AppleRemote"> <button id="1">VolumeUp</button> <button id="2">VolumeDown</button> <button id="3">SkipPrevious</button> <button id="4">SkipNext</button> <button id="5">Pause</button> <button id="6">Fullscreen</button> <button id="7">XBMC.ActivateWindow(MusicOSD)</button> <button id="8">Stop</button> </joystick> </Visualisation> <MusicOSD> <joystick name="AppleRemote"> <button id="6">Close</button> </joystick> </MusicOSD> <VisualisationSettings> <joystick name="AppleRemote"> <button id="6">Close</button> </joystick> </VisualisationSettings> <VisualisationPresetList> <joystick name="AppleRemote"> <button id="6">Close</button> </joystick> </VisualisationPresetList> <SlideShow> <joystick name="AppleRemote"> <button id="1">ZoomIn</button> <button id="2">ZoomOut</button> <button id="3">PreviousPicture</button> <button id="4">NextPicture</button> <button id="6">Stop</button> <button id="7">Info</button> </joystick> </SlideShow> <ScreenCalibration> <joystick name="AppleRemote"> <button id="5">NextCalibration</button> </joystick> </ScreenCalibration> <SelectDialog> <joystick name="AppleRemote"> <button id="6">Close</button> </joystick> </SelectDialog> <VideoOSD> <joystick name="AppleRemote"> <button id="6">Close</button> </joystick> </VideoOSD> <VideoMenu> <joystick name="AppleRemote"> <button id="5">Select</button> <button id="6">Stop</button> <button id="7">OSD</button> <button id="8"/> </joystick> </VideoMenu> <OSDVideoSettings> <joystick name="AppleRemote"> <button id="6">Close</button> </joystick> </OSDVideoSettings> <OSDAudioSettings> <joystick name="AppleRemote"> <button id="6">Close</button> </joystick> </OSDAudioSettings> <VideoBookmarks> <joystick name="AppleRemote"> <button id="6">Close</button> </joystick> </VideoBookmarks> <MyVideoLibrary> <joystick name="AppleRemote"> <button id="6">ParentDir</button> <button id="7">Info</button> </joystick> </MyVideoLibrary> <MyVideoFiles> <joystick name="AppleRemote"> <button id="6">ParentDir</button> <button id="7">Info</button> </joystick> </MyVideoFiles> <MyVideoPlaylist> <joystick name="AppleRemote"> <button id="6">Playlist</button> </joystick> </MyVideoPlaylist> <VirtualKeyboard> <joystick name="AppleRemote"> <button id="6">Close</button> </joystick> </VirtualKeyboard> <ContextMenu> <joystick name="AppleRemote"> <button id="6">Close</button> </joystick> </ContextMenu> <FileStackingDialog> <joystick name="AppleRemote"> <button id="6">Close</button> </joystick> </FileStackingDialog> <MusicInformation> <joystick name="AppleRemote"> <button id="6">Close</button> </joystick> </MusicInformation> <MovieInformation> <joystick name="AppleRemote"> <button id="6">Close</button> </joystick> </MovieInformation> <PictureInfo> <joystick name="AppleRemote"> <button id="3">Left</button> <button id="4">Right</button> <button id="6">Close</button> </joystick> </PictureInfo> </keymap> |
| find quote |
Angrenost
Member Posts: 55 Joined: Jan 2010 Reputation: 0 |
2010-01-20 11:48
Post: #20
As said before,in this mod i see OSD pressing the "volume down" button.
</FullscreenVideo> <FullscreenInfo> <joystick name="AppleRemote"> <button id="6">Close</button> </joystick> </FullscreenInfo> <PlayerControls> <joystick name="AppleRemote"> <button id="6">Close</button> </joystick> </PlayerControls> <Visualisation> <joystick name="AppleRemote"> <button id="1">VolumeUp</button> <button id="2">OSD</button> <-----------------------------MY MOD--------- <button id="3">SkipPrevious</button> <button id="4">SkipNext</button> <button id="5">Pause</button> <button id="6">Fullscreen</button> <button id="7">XBMC.ActivateWindow(MusicOSD)</button> <button id="8">Stop</button> |
| find quote |


Search
Help