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
14 lines
370 B
YAML
14 lines
370 B
YAML
id: adjacent
|
|
version: "1.0"
|
|
description: >
|
|
Subtitle files sit directly alongside the video file, in the same directory.
|
|
Example: Show.S01E01.mkv + Show.S01E01.English.srt in the same folder.
|
|
|
|
scan_strategy: adjacent
|
|
root_folder: null
|
|
|
|
type_detection:
|
|
method: token_in_name
|
|
description: >
|
|
Type (standard/SDH/forced) is determined from tokens in the filename.
|