Fixed
- A folder rescan no longer appears to hang for minutes under write contention. The scan's best-effort end-of-scan maintenance sweeps (orphan cleanup, duplicate detection, converted-flag restore) waited up to 60s each on a contended write lock — ~3 minutes stuck at "100%" while conversions ran. They now fail fast (10s) and are redone by the next full scan; the file re-probe/upsert (which carries the language fix) still uses the full timeout, so the rescan's actual work is unaffected.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.64 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.64-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.64-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.64-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.