[AppleTV2] Logitech Harmony support for ATV2?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
mcfreiz Offline
Member
Posts: 62
Joined: Oct 2007
Reputation: 0
Post: #91
im fine with the way everything works right now with harmony and atv2 in eden except i would like to change up/down to long skip ff and rw, hoping someone can help me.
find quote
Sam Lowry Offline
Junior Member
Posts: 25
Joined: Feb 2012
Reputation: 1
Post: #92
(2012-04-24 20:33)joazito Wrote:  There is one thing that really makes me a decent amount of time everyday, the way I don't have a button to jump directly to the home screen (e.g. from browsing a video folder). How would one go about adding that?

+1
find quote
deanmv Offline
Posting Freak
Posts: 926
Joined: Jun 2011
Reputation: 10
Location: UK
Post: #93
(2012-04-24 20:33)joazito Wrote:  There is one thing that really makes me a decent amount of time everyday, the way I don't have a button to jump directly to the home screen (e.g. from browsing a video folder). How would one go about adding that?

You would need to map a button (in this example I have used the learned FF button) and change the keymap to:

Code:
<button id="18">XBMC.ActivateWindow(Home)</button>

(2012-04-25 19:56)mcfreiz Wrote:  im fine with the way everything works right now with harmony and atv2 in eden except i would like to change up/down to long skip ff and rw, hoping someone can help me.

In your keymap file (/var/mobile/library/preferences/xbmc/userdata/keymaps/joystick.AppleRemote.xml) change line 92 and 93 from
Code:
<button id="1">VolumeUp</button>
      <button id="2">VolumeDown</button>
to
Code:
<button id="1">BigStepForward</button>
      <button id="2">BigStepBack</button>

Set Up
Raspberry Pi running Raspbmc - XBMC 12.2
40" Samsung ES6800 LED Smart 3D 1080P TV
Onkyo HTS3405 5.1 DD True HD and DTS-HD Surround Sound
ReadyNAS Duo with 4TB (2 x 2TB X-RAID) Western Digital Caviar Green using NFS
(This post was last modified: 2012-04-25 22:38 by deanmv.)
find quote
milli Offline
Member
Posts: 64
Joined: Feb 2011
Reputation: 2
Post: #94
Is there a way to go to DVD menu directly?
find quote
deanmv Offline
Posting Freak
Posts: 926
Joined: Jun 2011
Reputation: 10
Location: UK
Post: #95
(2012-04-26 08:30)milli Wrote:  Is there a way to go to DVD menu directly?

<button id="x>ShowVideoMenu</button>

Set Up
Raspberry Pi running Raspbmc - XBMC 12.2
40" Samsung ES6800 LED Smart 3D 1080P TV
Onkyo HTS3405 5.1 DD True HD and DTS-HD Surround Sound
ReadyNAS Duo with 4TB (2 x 2TB X-RAID) Western Digital Caviar Green using NFS
find quote
joazito Offline
Junior Member
Posts: 33
Joined: Oct 2009
Reputation: 0
Post: #96
My '/private/var/mobile/Library/Preferences/XBMC/userdata/keymaps' directory is empty (accessed by SSH file transfer). Any idea what's going on?
find quote
deanmv Offline
Posting Freak
Posts: 926
Joined: Jun 2011
Reputation: 10
Location: UK
Post: #97
It shouldn't be, if you are on ATV2 then there should be a joystick.AppleRemote.xml file in there. Have you looked using Cyberduck?

Set Up
Raspberry Pi running Raspbmc - XBMC 12.2
40" Samsung ES6800 LED Smart 3D 1080P TV
Onkyo HTS3405 5.1 DD True HD and DTS-HD Surround Sound
ReadyNAS Duo with 4TB (2 x 2TB X-RAID) Western Digital Caviar Green using NFS
find quote
Sam Lowry Offline
Junior Member
Posts: 25
Joined: Feb 2012
Reputation: 1
Post: #98
(2012-04-25 22:35)deanmv Wrote:  [quote='joazito' pid='1085563' dateline='1335292439']
There is one thing that really makes me a decent amount of time everyday, the way I don't have a button to jump directly to the home screen (e.g. from browsing a video folder). How would one go about adding that?

You would need to map a button (in this example I have used the learned FF button) and change the keymap to:

Code:
<button id="18">XBMC.ActivateWindow(Home)</button>



Awesome! Thank you so much. For getting to the screen for subtitles - on/off and which ones- would it be XBMC.ActivateWindow(osdaudiosettings) ?
find quote
deanmv Offline
Posting Freak
Posts: 926
Joined: Jun 2011
Reputation: 10
Location: UK
Post: #99
You have two options here, there is:

ShowSubtitles Toggles whether subtitles are shown or not.
NextSubtitle Change to the next subtitle language, if there is more than one.

So it would be (same buttons example as before)
Code:
<button id="18">ShowSubtitles</button>
or
Code:
<button id="18">NextSubtitle</button>

Set Up
Raspberry Pi running Raspbmc - XBMC 12.2
40" Samsung ES6800 LED Smart 3D 1080P TV
Onkyo HTS3405 5.1 DD True HD and DTS-HD Surround Sound
ReadyNAS Duo with 4TB (2 x 2TB X-RAID) Western Digital Caviar Green using NFS
(This post was last modified: 2012-04-26 22:26 by deanmv.)
find quote
joazito Offline
Junior Member
Posts: 33
Joined: Oct 2009
Reputation: 0
Post: #100
(2012-04-26 21:49)deanmv Wrote:  It shouldn't be, if you are on ATV2 then there should be a joystick.AppleRemote.xml file in there. Have you looked using Cyberduck?

I wasn't using Cyberduck, installed it and confirms the dir "/var/mobile/Library/Preferences/XBMC/userdata/keymaps" is empty. Do I need to logout of XBMC or something?
find quote
Post Reply