2020-03-12, 21:21
Hi,
on my 1st client (osmc, NFS mount) and on my server path to files is
on libreelec (can't mount in "/mnt/...") files are mounted to
scraping happens on my osmc-client, so according to my central database files are in /mnt/user...
how can i tell libreelec to look in /storage... ?
i thought path substitution would be the solution, but apparently this is not working:
EDIT: had one path wrong, obviously this works as intended...
narf!
on my 1st client (osmc, NFS mount) and on my server path to files is
Code:
/mnt/user/videos/
Code:
/storage/videos/
scraping happens on my osmc-client, so according to my central database files are in /mnt/user...
how can i tell libreelec to look in /storage... ?
i thought path substitution would be the solution, but apparently this is not working:
Code:
<pathsubstitution>
<substitute>
<from>/mnt/user/videos/</from>
<to>/storage/videos/</to>
</substitute>
</pathsubstitution>
EDIT: had one path wrong, obviously this works as intended...
narf!