Fixed
- Scanner's "Select all + Add to queue" with 1000+ folders silently returned
0 Files to processin the estimate modal. The folder→file expansion built one OR'd LIKE clause per folder in a single SQL query — with ~1000+ folders the expression depth blew past SQLite'sSQLITE_LIMIT_EXPR_DEPTHdefault of 1000 and the SELECT returned no rows. Chunked the expansion to 800 folders per query in both the estimate and add-from-scan paths.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.23 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.23-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.23-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.23-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.