Kodi Community Forum
MCE remote power button with Frodo - 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: MCE remote power button with Frodo (/showthread.php?tid=154098)



MCE remote power button with Frodo - Galefury - 2013-01-31

I use a mce remote with lirc. All works fine except for the power button who now closes my pc instead of closing xbmc. How can I restore it's previous function ? (xbmc v.12) Thanks.


RE: MCE remote power button with Frodo - artrafael - 2013-01-31

Do you have that button mapped to an XBMC function? If so, what function is it mapped to?


RE: MCE remote power button with Frodo - FishOil - 2013-02-01

<power>XBMC.Quit</power>

or

<power>XBMC.ShutDown()</power>

and go into xbmc settings / system / powersaving and define shutdown to quit






RE: MCE remote power button with Frodo - Galefury - 2013-02-03

@ FishOil: in powersaving is already set "quit". Where do I have to add <power>XBMC.Quit</power> ?