Initial commit: Tdarr plugin stack

Plugins:
- misc_fixes v2.8: Pre-processing, container remux, stream conforming
- stream_organizer v4.8: English priority, subtitle extraction, SRT conversion
- combined_audio_standardizer v1.13: AAC/Opus encoding, downmix creation
- av1_svt_converter v2.22: AV1 video encoding via SVT-AV1

Structure:
- Local/ - Plugin .js files (mount in Tdarr)
- agent_notes/ - Development documentation
- Latest-Reports/ - Error logs for analysis
This commit is contained in:
Tdarr Plugin Developer
2025-12-15 11:33:36 -08:00
commit aa71eb96d7
24 changed files with 6757 additions and 0 deletions

15
agent_notes/task_log.md Normal file
View File

@@ -0,0 +1,15 @@
# Task Log: AV1 SVT Plugin Enhancements
## User Request
- Review `av1_svt` plugin.
- Implement custom maxrate input.
- Implement bitrate options based on input file average bitrate (Match, 1/2, 1/4).
## Progress
- 2025-12-14: Located file `Tdarr_Plugin_av1_svt_converter.js`.
- 2025-12-14: Analyzed current parameters and logic.
- 2025-12-14: Created `implementation_plan.md` proposing `custom_maxrate` and `target_bitrate_strategy`.
- 2025-12-14: Saved plan and task list to `agent_notes`.
## Next Steps
- Implement the proposed changes in `Tdarr_Plugin_av1_svt_converter.js`.