Kodi addon to shutdown the NAS from the TV.

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

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