Skip to content

tomdoyle87/osmc-nfs-server-python3

Repository files navigation

osmc-nfs-server-python3

Python3 script for setting up NFS-Server on OSMC, automount shares & manual shares.

Install:

OSMC Stretch:

      sudo python3 nfs-server-setup.py

OSMC Buster:

      sudo python nfs-server-setup.py

Uninstall:

OSMC Stretch:

      sudo python3 uninstall-nfs-server.py

OSMC Buster:

      sudo python uninstall-nfs-server.py

Uninstall script removes server and reverts /etc/exports to default.

Kodi Instructions

The easiest way is to map some shortcuts to some keys for example f11 & f12, for example (will need to use the command line):

      cd /home/osmc/.kodi/userdata
      wget https://raw.githubusercontent.com/tomdoyle87/osmc-nfs-server-python3/master/Kodi-nfs-server-setup.py
      wget https://raw.githubusercontent.com/tomdoyle87/osmc-nfs-server-python3/master/Kodi-uninstall-nfs-server.py

Then add the following to keyboard.xml or remote.xml (in the global section):

      <keyboard>
                <F11>XBMC.RunScript(special://home/Kodi-nfs-server-setup.py)</F11>         
                <F12>XBMC.RunScript(special://home/Kodi-uninstall-nfs-server.py)</F12>
      </keyboard>

Kodi 18 has addtional dependances: sudo apt-get install -y python-pip && pip install ipaddress

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published