5 Commits

Author SHA1 Message Date
Tdarr Plugin Developer
2a3a619eb0 Fix ab-av1 ffprobe using env vars instead of CLI args (v2.33)
- Use FFMPEG and FFPROBE environment variables instead of --ffmpeg/--ffprobe flags
- Older ab-av1 versions don't support those command-line arguments
- Sets env vars to point to tdarr-ffmpeg when executing ab-av1
2025-12-15 23:12:19 -08:00
Tdarr Plugin Developer
fe125da51a Fix ab-av1 ffprobe issue by passing tdarr-ffmpeg path explicitly (v2.32)
- ab-av1 now uses --ffmpeg and --ffprobe flags to locate tdarr-ffmpeg
- No symlinks needed - uses existing Tdarr binaries
- tdarr-ffmpeg acts as both ffmpeg and ffprobe (multi-call binary)
2025-12-15 22:33:30 -08:00
Tdarr Plugin Developer
2b40a8451b Fix ab-av1 detection in Docker environments (v2.31)
- Fixed: Binary exists but X_OK check fails on Docker mounts
- Added: 'which ab-av1' fallback detection
- Added: Better debug logging when X_OK check fails
- Binary will now be found even with permission issues
2025-12-15 21:12:56 -08:00
Tdarr Plugin Developer
24ab5118c0 Pre-refactor checkpoint: stream_organizer v4.8
Saving state before major refactoring of stream_organizer.js.
Current version is functional - this commit allows safe rollback.
2025-12-15 12:01:16 -08:00
Tdarr Plugin Developer
aa71eb96d7 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
2025-12-15 11:33:36 -08:00