Kodi Community Forum
[WebAPI] Bug sending Action ID volume_up and volume_down (key.h) - 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: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: [WebAPI] Bug sending Action ID volume_up and volume_down (key.h) (/showthread.php?tid=37633)



[WebAPI] Bug sending Action ID volume_up and volume_down (key.h) - umcisou - 2008-09-22

When I tray to send these Action ID using key.h I've got a good response from webserver (ok) but nothing happens :

-http://localhost/xbmcCmds/xbmcHttp?command=Action&parameter=88 (#define ACTION VOLUME_UP)
-http://localhost/xbmcCmds/xbmcHttp?command=Action&parameter=89 (#define ACTION VOLUME_DOWN)

While -http://localhost/xbmcCmds/xbmcHttp?command=Action&parameter=91 (#define ACTION VOLUME_MUTE) is working fine.

Is that a bug ? If so I will post a ticket on trac.


- jmarshall - 2008-09-22

Confirmed and fixed in r15657.

Cheers,
Jonathan


- umcisou - 2008-09-22

Thank you very much.

You, all XBMC developers and Team, are doing such an amazing work.


- jmarshall - 2008-09-22

You are most welcome. Thanks for your contribution to the community (the touchpad interface) as well Smile