Kodi Community Forum
Volume control on ATV2 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: iOS & tvOS (https://forum.kodi.tv/forumdisplay.php?fid=137)
+---- Thread: Volume control on ATV2 (/showthread.php?tid=123115)

Pages: 1 2 3 4 5 6


- menno - 2012-02-18

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


- biGdada - 2012-02-18

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/


- leonard shelby - 2012-02-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)


- Memphiz - 2012-02-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...


- biGdada - 2012-02-19

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


- biGdada - 2012-02-19

@Leonard shelby:
you mean this post ?
there is no d/l link there .....


- Memphiz - 2012-02-19

page one post 6

will have a look at volumeup, volumedown mapping later when i'm backin town...


- biGdada - 2012-02-19

Memphiz Wrote:page one post 6
this ver is really buggy Sad, frequently crashes to frontrow when idle, high bitrate SD content is laggy....


- Memphiz - 2012-02-19

The default keymap for volumeup and volumedown should be fine. Its not working because of the current implementation of atv2 remote (which just lags features - like repeat and so on)...


- biGdada - 2012-02-19

Memphiz Wrote:The default keymap for volumeup and volumedown should be fine. Its not working because of the current implementation of atv2 remote (which just lags features - like repeat and so on)...

is there an easy way to fix it ?


- deanmv - 2012-02-19

Memphiz Wrote:The default keymap for volumeup and volumedown should be fine. Its not working because of the current implementation of atv2 remote (which just lags features - like repeat and so on)...

Shouldn't it just work for if you keep clicking it? I know repeat doesn't work anywhere inside XBMC so clicking should be alright?


- biGdada - 2012-02-19

deanmv Wrote:Shouldn't it just work for if you keep clicking it? I know repeat doesn't work anywhere inside XBMC so clicking should be alright?
it should .... but it doesn't


- Memphiz - 2012-02-19

Fixed that in mainline and also updated post 6 with a new build for atv2 which in addition adds repeated keypresses (volume control should be fine with default keymap).

pull request for repeated keypresses is here - 710 (PR) - when this gets merged we will see it in the nightlys after eden release.


- deanmv - 2012-02-19

Memphiz Wrote:Fixed that in mainline and also updated post 6 with a new build for atv2 which in addition adds repeated keypresses (volume control should be fine with default keymap).

pull request for repeated keypresses is here - 710 (PR) - when this gets merged we will see it in the nightlys after eden release.

Wheeey! Been waiting for that one, was a pain looking through film library. Cheers Memphiz!


- matatr0n - 2012-02-19

Memphiz Wrote:Fixed that in mainline and also updated post 6 with a new build for atv2 which in addition adds repeated keypresses (volume control should be fine with default keymap).

pull request for repeated keypresses is here - 710 (PR) - when this gets merged we will see it in the nightlys after eden release.

Thanks! that works!