v0.6.4
Fixed
- Disc conversions reported as failed despite succeeding. After the encode landed and post-source-handling deleted the
VIDEO_TS/(orBDMV/) subdirectory per the user's delete/trash setting,rename_external_subtitles()ran on the now-vanished parent and raisedFileNotFoundError, which propagated up as a job failure. The encoded MKV was intact — only the job status was wrong. Helper now no-ops cleanly when the parent dir is missing (discs don't have sidecar subs anyway; their subtitles are internal PGS/VobSub streams). Also defends against any future race where the source disappears between encode and rename.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.6.4 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.6.4-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.6.4-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.6.4-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.