I’m building a Music Template for scheduling, and I want to use the Year attribute (where each song has its release year stored as a 4-digit number).
For example, I’d like to make sure that the 3rd song in a block comes from between 2010 and 2015.
My questions are:
Where and how can I set such a range in the Music Template filters?
Is it possible to use regular expressions (e.g. ^(201[0-5])$) with the Year attribute, or are regex filters only available for custom (string) attributes?
Or do I need to use Soft Attribute Filters instead, and for a range like 2010-2014 add multiple values (2010, 2011, 2012, 2013, 2014) with equal weight (e.g. 25% each)?
What’s the recommended approach to achieve this in mAirList?
Please take a look here, working for Versions starting at 7.0
The soft attribute filters aren’t working like that:
As far as I understand from @torben every filter will trigger a new calculation for the soft attribute but independently from the other soft attributes.
Unfortuately it’s not a percentually calculation. So if you have four soft attributes with a weight of 25 it’s no guarantee that only one of them is used by the scheduler. Or any of them.
As it lacks documentation and v8 may be at the doorstep with very exciting features, I doubt that Torben has time to explain this right now…