Kodi addon to shutdown the NAS from the TV.
Markus Hennecke fab8dc169f Bump compatibility to kodi 19 | il y a 3 ans | |
---|---|---|
resources | il y a 4 ans | |
LICENSE.txt | il y a 4 ans | |
README.md | il y a 4 ans | |
addon.py | il y a 4 ans | |
addon.xml | il y a 3 ans | |
changelog.txt | il y a 4 ans | |
icon.png | il y a 4 ans |
mount -a
from kodi/etc/sudoers.d/kodi
Cmnd_Alias MOUNT_A_CMD=/bin/mount -a
kodi ALL=(ALL) NOPASSWD: MOUNT_A_CMD
Create the user kodi
and note the password.
/etc/sudoers.d/kodi
on the NASkodi ALL=(ALL) NOPASSWD: /sbin/shutdown -P now