Kodi addon to shutdown the NAS from the TV.
Markus Hennecke fab8dc169f Bump compatibility to kodi 19 | %!s(int64=3) %!d(string=hai) anos | |
---|---|---|
resources | %!s(int64=4) %!d(string=hai) anos | |
LICENSE.txt | %!s(int64=4) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
addon.py | %!s(int64=4) %!d(string=hai) anos | |
addon.xml | %!s(int64=3) %!d(string=hai) anos | |
changelog.txt | %!s(int64=4) %!d(string=hai) anos | |
icon.png | %!s(int64=4) %!d(string=hai) anos |
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