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=0on the post-conversion row, but the worker's UPDATE preserved the original row'sis_new=1(set by the watcher when Sonarr first dropped the h264 file). Sonarr→Shrinkerr pipelines therefore landed atis_new=1, converted=1instead ofis_new=0, converted=1. Fix: addis_new = 0to 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-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.