v0.3.53
Fixed
- Scanner dropdown listed Scan=off media directories (e.g. NZBGet/SABnzbd landing zones added with
Scan=offper v0.3.49), implying they would be scanned if picked. The "All configured paths" branch already filtered them out before callingstartScan, but selecting one of them by name from the dropdown would still scan it — and the dropdown's mere presence of the entry contradicted v0.3.49's stated UX of "the scanner pretends the directory doesn't exist." Dropdown options now filter onauto_scan !== false && auto_scan !== 0, matching the same predicate used by handleScan. The file-tree/poster-gridmediaDirsprop is still populated from the full list — Scan=off dirs can still receive webhook-registered files that legitimately need to render in the tree.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.53 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.53-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.53-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.53-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.