INTERACT FORUM

More => Old Versions => Media Center 14 (Development Ended) => Topic started by: modelmaker on February 11, 2010, 12:50:00 am

Title: I need a smartlist
Post by: modelmaker 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?
Title: Re: I need a smartlist
Post by: marko on February 11, 2010, 02:02:21 am
Here ya go:

[=ismissing([filename])]=1
Title: Re: I need a smartlist
Post by: gappie 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..  :)
Title: Re: I need a smartlist
Post by: gappie 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