Files
francwa aa182458b8 test(fixtures): seed SHITTY release bucket with 15 anti-regression cases
Add 15 expected.yaml fixtures under tests/fixtures/releases/shitty/
covering the awkward but real-world release names from the downloads
folder. Each fixture locks in the current parse_release behavior so
future parser changes are intentional, not silent drift.

Cases captured:
- Angel INTEGRALE 3-level hierarchy (tv_complete media_type)
- Buffy custom French title with dots preserved
- Archer S14E09E10E11 multi-episode (E11 lost — tech debt)
- Notre Planète lowercase s01e01
- Vinyl ' - 1x01 - FHD' (stray dash artifact — tech debt)
- Deutschland.83 (year-suffix as part of title)
- Tatortreiniger S01-06 range (falls to movie — tech debt)
- Derry Girls duplicated title
- Jurassic Park bare folder (media_type=unknown)
- La Nuit au Musée bilingual MULTI
- Chérie j'ai agrandi (ASCII-stripped apostrophe, parses fine)
- Honey Don't (unescaped apostrophe — full AI-path degeneration)
- Hook MULTi.SUBS movie with Subs/ folder
- Predator Badlands space separators (group=UNKNOWN — tech debt)
- Westworld S04 Subs.Only (no video file)

Each fixture also captures the future 3-flow routing (library /
torrents / seed_hardlinks) ahead of the organize_media refactor.

Suite: 1011 passed, 8 skipped.
2026-05-18 15:48:41 +02:00

47 lines
1.8 KiB
YAML

release_name: "Westworld.S04.Subs.Only"
# Subtitle-only release (no video). Parser still classifies as TV S04 from
# the S04 marker. Organiser will need to detect "no video file" and route
# everything subtitle-side — this fixture's tree captures that shape.
parsed:
title: "Westworld"
year: null
season: 4
episode: null
quality: null
source: null
codec: null
group: "UNKNOWN"
tech_string: ""
media_type: "tv_show"
parse_path: "direct"
is_season_pack: true
tree:
- "Westworld.S04.Subs.Only/"
- "Westworld.S04.Subs.Only/Westworld.S04E01.fre.srt"
- "Westworld.S04.Subs.Only/Westworld.S04E02.fre.srt"
- "Westworld.S04.Subs.Only/Westworld.S04E03.fre.srt"
- "Westworld.S04.Subs.Only/Westworld.S04E04.fre.srt"
# No video to library — all sidecars travel together. Will likely require a
# distinct flow in organize_media: subs join an *existing* show in library
# without dragging a video.
routing:
library:
- "Westworld.S04.Subs.Only/Westworld.S04E01.fre.srt"
- "Westworld.S04.Subs.Only/Westworld.S04E02.fre.srt"
- "Westworld.S04.Subs.Only/Westworld.S04E03.fre.srt"
- "Westworld.S04.Subs.Only/Westworld.S04E04.fre.srt"
torrents:
- "Westworld.S04.Subs.Only/"
seed_hardlinks:
- source: "library/Westworld.S04.Subs.Only/Westworld.S04E01.fre.srt"
target: "torrents/Westworld.S04.Subs.Only/Westworld.S04E01.fre.srt"
- source: "library/Westworld.S04.Subs.Only/Westworld.S04E02.fre.srt"
target: "torrents/Westworld.S04.Subs.Only/Westworld.S04E02.fre.srt"
- source: "library/Westworld.S04.Subs.Only/Westworld.S04E03.fre.srt"
target: "torrents/Westworld.S04.Subs.Only/Westworld.S04E03.fre.srt"
- source: "library/Westworld.S04.Subs.Only/Westworld.S04E04.fre.srt"
target: "torrents/Westworld.S04.Subs.Only/Westworld.S04E04.fre.srt"