XBMC Community Forum
Updating library. - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111)
+---- Forum: Windows support (/forumdisplay.php?fid=59)
+---- Thread: Updating library. (/showthread.php?tid=50310)



Updating library. - hamse - 2009-05-04 17:28

Hi, a quick question.

Is it possible to get XBMC to automatic remove movies and episodes from them library when I have deleted the files on my computer?

I have set i to run automatic scans at startup.


I find this a bit annoying so I hope you can help.

Thanks in advance.


- sho - 2009-05-04 17:49

search the online manual for <cleanonupdate>


- hamse - 2009-05-04 18:10

Thanks for the quick reply...

I have created a file advancedsettings.xml put in folder "userdata"

with the string:

<videolibrary>
<cleanonupdate>true</cleanonupdate>
</videolibrary>

but it still shows the movies and episodes that I have deleted from my HD...


- tslayer - 2009-05-04 18:12

You are missing the <advancedsettings> tags (both open and close).


- hamse - 2009-05-04 18:20

Sorry I forgot the " <advancedsettings> " tag in the file... I got it working for the movies. thanks for the help