Hello,
I have been running LibreELEC for a long time now with a central MySQL/MariaDB und profile-Files on a NFS-Share.
The profile-Files have been accessed from the Clients via pathsubstitution like this.
Code
<pathsubstitution>
<substitute>
<from>special://profile/RssFeeds.xml</from>
<to>nfs://192.168.166.49/export/kodi_shared/RssFeeds.xml</to>
</substitute>
<substitute>
<from>special://profile/favourites.xml</from>
<to>nfs://192.168.166.49/export/kodi_shared/favourites.xml</to>
</substitute>
.....
</pathsubstitution>
Display More
Since upgrading to LibeELEC 9 / Kodi 18 this does not work any more.
LibreELEC won't even launch - it crashes a falls back to Safe-Mode.
After removing the pathsubstitution it launches fine again.
Is anybody using working pathsubstitution for his/her profile in Kodi 18?
I really liked this feature.
Is there another way to share the profile between multiple Clients?
Best Regards
Richard