github I-IAL9000/shrinkerr v0.3.134

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

Fixed

  • Newly-converted items still showing in the new-files list (Conviction, Carmen Curlers, Conversations with Friends). v0.3.132 fixed the watcher race that was causing converted=0 on the post-conversion row, but the worker's UPDATE preserved the original row's is_new=1 (set by the watcher when Sonarr first dropped the h264 file). Sonarr→Shrinkerr pipelines therefore landed at is_new=1, converted=1 instead of is_new=0, converted=1. Fix: add is_new = 0 to all three worker scan_results UPDATE sites (early post-rename UPDATE, late post-rename UPDATE, in-place UPDATE for jobs without a rename). The v0.3.132 startup heal already cleared this on existing rows; v0.3.134 prevents the next conversion from re-creating the symptom.

Docker images

Pinned to this release:

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