Script to clean library
#1
Hey Folk Wink

Not sure if this is the right place to post but....

My autoexec.py does:

XBMC.updateLibrary("video")
XBMC.updateLibrary("music")
time.sleep(21600)

I would also like to clean each library before i update it, can I do something like:

XBMC.cleanLibrary("video")
XBMC.updateLibrary("video")
XBMC.cleanLibrary("music")
XBMC.updateLibrary("music")
time.sleep(21600)

Is this the right way to do it? Your advice is much appreciated Smile
Reply
#2
enable clean on update
Reply
#3
How does one achieve such a thing? Smile
Reply
#4
http://wiki.xbmc.org/?title=Advancedsett...library.3E
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#5
Cheers chaps! Very fast response! Smile

Is there a simmilar thing for music?

Ta
Reply
#6
no, music always does it
Reply
#7
sweet, cheers guys- much appreciated Big Grin
Reply

Logout Mark Read Team Forum Stats Members Help
Script to clean library0