github I-IAL9000/shrinkerr v0.5.21

latest releases: v0.9.108, v0.9.107, v0.9.106...
3 months ago

Fixed

  • "Merge external subtitles into video" and "Delete external subtitle files after merging" toggles weren't persisting — both fields existed in the UI but had zero wiring through models.py / _ENCODING_DEFAULTS / GET / PUT (same shape as the reorder_native_audio bug from issue #11). The worker's _is_cleanup_enabled missing-row fallback defaulted True, so external-sub merging happened invisibly even when the UI showed the toggles off. Wired both fields end-to-end, defaulted both off, and switched the worker's reads to default=False so unset DB rows match the UI's rendering. Behaviour note: existing installs that never explicitly toggled these were getting silent merging — after upgrade, merging stops unless the user opts in.

Docker images

Pinned to this release:

docker pull ghcr.io/i-ial9000/shrinkerr:0.5.21         # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.21-nvenc   # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.21-edge    # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.21-edge-nvenc

Floating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.

Don't miss a new shrinkerr release

NewReleases is sending notifications on new releases.