skin not sticking
#1
Hi,
Don't think I've noticed this on any other beta... using 5... but when I select a skin it doesn't stick... i.e. next time I start Kodi, it's back to confluence!!!!
Any ideas why!

ah, might have something to do with the fact that I substituted a path - hoping just to pick up the sources.xml.... looks like lots more is being synced there too...removed advancedsettings.xml and it doesn't do it any more as can't read the path substitution. Anyway to just pick up the sources.xml... this is what i was doing...


<advancedsettings>
<pathsubstitution>
<substitute>
<from>special://masterprofile/playlists/</from>
<to>smb://192.168.0.99/kodiSettings/playlists/</to>
</substitute>
<substitute>
<from>special://masterprofile/</from>
<to>smb://192.168.0.99/kodiSettings/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
Reply
#2
Apparently I don't have permission to delete my post... so I'll post what I did wrong in case it helps someone else.

the above should have read:
<substitute>
<from>special://masterprofile/sources.xml</from>
<to>smb://192.168.0.99/kodiSettings/sources.xml</to>
</substitute>
Reply

Logout Mark Read Team Forum Stats Members Help
skin not sticking0