getmusicbee.com

Support => Questions => Topic started by: ROBYER1 on September 28, 2022, 11:41:05 PM

Title: How to filter and find albums that don't have YYYY as the album year?
Post by: ROBYER1 on September 28, 2022, 11:41:05 PM
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?
Title: Re: How to filter and find albums that don't have YYYY as the album year?
Post by: Zak on September 29, 2022, 06:00:51 AM
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.
Title: Re: How to filter and find albums that don't have YYYY as the album year?
Post by: ROBYER1 on October 03, 2022, 01:54:24 PM
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>)