Volume control on ATV2

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
leonard shelby Offline
Junior Member
Posts: 13
Joined: Jan 2012
Reputation: 0
Post: #11
thanks a lot memphiz!
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,665
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #12
I've build new versions again. They are based on my pull request i've made here:

https://github.com/xbmc/xbmc/pull/699

This will go in after eden release. Feel free to use the testbuilds so long (though i don't do any new builds - but eden isn't that far that it would be worth it).

The new builds end with "volume2.deb" and the misspelled advancedsettings.xml entry isn't needed with these.

links updated in post 6 here

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
(This post was last modified: 2012-02-19 12:18 by Memphiz.)
find quote
matatr0n Offline
Junior Member
Posts: 27
Joined: Mar 2011
Reputation: 0
Post: #13
Can someone show me his keymap/advancedsettings.xml with this volumepatch ?

Thanks!
(This post was last modified: 2012-02-17 22:18 by matatr0n.)
find quote
menno Offline
Senior Member
Posts: 147
Joined: Jun 2009
Reputation: 0
Post: #14
Memphiz Wrote:I've build new versions again. They are based on my pull request i've made here:

https://github.com/xbmc/xbmc/pull/699

This will go in after eden release. Feel free to use the testbuilds so long (though i don't do any new builds - but eden isn't that far that it would be worth it).

The new builds end with "volume2.deb" and the misspelled advancedsettings.xml entry isn't needed with these.

The keymap thing didnt work for me...
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,665
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #15
menno Wrote:The keymap thing didnt work for me...

what did you try?

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
menno Offline
Senior Member
Posts: 147
Joined: Jun 2009
Reputation: 0
Post: #16
i made the file cause it was non-existing. And did a copy paste
of the content presented in your link.

While watching a movie or listening to music, the up/down cursor has no effect Sad
find quote
biGdada Offline
Member
Posts: 74
Joined: Sep 2010
Reputation: 0
Post: #17
Memphiz Wrote:I've build new versions again.
where can one d/l it from ?
no volume2.deb versions in here: http://mirrors.xbmc.org/nightlies/darwin/atv2/
find quote
leonard shelby Offline
Junior Member
Posts: 13
Joined: Jan 2012
Reputation: 0
Post: #18
@biGdada: check the previous entry from memphiz in this thread, you'll find an updated link

@menno: have you already checked the rights of the .xml file you've created? (should belong to the mobile user)
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,665
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #19
menno - the keymap was an example on how it has to look. it hasn't the volumeup/down mappings - you have to change the mapping yourself in that file...

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
biGdada Offline
Member
Posts: 74
Joined: Sep 2010
Reputation: 0
Post: #20
Memphiz Wrote:menno - the keymap was an example on how it has to look. it hasn't the volumeup/down mappings - you have to change the mapping yourself in that file...
tried do replace
Code:
<button id="1">BigStepForward</button>
      <button id="2">BigStepBack</button>
with
Code:
<button id="1">VolumeUp</button>
      <button id="2">VolumeDown</button>

it does absolutely nothing , (ok, it cancels the ff/rev function of up/down buttonsWink....

looks like atv2 doesn't react on VolumeUp/VolumeDown from remote.
plus/minus buttons from paired bt keyboard work fine
find quote
Post Reply