INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: MarkCoutinho on April 01, 2004, 09:16:18 am

Title: Smartlist help please
Post by: MarkCoutinho on April 01, 2004, 09:16:18 am
Hi all,

just a quicky here:

how do I set up a smartlist which shows all the audiofiles that do have a cover (image file)?

Thanks!
Title: Re:Smartlist help please
Post by: KingSparta on April 01, 2004, 09:27:19 am
if it was external i just used

[Image File]="C:\"

If it was internal I Used

[Image File]="inside file"
Title: Re:Smartlist help please
Post by: MarkCoutinho on April 01, 2004, 09:48:34 am
Thanks King.
Neither of them did do the trick for me but it helped me to make it like this:

[Image File]="jpg"

and that does do the trick.

Title: Re:Smartlist help please
Post by: Matt on April 01, 2004, 10:14:28 am
This will handle internal images as well:

[Media Type]=[Audio] -[Image File]=[]
Title: Re:Smartlist help please
Post by: MarkCoutinho on April 02, 2004, 12:13:49 am
Thanks Matt.
Somehow your code gives me 1982 files as a result. Mine only 1980.
Funny...

I'll use yours in the future.
Title: Re:Smartlist help please
Post by: cascius on April 02, 2004, 01:02:38 am
Hmm, while we're at it, how do you set it up so that it shows files without cover arts?

I guess it has something to do with:  [Media Type]=[Audio] -[Image File]=BLANK.  I just don't know how to define BLANK...

Stoopid me.  ::)
Title: Re:Smartlist help please
Post by: jleerigby on April 02, 2004, 01:31:18 am
Just do what Matt did but leave out the minus sign from the beginning.  The minus sign means NOT.
Title: Re:Smartlist help please
Post by: cascius on April 02, 2004, 02:02:13 am
Thanks JLee, I knew it had to be obvious... Just couldn't figure it out by myself. Sigh...

Thanks,

-Cascius
Title: Re:Smartlist help please
Post by: MarkCoutinho on April 02, 2004, 02:12:37 am
Or like this: make another smartlist which does NOT show the smartlist that contains all the images. The wizard can help you on that one.