Thank you for the explanation. This is really a great thing. I used to do something similar in a complicated way with tags and filters in Playlist generator, now everything is much simpler.
Good, I think this example explanation should be added to the manual, just in case.
Dd you try and right click the x32 icon and set run time options? As compatibility mode?
Windows 7 is the lowest OS version supported by RadioBOSS, running it in compatibility mode from Windows 7 will not work because compatibility will lower the OS version to unsupported value.
This was something highly anticipated. We have not yet tested it in production since the presets must be rebuilt. But in the meantime I have the following doubt:
Values between 1 and 100 are accepted. Is it a percentage?
Wouldn't a default value of 50% be more appropriate?
So work the same as priorities, just for clarity
It's not a percentage, it's a weight. Percentage approach will be much less useful, as it will require the sum of all "weights" to equal to 100% (meaning that, if you lower percentage for one category you need to add up it in other categories).
So the weights are more convenient. You can have any weight for any category; and a number of 100 was chosen logically as it's unlikely one will ever need such high weight values.
Example: you have two categories, each with
equal weight (doesn't matter, 1 or 50 or whatever). That means, effectively, they each have 50% chance. If you have three categories, equal weight, it's 33.3% chance for each of them. If there are three categories with
different weights: 1, 1, and 2, the resulting "probabilities" will be 25%, 25%, and 50%, respectively.
Basically, sum of all categories' weights can be considered as "100%" and if you want to calculate percentage for each category, it'll be:
Code:
100 / weight_sum * category_weight