test(fixtures): seed PATH OF PAIN bucket with 10 worst-case fixtures
10 pathological release names mined from the real downloads folder. Each fixture locks in the current parse_release output (including its silent losses and false positives) so future parser improvements are intentional, not silent drift. Cases: - Khruangbin yt-dlp slug (UTF-8 wide pipe '|', YT ID as group) - Deutschland 83-86-89 franchise box (group=S03 misdetection) - Chérie Le BéBé (accented chars preserved, VFF language) - Jimmy Carr 8-word stand-up special title - [ OxTorrent.vc ] prefix + XviD codec (site_tag prefix) - Prodiges S12E01 with episode title + air-date silently lost - The Prodigy: apostrophe + Blu-ray dash + 1080i + multi-word audio = full AI-path degeneration (everything UNKNOWN) - Sleaford Mods yt-dlp slug (YT ID glued to year) - Super Mario Bros [FR-EN] (bilingual tag mistaken for group) - Gilmore Girls Complete S01-S07 (the well-behaved exception: COMPLETE token correctly drives tv_complete + REPACK + 10bit) Also adds shitty + path_of_pain to the per-bucket sanity assertion. Suite: 1020 passed, 8 skipped.
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
release_name: "Deutschland 83-86-89 (2015) Season 1-3 S01-S03 (1080p BluRay x265 HEVC 10bit AAC 5.1 German Kappa)"
|
||||
|
||||
# Pathological franchise box-set:
|
||||
# - Title contains year-suffix range "83-86-89" (3 years glued)
|
||||
# - Season range expressed twice: "Season 1-3" AND "S01-S03"
|
||||
# - All tech wrapped in parentheses (uncommon)
|
||||
# - Group name "Kappa" is the *last word inside parens*, not after a dash
|
||||
# Result: parser captures HEVC + 10bit + AAC + 5.1 + GERMAN but mistakes
|
||||
# "S03" for the group, and media_type degenerates to movie (no episode).
|
||||
# This is a 3-season franchise needing manual splitting into:
|
||||
# Deutschland.83 / Deutschland.86 / Deutschland.89
|
||||
parsed:
|
||||
title: "Deutschland.83-86-89"
|
||||
year: 2015
|
||||
season: null
|
||||
episode: null
|
||||
quality: "1080p"
|
||||
source: "BluRay"
|
||||
codec: "HEVC"
|
||||
group: "S03"
|
||||
tech_string: "1080p.BluRay.HEVC"
|
||||
media_type: "movie"
|
||||
languages: ["GERMAN"]
|
||||
audio_codec: "AAC"
|
||||
audio_channels: "5.1"
|
||||
bit_depth: "10bit"
|
||||
parse_path: "direct"
|
||||
is_season_pack: false
|
||||
|
||||
tree:
|
||||
- "Deutschland 83-86-89 (2015) Season 1-3 S01-S03 (1080p BluRay x265 HEVC 10bit AAC 5.1 German Kappa)/"
|
||||
- "Deutschland 83-86-89 (2015) Season 1-3 S01-S03 (1080p BluRay x265 HEVC 10bit AAC 5.1 German Kappa)/Season 1/"
|
||||
- "Deutschland 83-86-89 (2015) Season 1-3 S01-S03 (1080p BluRay x265 HEVC 10bit AAC 5.1 German Kappa)/Season 1/Deutschland.83.S01E01.mkv"
|
||||
- "Deutschland 83-86-89 (2015) Season 1-3 S01-S03 (1080p BluRay x265 HEVC 10bit AAC 5.1 German Kappa)/Season 2/"
|
||||
- "Deutschland 83-86-89 (2015) Season 1-3 S01-S03 (1080p BluRay x265 HEVC 10bit AAC 5.1 German Kappa)/Season 2/Deutschland.86.S02E01.mkv"
|
||||
- "Deutschland 83-86-89 (2015) Season 1-3 S01-S03 (1080p BluRay x265 HEVC 10bit AAC 5.1 German Kappa)/Season 3/"
|
||||
- "Deutschland 83-86-89 (2015) Season 1-3 S01-S03 (1080p BluRay x265 HEVC 10bit AAC 5.1 German Kappa)/Season 3/Deutschland.89.S03E01.mkv"
|
||||
|
||||
# Routing will need manual user disambiguation — the 3 seasons go to 3
|
||||
# different shows in library. Captured here as a "single library bucket"
|
||||
# placeholder; the organiser will reject this and ask for input.
|
||||
routing:
|
||||
library:
|
||||
- "Deutschland 83-86-89 (2015) Season 1-3 S01-S03 (1080p BluRay x265 HEVC 10bit AAC 5.1 German Kappa)/Season 1/Deutschland.83.S01E01.mkv"
|
||||
- "Deutschland 83-86-89 (2015) Season 1-3 S01-S03 (1080p BluRay x265 HEVC 10bit AAC 5.1 German Kappa)/Season 2/Deutschland.86.S02E01.mkv"
|
||||
- "Deutschland 83-86-89 (2015) Season 1-3 S01-S03 (1080p BluRay x265 HEVC 10bit AAC 5.1 German Kappa)/Season 3/Deutschland.89.S03E01.mkv"
|
||||
torrents:
|
||||
- "Deutschland 83-86-89 (2015) Season 1-3 S01-S03 (1080p BluRay x265 HEVC 10bit AAC 5.1 German Kappa)/"
|
||||
seed_hardlinks:
|
||||
- source: "library/Deutschland 83-86-89 (2015) Season 1-3 S01-S03 (1080p BluRay x265 HEVC 10bit AAC 5.1 German Kappa)/Season 1/Deutschland.83.S01E01.mkv"
|
||||
target: "torrents/Deutschland 83-86-89 (2015) Season 1-3 S01-S03 (1080p BluRay x265 HEVC 10bit AAC 5.1 German Kappa)/Season 1/Deutschland.83.S01E01.mkv"
|
||||
- source: "library/Deutschland 83-86-89 (2015) Season 1-3 S01-S03 (1080p BluRay x265 HEVC 10bit AAC 5.1 German Kappa)/Season 2/Deutschland.86.S02E01.mkv"
|
||||
target: "torrents/Deutschland 83-86-89 (2015) Season 1-3 S01-S03 (1080p BluRay x265 HEVC 10bit AAC 5.1 German Kappa)/Season 2/Deutschland.86.S02E01.mkv"
|
||||
- source: "library/Deutschland 83-86-89 (2015) Season 1-3 S01-S03 (1080p BluRay x265 HEVC 10bit AAC 5.1 German Kappa)/Season 3/Deutschland.89.S03E01.mkv"
|
||||
target: "torrents/Deutschland 83-86-89 (2015) Season 1-3 S01-S03 (1080p BluRay x265 HEVC 10bit AAC 5.1 German Kappa)/Season 3/Deutschland.89.S03E01.mkv"
|
||||
Reference in New Issue
Block a user