Files
alfred/alfred/knowledge/patterns/subs_flat.yaml
T
francwa de02bdea06 git commit -m "feat: major architectural refactor
- Refactor memory system (episodic/STM/LTM with components)
- Implement complete subtitle domain (scanner, matcher, placer)
- Add YAML workflow infrastructure
- Externalize knowledge base (patterns, release groups)
- Add comprehensive testing suite
- Create manual testing CLIs"
2026-05-11 21:33:37 +02:00

15 lines
359 B
YAML

id: subs_flat
version: "1.0"
description: >
Subtitle files are directly in a Subs/ folder at the release root,
with no per-episode subfolder.
Example: Subs/Show.S01E01.English.srt
scan_strategy: flat
root_folder: "Subs"
type_detection:
method: token_in_name
description: >
Type (standard/SDH/forced) is determined from tokens in the filename.