Hi guys,
i'm syncronizing all my Kodi Clients by DB on my Nas Qnap.
All its perfect. State of resume, library video, covers etc...
So advancedsettings.xml it's perfect, and i copy this in all my devices android.
I have problem on others files xml (favourites, password, source etc...)
I follow this guide :
https://kodi.wiki/view/MySQL/Sync_other_parts_of_Kodi
For example favourites.xml
<substitute>
<from>special://profile/favourites.xml</from>
<to>PROTOCOL://YOUR_NETWORK_SHARE/kodi/userdata/favourites.xml</to>
</substitute>
in my case i must put file favourites.xml on every clients (not on nas, yes?) so composed :
<substitute>
<from>special://C:\Users\PC Downloads\AppData\Roaming\Kodi\userdata/favourites.xml</from>
<to>nfs://markonas/films/favourites.xml</to>
</substitute>
and for example on android:
<substitute>
<from>special://Android\data\org.xmbc.kodi\files\.kodi\userdata/favourites.xml</from>
<to>nfs://markonas/films/favourites.xml</to>
</substitute>
Sorry i'm confused.
advancedsettings.xml it's easy, copy same file in every client, but others xmls? how to do?