2018-12-26, 19:14
Hi everyone. I have recently setup Kodi to use a centralized database and decided that I also wanted to centralize my playlists. Now I've added the required changes to my advancedsettings.xml file, and it seems to work fine as far as reading the playlists from the networked folder, however if I create a new playlist in Kodi (either a smart playlist or a regular m3u one), the saved playlist is being saved on the device instead of to the networked folder. This then requires me to manually move the file from the device I created the playlist on, to the networked folder. My question is, could this issue be a result of my configuration of path substitution, or is this possibly a known issue when using path substitution for playlists? Thanks for any info!
The relevant section of my advancedsettings.xml file:
The relevant section of my advancedsettings.xml file:
xml:<pathsubstitution>
<substitute>
<from>special://musicplaylists/</from>
<to>smb://192.168.200.150/public/Kodi Data/Playlists-Android/music/</to>
</substitute>
<substitute>
<from>special://videoplaylists/</from>
<to>smb://192.168.200.150/public/Kodi Data/Playlists-Android/video/</to>
</substitute>
</pathsubstitution>