INTERACT FORUM

Please login or register.

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

Author Topic: I need a smartlist  (Read 888 times)

modelmaker

  • Citizen of the Universe
  • *****
  • Posts: 1531
I need a smartlist
« on: February 11, 2010, 12:50:00 am »

I need a smartlist to find all missing mp3 files (the onesa with the red x. Could someone write one for me please?
Logged
Jay.

"Life is what happens when you're making other plans"     John Lennon.

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8971
Re: I need a smartlist
« Reply #1 on: February 11, 2010, 02:02:21 am »

Here ya go:

[=ismissing([filename])]=1

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: I need a smartlist
« Reply #2 on: February 11, 2010, 02:03:15 am »

this should do it:

Code: [Select]
[Media Type]=[Audio] [File Type]=[mp3] [=IsMissing()]=1
 :)
gab

edit: as marco says..  :)
Logged

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: I need a smartlist
« Reply #3 on: February 11, 2010, 05:31:10 am »

maybe it good to remember that the ismissing expression does not work with vob\ifo\dvd files. mc could show them as missing, although they are there and play fine with mc.
this happens when mc uses the .dvd;1 or something like that at the end of the filename..
so when you see them as missing, don't worry

 :)
gab
Logged
Pages: [1]   Go Up