Supend to RAM
#1
Hi folks,

actually I was teaching my HTPC to use suspend to ram instead of the whole shutting down process.
Everything on my whole setup (necessary modules, LIRC, tvheadend, RC clock for PVR) is now working, except a little thing from Kodi.
If I press the power button on my remote, I would like Kodi to do what the cli does with "pm-suspend".
Therefore I changed the default power action in Kodi from shutdown to hibernation/standby. Both do not what I would like to have.
How I can tell Kodi to do what I want?

Code:
root@kodi:~# grep -i power /etc/lirc/lircd.conf
    KEY_POWER                0x0C040F800000      # power

root@kodi:~# grep "\<power" /home/xbmc/.kodi/userdata/Lircmap.xml  -B30

<lircmap>
<remote device="MCE">
[..]
              <power>KEY_POWER</power>

Thanks in advance.
Reply
#2
Actually Power > Suspend ist now working with the data from http://forum.kodi.tv/showthread.php?tid=165707 (pkla).
How does I teach my remote to do a power > suspend instead of poweroff?
Reply

Logout Mark Read Team Forum Stats Members Help
Supend to RAM0