Solved path substition for media folder
#1
Hi,
on my 1st client (osmc, NFS mount) and on my server path to files is
Code:
/mnt/user/videos/
on libreelec (can't mount in "/mnt/...") files are mounted to
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!
Reply


Messages In This Thread
path substition for media folder - by narf! - 2020-03-12, 21:21
Logout Mark Read Team Forum Stats Members Help
path substition for media folder0