Skip unrated groups and auto-rate consensus tracks during review #7

Closed
opened 2026-05-16 13:30:26 +00:00 by victor · 0 comments
Owner

Skip unrated groups

During review, if all tracks in a group have no rating (user_rating is None or 0), 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:

All other tracks are rated 4/5. Rate "Track Title" 4/5 too? [y/N]:

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.

## Skip unrated groups During `review`, if **all** tracks in a group have no rating (`user_rating` is `None` or `0`), 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: ``` All other tracks are rated 4/5. Rate "Track Title" 4/5 too? [y/N]: ``` 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.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
victor/subsonic_duplicates#7
No description provided.