v0.9.101
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.IFOdated 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-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.