INTERACT FORUM

More => Old Versions => Media Center 15 (Development Ended) => Topic started by: sirshambling on February 07, 2011, 05:19:24 pm

Title: An easy way to identify "missing" files?
Post by: sirshambling on February 07, 2011, 05:19:24 pm
I know you can tell the missing files by the yellow icon but is there any way to sort files so that all the missing ones are on top? Or to set up a smartlist that will identify them?

Going through a large library to find them takes hours.

TIA. John.
Title: Re: An easy way to identify "missing" files?
Post by: 221bBS on February 07, 2011, 06:37:08 pm
create a smartlist and in the rules add the following

Filename is []
Title: Re: An easy way to identify "missing" files?
Post by: Matt on February 07, 2011, 06:38:38 pm
Or make this smartlist (it'll be slow, because it checks each link on disk):
[=IsMissing()]=[1]

Be careful because some things like a DVD can show up as missing, because by design they use special filenames that aren't on the file system.
Title: Re: An easy way to identify "missing" files?
Post by: sirshambling on February 08, 2011, 04:46:31 am
Thanks very much guys - I'll try it right now.
Title: Re: An easy way to identify "missing" files?
Post by: sirshambling on February 09, 2011, 11:56:26 am
Worked a treat - thanks again. John.