Solved Trouble with substituted NAS playlists
#1
I'm referencing this documentation to relocate my playlists to a centralized location on my nas to sync playlists between multiple kodi platforms. 
https://kodi.wiki/view/MySQL/Sync_other_parts_of_Kodi

I have the locations set in the advancedsettings.xml but it doesn't seem to be doing anything?....am i missing a step here? 
Also, I'm hoping that this also includes smart playlists, the documentation on indicates playlists so hoping someone could help me identify what might be missing and also clarify if this includes smart play lists as well.

I have it written as this in my xml
Code:

<substitute>
    <from>special://profile/playlists/</from>
    <to>nfs://NAS/Multimedia/Kodi Data/Playlists/</to>
</substitute>
  


*update* Nevermind! i finally got this working, here is what i landed on for anyone having trouble with this

Code:

<pathsubstitution>
            <substitute>
                    <from>special://masterprofile/playlists/</from>
                    <to>nfs://NAS/Multimedia/Kodi Data/Playlists/</to>
            </substitute>
 </pathsubstitution>
Kodi ver.19.1  Aeon MQ 8 Matrix Mod Windows 10 
Reply

Logout Mark Read Team Forum Stats Members Help
Trouble with substituted NAS playlists0