Skip to content

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 20 May 19:09
· 228 commits to main since this release

Fixed

  • Watcher not auto-discovering newly-dropped DVD VIDEO_TS/ or Blu-ray BDMV/ folders. The polling walk filtered files by video extension before the v0.6.0 disc-marker pre-pass could see them, so .IFO / .VOB / .m2ts were 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-nvenc

Floating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.