INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Finding File not found  (Read 894 times)

Craig

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 612
Finding File not found
« on: May 04, 2006, 05:29:42 am »

I currently have more files in my library than I actually have files on my disc, Is it possible to search the library for these so I can remove them or do I just have to scroll through the whole library looking for red crosses?

Thanks in advance,

Craig
Logged
MC2Slim - Windows Shell and JRiver Media Center Integration for Squeezebox.

http://www.duff-zapp.co.uk

Alex B

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 10121
  • The Cosmic Bird
Re: Finding File not found
« Reply #1 on: May 04, 2006, 05:36:58 am »

Try this search:

[=IsMissing([Filename])]=1

You can also make a smartlist of it. Be aware that it can be slow if you have a large library.


EDIT

If you have cue tracks, which have virtual filenames that end with ;1, ;2, etc you may want to exclude them from the search.

This would exclude the files that have the string .mp3; in the filename:

-[Filename (name)]=.mp3; [=IsMissing([Filename])]=1

Logged
The Cosmic Bird - a triple merger of galaxies: http://eso.org/public/news/eso0755

Craig

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 612
Re: Finding File not found
« Reply #2 on: May 04, 2006, 05:58:45 am »

Thanks Alex

That works a treat.

Craig
Logged
MC2Slim - Windows Shell and JRiver Media Center Integration for Squeezebox.

http://www.duff-zapp.co.uk
Pages: [1]   Go Up