github I-IAL9000/shrinkerr v0.3.132

latest releases: v0.9.102, v0.9.101, v0.9.100...
3 months ago

Fixed

  • Newly-converted files showing as "new" with converted=0. Watcher's stale-row cleanup deleted the original h264 scan_results row before the worker's post-rename UPDATE could land — UPDATE then matched 0 rows, watcher re-INSERTed at the h265 path with is_new=1. Fix: skip stale-deletion for paths with a pending/running job (mirrors scan.py's orphan-cleanup guard). Plus a one-shot startup heal that retroactively sets converted=1, is_new=0 on existing rows whose file_path matches a successful convert/combined job.

Docker images

Pinned to this release:

docker pull ghcr.io/i-ial9000/shrinkerr:0.3.132         # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.132-nvenc   # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.132-edge    # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.132-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.