Ik heb eerst via het menu zelf een pad naar mij nas gemount. vervolgens heb ik er nog een paar handmatig toegevoegd in /etc/enigma2/automounts.xml
maar die laat hij niet zien binnen openpli.
mijn automounts.xml
<?xml version="1.0" ?>
<mountmanager>
<nfs>
<mount>
<active>True</active>
<hdd_replacement>False</hdd_replacement>
<ip>192.168.10.60</ip>
<sharename>Kids</sharename>
<sharedir>volume1/video/Kinderen</sharedir>
<options>rw,nolock,tcp</options>
</mount>
</nfs>
<nfs>
<mount>
<active>True</active>
<hdd_replacement>False</hdd_replacement>
<ip>192.168.10.60</ip>
<sharename>Series</sharename>
<sharedir>volume1/video/Series</sharedir>
<options>rw,nolock,tcp</options>
</mount>
</nfs>
<nfs>
<mount>
<active>True</active>
<hdd_replacement>False</hdd_replacement>
<ip>192.168.10.60</ip>
<sharename>Speelfilms</sharename>
<sharedir>volume1/video/Speelfilms</sharedir>
<options>rw,nolock,tcp</options>
</mount>
</nfs>
</mountmanager>