Author Topic: How to filter and find albums that don't have YYYY as the album year?  (Read 526 times)

ROBYER1

  • Newbie
  • *
  • Posts: 3
How to make a playlist that filters (or searches for) albums with a date that isn't YYYY e.g. YYYY/MM/DD or similar unusual year date?

Zak

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 2450
Try creating a virtual tag that just returns the length of the Date value:

Code
$Len(<Date>)
In your search or filter, use <Virtual Tag Name> is not 4.
Bee excellent to each other...

ROBYER1

  • Newbie
  • *
  • Posts: 3
Try creating a virtual tag that just returns the length of the Date value:

Code
$Len(<Date>)
In your search or filter, use <Virtual Tag Name> is not 4.

Thanks so much, going to use Virtual tags a lot more in the future I think! Got this working using

Code
$Len(<Year>)