Fixed
- Per-subfolder belt was over-protective on small folders. v0.7.22/23 preserved rows whenever a subfolder lost >50% in one cycle — which correctly caught the 20K-file partial-mount loss, but also caught "deleted a movie folder with 1 file" (100% missing for that subfolder) and refused to clean those rows. v0.7.25 adds a
MIN_BELT_PROTECTED_SIZEthreshold (default 5, env-tunable viaSHRINKERR_BELT_MIN_SIZE): the belt only fires for subfolders with at least 5 known rows. Below that, recovery is trivial (one rescan, handful of files) and cleanup proceeds normally. Catastrophic-loss protection unchanged for large folders.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.25 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.25-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.25-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.25-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.