Skip unrated groups and auto-rate consensus tracks during review #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Skip unrated groups
During
review, if all tracks in a group have no rating (user_ratingisNoneor0), skip the group automatically. Without any rating signal there is no way to distinguish the canonical, so these groups should be deferred until at least one track is rated.Print a summary at the end of the review session: "Skipped N groups with no rated tracks."
Auto-rate on consensus
After loading each group, check whether all tracks except exactly one share the same rating. If so, prompt:
If the user confirms, call the Subsonic API to set the rating on that track (same mechanism as
r <1-5>).This prompt should appear before the canonical-pick prompt so the user has complete rating information when deciding.