INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started 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!
-
if it was external i just used
[Image File]="C:\"
If it was internal I Used
[Image File]="inside file"
-
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.
-
This will handle internal images as well:
[Media Type]=[Audio] -[Image File]=[]
-
Thanks Matt.
Somehow your code gives me 1982 files as a result. Mine only 1980.
Funny...
I'll use yours in the future.
-
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. ::)
-
Just do what Matt did but leave out the minus sign from the beginning. The minus sign means NOT.
-
Thanks JLee, I knew it had to be obvious... Just couldn't figure it out by myself. Sigh...
Thanks,
-Cascius
-
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.