Skip to content

v0.9.101

Choose a tag to compare

@github-actions github-actions released this 14 Aug 21:34
· 1 commit to main since this release

Fixed

  • Files with a future-dated timestamp are no longer skipped by the watcher forever. The "skip files newer than N minutes" guard computed a negative age for a bogus future mtime (common on DVD/ISO rips — a VIDEO_TS.IFO dated 2036), which counts as "still being written," so the disc/file was skipped on every cycle and never registered. Future/negative ages are now excluded from the skip.

Docker images

Pinned to this release:

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

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