![]() |
|
Volume control on ATV2 - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: iOS support (/forumdisplay.php?fid=137) +---- Thread: Volume control on ATV2 (/showthread.php?tid=123115) |
- leonard shelby - 2012-02-17 19:43 thanks a lot memphiz! - Memphiz - 2012-02-17 20:51 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 - matatr0n - 2012-02-17 22:14 Can someone show me his keymap/advancedsettings.xml with this volumepatch ? Thanks! - menno - 2012-02-18 00:41 Memphiz Wrote:I've build new versions again. They are based on my pull request i've made here: The keymap thing didnt work for me... - Memphiz - 2012-02-18 01:17 menno Wrote:The keymap thing didnt work for me... what did you try? - menno - 2012-02-18 14:55 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
- biGdada - 2012-02-18 15:35 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 23:10 @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 02:00 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 10:58 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>Code: <button id="1">VolumeUp</button>it does absolutely nothing , (ok, it cancels the ff/rev function of up/down buttons ....looks like atv2 doesn't react on VolumeUp/VolumeDown from remote. plus/minus buttons from paired bt keyboard work fine |