breadarr/breadarrd/src
Breadway d1909f3083 Recognize season-pack titles beyond the literal "(S?N Complete)" shape
SEASON_PACK_RE only matched an explicit parenthesized "(S01 Complete)"
form, so any other real-world season-pack naming convention — bare
"S10.COMPLETE", spelled-out "Season 8 Complete", "[Season 4 Four
Complete]", or no "Complete" marker at all ("Game of Thrones - Season 8
S08 - 2019") — came back with season = None entirely, not just an
unresolved episode. That fed straight into review-queue approvals
returning "could not resolve which episode this release is" for releases
that were genuine, resolvable season packs. Broadened to a bare season
marker, safe here since this is only reached after SXXEXX_RE/SXX_DASH_EP_RE
have already failed to find a real episode number.
2026-07-21 21:12:12 +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 Prefer season packs over individual episodes in search results 2026-07-21 20:33:59 +08:00