INTERACT FORUM

More => Old Versions => Media Center 14 (Development Ended) => Topic started by: raldo on September 28, 2009, 06:41:41 am

Title: Smartlist expression to test if a file exists on disk?
Post by: raldo on September 28, 2009, 06:41:41 am
Is there an expression/keyword that I can use to list/detect files that exist in the library but not on disk?
Title: Re: Smartlist expression to test if a file exists on disk?
Post by: phoenix91 on September 28, 2009, 06:57:32 am
Rules in the smartlist-editor
1. MediaType: is audio (or whatever you are looking for)
2. Custom: [=IsMissing([filename])]=1

Virtual .cue audio tracks need special treatment.
Title: Re: Smartlist expression to test if a file exists on disk?
Post by: raldo on September 28, 2009, 10:26:01 am
Thank you, that works...
Title: Re: Smartlist expression to test if a file exists on disk?
Post by: hit_ny on September 28, 2009, 10:41:45 am
Virtual .cue audio tracks need special treatment.

Umm, that used to be the case, it does not apply anymore.
Title: Re: Smartlist expression to test if a file exists on disk?
Post by: phoenix91 on September 28, 2009, 11:07:50 am
Umm, that used to be the case, it does not apply anymore.

Oh.. Missed that, thank you