Kodi addon to shutdown the NAS from the TV.

Markus Hennecke fab8dc169f Bump compatibility to kodi 19 3 år sedan
resources 4422339e46 Initial commit 4 år sedan
LICENSE.txt 4422339e46 Initial commit 4 år sedan
README.md b6a66c27c1 Add function to remount NFS shares, make sure paramiko is there 4 år sedan
addon.py b6a66c27c1 Add function to remount NFS shares, make sure paramiko is there 4 år sedan
addon.xml fab8dc169f Bump compatibility to kodi 19 3 år sedan
changelog.txt 4422339e46 Initial commit 4 år sedan
icon.png 4422339e46 Initial commit 4 år sedan

README.md

Shutting down and remounting NFS share of NAS

System settings required to enable mount -a from kodi

/etc/sudoers.d/kodi

Cmnd_Alias MOUNT_A_CMD=/bin/mount -a
kodi ALL=(ALL) NOPASSWD: MOUNT_A_CMD

Setup user account on the NAS system

Create the user kodi and note the password.

/etc/sudoers.d/kodi on the NAS

kodi ALL=(ALL) NOPASSWD: /sbin/shutdown -P now