Fixed
- On-demand detect no longer skips subtitles it can actually detect.
probe_filedetectsundtext subs inline and fills in the language;detect_languagesthen only acted on tracks stillundin that result, so any subprobe_fileresolved was silently skipped — never saved to the DB or written to the file, with no log. Detect now probes with inline detection off (detect_und_subs=False) so it detects, persists, and writes the tag itself.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.9.17 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.9.17-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.9.17-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.9.17-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.