Kodi Community Forum

Full Version: path substition for media folder
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!