Kodi Community Forum
Library Loses Scrappers when Clean Library - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Library Loses Scrappers when Clean Library (/showthread.php?tid=188118)



Library Loses Scrappers when Clean Library - kamegami - 2014-03-04

Here is what happens with me:

I have a NAS with MySQL for central Library
I have a re-directed sources.xml on the NAS
When I clean the Library to get rid of duplicates, my Movies and TV folders no longer have a scrapper set.
I have to set the scrapper again, then when the library updates it blows away my watched history.
I am running Gotham Beta 11


RE: Library Loses Scrappers when Clean Library - Ned Scott - 2014-03-05

When you say you re-directed sources.xml, do you mean you used pathsubs or something?


RE: Library Loses Scrappers when Clean Library - kamegami - 2014-03-06

(2014-03-05, 03:28)Ned Scott Wrote: When you say you re-directed sources.xml, do you mean you used pathsubs or something?

I used path substitution. This is in my advancedsettings.xml.

<pathsubstitution>
<substitute>
<from>special://profile/sources.xml</from>
<to>smb://192.168.1.205/nas/XBMC/sources.xml</to>
</substitute>

<substitute>
<from>special://profile/favourites.xml</from>
<to>smb://192.168.1.205/nas/XBMC/favourites.xml</to>
</substitute>

<substitute>
<from>special://profile/playlists/</from>
<to>smb://192.168.1.205/nas/XBMC/playlists/</to>
</substitute>

<substitute>
<from>special://profile/keymaps/</from>
<to>smb://192.168.1.205/nas/XBMC/userdata/keymaps/</to>
</substitute>
</pathsubstitution>