Verbesserung Mini-Scheduler

Die “Weihnachts-Anomalie” greift nicht nur zu Weihnachten, sondern eben auch in diesen Fällen. Das relativiert sich recht schnell und die wahrgenommene Schieflage hält nicht lange an. Es kommt natürlich auch darauf an, wie gut die jeweiligen Ordner gefüllt sind und wie man seine Musikvorlage bestückt hat.

mAirList-Wiki:

If you are interested in the internals of the Mini Scheduler, here’s an outline of the algorithm:

  • First, all songs of the folder are sorted according to the time they were last scheduled, with those that haven’t been used for the longest time at the top of the list. Only full hours are respected, not the position within the hour.

  • If you specified any type or attribute filters, only the songs that match the filter will be considered in the following steps.

  • For all songs, the overall penalty is calculated according to the title/track/artist separation configuration.

  • The song with the minimum penalty will pe picked. If there is more than one song with minumum penalty, the scheduler will pick the first one (with a probability of 1/2), or the second one (with a probability of 1/4), and so on.

(Quelle)