249c5de76a
- 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
17 lines
551 B
YAML
17 lines
551 B
YAML
id: episode_subfolder
|
|
version: "1.0"
|
|
description: >
|
|
Subtitle files are in a Subs/ folder at the release root, with one subfolder
|
|
per episode named after the episode filename (without extension).
|
|
Example: Subs/Show.S01E01.BluRay.x265-RARBG/2_English.srt
|
|
|
|
scan_strategy: episode_subfolder
|
|
root_folder: "Subs"
|
|
|
|
type_detection:
|
|
method: size_and_count
|
|
description: >
|
|
When multiple files share the same detected language, differentiate
|
|
standard vs SDH by comparing file size and subtitle entry count.
|
|
Larger file (more entries) = SDH.
|