breadarr/breadarrd/src
Breadway 2f0d8300ce Check eligibility before queuing a low-confidence match for review
process_item queued anything landing in the matcher's "needs review"
confidence band immediately, without ever checking whether the show/
season/episode/movie actually needed anything — that check only ran on
the auto-match path. A low-confidence match against an already-complete
show gained nothing from a human's yes/no, it was just noise that
reappeared every cycle the source kept re-listing the same old release
(verified live: fully-complete shows' season-pack re-releases piling up
in the review queue indefinitely). Reordered so the eligibility check
(movie/season-pack/episode) runs first regardless of confidence, and only
a genuinely-needed release ever reaches the queue-for-review decision.
2026-07-21 21:38:00 +08:00
..
api Overhaul breadarr-tui UX: filter/sort, color, help overlay, cross-nav 2026-07-21 20:55:04 +08:00
importer Don't embed CJK episode titles in generated filenames 2026-07-21 19:45:30 +08:00
matcher Switch to tag-pinned bread-ecosystem deps; bump version to v1.0 2026-07-19 03:27:37 +08:00
metadata Default TVDB "season 0" specials to unmonitored 2026-07-21 20:22:27 +08:00
parser Recognize season-pack titles beyond the literal "(S?N Complete)" shape 2026-07-21 21:12:12 +08:00
qbit Fix qBittorrent WebUI API compat and season-folder placement in library scan 2026-07-21 19:17:42 +08:00
scoring can't be bothered writing a commit message 2026-07-16 22:22:53 +08:00
sources can't be bothered writing a commit message 2026-07-16 22:22:53 +08:00
db.rs can't be bothered writing a commit message 2026-07-16 22:22:53 +08:00
jellyfin.rs can't be bothered writing a commit message 2026-07-16 22:22:53 +08:00
library_scan.rs Fix qBittorrent WebUI API compat and season-folder placement in library scan 2026-07-21 19:17:42 +08:00
main.rs Fix qBittorrent WebUI API compat and season-folder placement in library scan 2026-07-21 19:17:42 +08:00
notify.rs can't be bothered writing a commit message 2026-07-16 22:22:53 +08:00
scheduler.rs Check eligibility before queuing a low-confidence match for review 2026-07-21 21:38:00 +08:00