Skip to content

v0.7.34

Choose a tag to compare

@github-actions github-actions released this 09 Jul 14:30
· 158 commits to main since this release

Fixed

  • AppleDouble ._* sidecars still crashed conversions on v0.7.33 for already-scanned files. v0.7.33 fixed detection for new scans, but external subs are merged from stored scan_results.subtitle_tracks_json — rows scanned earlier still carried the ._ paths, so ._*.srt / ._*.idx were still fed to ffmpeg (exit 183/234) with no re-scan. Now guarded at the point of use: the convert-time external-sub merge skips hidden/AppleDouble paths via a shared is_hidden_sidecar helper, covering every stale row. Also made the external-subtitle map optional ({idx}:s?) so a sidecar that opens but exposes no subtitle stream can't hard-fail the job.

Docker images

Pinned to this release:

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

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