INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Smartlist Help - Cover art  (Read 858 times)

sunfire7

  • Citizen of the Universe
  • *****
  • Posts: 550
Smartlist Help - Cover art
« 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
Logged
Happy licensed MC 15-19 User :)
Mac version early bird
My english is not perfect! My native lang is spanish

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Smartlist Help - Cover art
« Reply #1 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.)
Logged
The opinions I express represent my own folly.

sunfire7

  • Citizen of the Universe
  • *****
  • Posts: 550
Re: Smartlist Help - Cover art
« Reply #2 on: August 29, 2012, 11:00:40 am »

Thank you smartlist expert :)
Logged
Happy licensed MC 15-19 User :)
Mac version early bird
My english is not perfect! My native lang is spanish
Pages: [1]   Go Up