aa182458b8
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.
40 lines
2.5 KiB
YAML
40 lines
2.5 KiB
YAML
release_name: "Buffy.contre.les.Vampires.S01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD"
|
|
|
|
# French-localized title with dots kept as part of the title (no
|
|
# title-casing or smart-Detection). is_season_pack=True from S01 + no episode.
|
|
parsed:
|
|
title: "Buffy.contre.les.Vampires"
|
|
year: null
|
|
season: 1
|
|
episode: null
|
|
quality: "1080p"
|
|
source: "WEB-DL"
|
|
codec: "x264"
|
|
group: "FRENCHWORLD"
|
|
tech_string: "1080p.WEB-DL.x264"
|
|
media_type: "tv_show"
|
|
languages: ["FRENCH"]
|
|
parse_path: "direct"
|
|
is_season_pack: true
|
|
|
|
tree:
|
|
- "Buffy.contre.les.Vampires.S01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD/"
|
|
- "Buffy.contre.les.Vampires.S01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD/Buffy.contre.les.Vampires.S01E01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD.mkv"
|
|
- "Buffy.contre.les.Vampires.S01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD/Buffy.contre.les.Vampires.S01E02.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD.mkv"
|
|
- "Buffy.contre.les.Vampires.S01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD/Buffy.contre.les.Vampires.S01E03.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD.mkv"
|
|
|
|
routing:
|
|
library:
|
|
- "Buffy.contre.les.Vampires.S01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD/Buffy.contre.les.Vampires.S01E01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD.mkv"
|
|
- "Buffy.contre.les.Vampires.S01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD/Buffy.contre.les.Vampires.S01E02.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD.mkv"
|
|
- "Buffy.contre.les.Vampires.S01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD/Buffy.contre.les.Vampires.S01E03.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD.mkv"
|
|
torrents:
|
|
- "Buffy.contre.les.Vampires.S01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD/"
|
|
seed_hardlinks:
|
|
- source: "library/Buffy.contre.les.Vampires.S01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD/Buffy.contre.les.Vampires.S01E01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD.mkv"
|
|
target: "torrents/Buffy.contre.les.Vampires.S01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD/Buffy.contre.les.Vampires.S01E01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD.mkv"
|
|
- source: "library/Buffy.contre.les.Vampires.S01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD/Buffy.contre.les.Vampires.S01E02.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD.mkv"
|
|
target: "torrents/Buffy.contre.les.Vampires.S01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD/Buffy.contre.les.Vampires.S01E02.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD.mkv"
|
|
- source: "library/Buffy.contre.les.Vampires.S01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD/Buffy.contre.les.Vampires.S01E03.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD.mkv"
|
|
target: "torrents/Buffy.contre.les.Vampires.S01.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD/Buffy.contre.les.Vampires.S01E03.FRENCH.1080p.WEB-DL.x264-FRENCHWORLD.mkv"
|