Question Regarding File Removal
#1
Hi.

Sorry for the newbness.

My question is:

How can a file that is no longer in a source be removed automatically from your active files in the Movie Section for example:

I have my movies in folders called "Seen" and "Unseen"
The source I added in XBMC for movies is the Unseen folder, after I see a movie I move it to the Seen folder.
XBMC does not automatically remove these file when I re-open (I have scan active every time I open XBMC)
So to remove it I have to click the movie poster, it says file no longer available and then I have to click remove.

Is there a way for the files no longer in a source to be removed automatically after the rescan happens when I open XBMC again?

Hope you guys understand and can help.

Thanks!!

Reply
#2
There is no automatic option as fas as I know, but you can clean the library from settings>video>library. This will remove all the non existent library entries.
Reply
#3
PHP Code:
<cleanonupdate>true</cleanonupdate
http://wiki.xbmc.org/index.php?title=Adv...library.3E
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#4
(2013-02-10, 18:50)Martijn Wrote:
PHP Code:
<cleanonupdate>true</cleanonupdate
http://wiki.xbmc.org/index.php?title=Adv...library.3E



thanks for the reply

remember im new to this

how do I change this to true and where do i go?
Reply
#5
You need to create advancedsettings.xml file in the folder C:\Users\<your user name>\AppData\Roaming\XBMC\userdata. Copy the following code to notepad and save it as advancedsettings.xml.

Code:
<advancedsettings>
    <cleanonupdate>true</cleanonupdate>
</advancedsettings>
Reply
#6
(2013-02-11, 15:44)baijuxavior Wrote: You need to create advancedsettings.xml file in the folder C:\Users\<your user name>\AppData\Roaming\XBMC\userdata. Copy the following code to notepad and save it as advancedsettings.xml.

Code:
<advancedsettings>
    <cleanonupdate>true</cleanonupdate>
</advancedsettings>


Thanks for the help.
I did this but still nothing the files do not get removed.
Screenshot attached.
Did I do something wrong?

http://i1131.photobucket.com/albums/m548...231e11.jpg
Reply
#7
I guess using the Watched & Unwatched features of XBMC is just not for you? If you do start using this feature, use the advanced settings script to import your watched status on a rebuild.
Reply

Logout Mark Read Team Forum Stats Members Help
Question Regarding File Removal0