de02bdea06
- 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"
15 lines
359 B
YAML
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.
|