Kodi addon to shutdown the NAS from the TV.
Markus Hennecke fab8dc169f Bump compatibility to kodi 19 | 3 سال پیش | |
---|---|---|
resources | 4 سال پیش | |
LICENSE.txt | 4 سال پیش | |
README.md | 4 سال پیش | |
addon.py | 4 سال پیش | |
addon.xml | 3 سال پیش | |
changelog.txt | 4 سال پیش | |
icon.png | 4 سال پیش |
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