v0.6.1
Fixed
- Watcher not auto-discovering newly-dropped DVD
VIDEO_TS/or Blu-rayBDMV/folders. The polling walk filtered files by video extension before the v0.6.0 disc-marker pre-pass could see them, so.IFO/.VOB/.m2tswere dropped at the walk stage and disc folders never registered. Watcher walk now classifies each directory for disc structure first (matching the scanner), records the marker file, and prunes recursion into the disc subdirectory. Manual rescan was unaffected.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.6.1 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.6.1-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.6.1-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.6.1-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.