Music template scheduling

Hi everyone,

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?

Thanks in advance!

Hi, there have been several threads about this topic before. First question: Which version of mAirList are you running?

1 Like

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 :face_with_hand_over_mouth: with very exciting features, I doubt that Torben has time to explain this right now…

Thanks guys, works perfectly! Much appreciated! I’ve mostly been using external schedulers before, so I’m still getting the hang of the internal one.

2 Likes

Any sneak peeks on v8 features?