v14 Volume change so SLOW!!
#1
Hi, I map my remote so I can change the kodi volume using the CHANNEL up and down buttons. This is my config that its working ok:

Code:
<keymap>
  <global>
    <keyboard>
      <key id="22">XBMC.System.Exec("/home/pi/toggleHyperion.sh")</key>
    </keyboard>
  </global>
  <FullscreenVideo>
    <keyboard>
      <key id="210">VolumeUp</key>
      <key id="211">VolumeDown</key>
    </keyboard>
  </FullscreenVideo>
</keymap>

The problem is that its take me like 20 seconds or more to go from 0% to 100% volume. How can I modify this so each time a press the button it change the volume in 3% or more percent? because I think actually its only changing in 1%.

Hope you understand my question

Thank you very much
Reply
#2
http://forum.kodi.tv/showthread.php?tid=208322

It works, but introduces a different kind of "slow" - it will take longer to register each volume button press. Ideally this would be a setting in Kodi.

I'm sure the step size can be modified somewhere in whatever skin is being used, which would be a better solution than what we have now, but I don't know how/where.
Reply
#3
Thanks, it work great, and it doesn´t take that long to register each volume button press, its better than the default speed!
Reply

Logout Mark Read Team Forum Stats Members Help
Volume change so SLOW!!0