Files
alfred/alfred/knowledge/patterns/adjacent.yaml
T
francwa 249c5de76a 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:55:06 +02:00

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.