Dedicated Play/Pause button on new Aluminum remote
#16
devros Wrote:tried killing the finder, no help. nothing seems to want to log to that file anymore Sad

any other suggestions?

It's does that Smile Restarting Finder usually fixes it.
Reply
#17
restarting the finder and the appletv itself doesn't help
Reply
#18
Amet Wrote:http://store.apple.com/uk/product/MC377Z/A
Where is the new button? All I see is the four directional arrows, the menu, and the play/pause as usual. Reason I ask is that I'd probably buy one if it had another button that could be used in xbmc.
Reply
#19
Roders Wrote:Where is the new button? All I see is the four directional arrows, the menu, and the play/pause as usual. Reason I ask is that I'd probably buy one if it had another button that could be used in xbmc.

4 directional, center, menu and play/pause
Reply
#20
Roders Wrote:Where is the new button? All I see is the four directional arrows, the menu, and the play/pause as usual. Reason I ask is that I'd probably buy one if it had another button that could be used in xbmc.

To clarify a bit more the old remote had the play / pause in the middle of the directional arrows. This new remote has the same button in the middle that does the same thing (play / pause) and isn't labeled but it also has an extra play / pause button that currently does nothing in XBMC.

Actually after reading that I would be more confused...
Reply
#21
devastator Wrote:To clarify a bit more the old remote had the play / pause in the middle of the directional arrows. This new remote has the same button in the middle that does the same thing (play / pause) and isn't labeled but it also has an extra play / pause button that currently does nothing in XBMC.

Actually after reading that I would be more confused...

well, it all depends how your keymaps are set. on OSX you can take full advantage of new button.

snip from Camelot RC1 joystick.AppleRemote.xml

PHP Code:
      <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.2used 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> 

note <button id="12"> and <button id="13">

Zeljko
Reply
#22
A big thanks to Geekzilla for the donation of a nice shinny new Apple Aluminum IR remote. Now I can see how this puppy works Smile
Reply
#23
Amet Wrote:well, it all depends how your keymaps are set. on OSX you can take full advantage of new button.

Zeljko

RC1 you say...upgraded this morning but haven't had time to test it out yet.
Reply

Logout Mark Read Team Forum Stats Members Help
Dedicated Play/Pause button on new Aluminum remote0