INTERACT FORUM

More => Old Versions => Media Center 17 => Topic started by: sunfire7 on August 28, 2012, 01:59:45 pm

Title: Smartlist Help - Cover art
Post by: sunfire7 on August 28, 2012, 01:59:45 pm
I was wondering if I can make a smartlist to view the files with cover art smaller than 1000x1000.  Thx in advance
Title: Re: Smartlist Help - Cover art
Post by: MrC on August 28, 2012, 02:34:45 pm
Sure, but you need Cover Art to be imported.   Then you can test both dimensions, such as in a smartlist:

   [Media Type]=[Image] ([Height]=<1000 or [Width]=<1000)

or for an expression column:

   If(math( below([Width], 1000) | below([Height], 1000) ), Less < 1000x1000, Good!)

(This asks if the Width is below 1000, or the Height is below 1000.)
Title: Re: Smartlist Help - Cover art
Post by: sunfire7 on August 29, 2012, 11:00:40 am
Thank you smartlist expert :)