Skip to content

v0.9.100

Choose a tag to compare

@github-actions github-actions released this 14 Aug 20:35
· 2 commits to main since this release

Fixed

  • DVD (VIDEO_TS) folders no longer stay invisible after one slow probe. A probe failure was blocklisted in memory until the app restarted, so a disc concat: probe that blew the 30s ffprobe limit under load (200MB read over CIFS) hid the DVD permanently — how a whole library ended up with zero DVDs. Probe failures now retry after a 30-minute cooldown, and disc probes get a 180s timeout (matching the subtitle-extraction allowance for cold networked reads).

Docker images

Pinned to this release:

docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.100         # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.100-nvenc   # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.100-edge    # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.100-edge-nvenc

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