|
pianod2
multisource multiuser scriptable networked music player
|
Autotuning mode and parameters, defining which users to consider and how to decide whether a playlist is included or excluded from the mix. More...
#include <tuner.h>
Public Attributes | |
| bool | login = false |
| If true, consider users in room when autotuning. More... | |
| bool | flag = false |
| If true, consider users' presence attribute when autotuning. More... | |
| float | veto_threshold = ratingAsFloat (Rating::POOR) |
| Below this, an individual rating omits playlist. More... | |
| float | rejection_threshold = ratingAsFloat (Rating::NEUTRAL) |
| Below this, an average rating omits playlist. More... | |
| float | inclusion_threshold = ratingAsFloat (Rating::GOOD) |
| At or above this, an average rating includes playlist. More... | |
| int | quantity_goal = 999 |
| Number of playlists to include. More... | |
| float | quality_margin = 10 |
| How close average rating must be to best to include other playlists. More... | |
Autotuning mode and parameters, defining which users to consider and how to decide whether a playlist is included or excluded from the mix.
| bool Tuner::AutotuneSettings::flag = false |
If true, consider users' presence attribute when autotuning.
| float Tuner::AutotuneSettings::inclusion_threshold = ratingAsFloat (Rating::GOOD) |
At or above this, an average rating includes playlist.
| bool Tuner::AutotuneSettings::login = false |
If true, consider users in room when autotuning.
| float Tuner::AutotuneSettings::quality_margin = 10 |
How close average rating must be to best to include other playlists.
| int Tuner::AutotuneSettings::quantity_goal = 999 |
Number of playlists to include.
| float Tuner::AutotuneSettings::rejection_threshold = ratingAsFloat (Rating::NEUTRAL) |
Below this, an average rating omits playlist.
| float Tuner::AutotuneSettings::veto_threshold = ratingAsFloat (Rating::POOR) |
Below this, an individual rating omits playlist.