github I-IAL9000/shrinkerr v0.5.1

latest releases: v0.9.108, v0.9.107, v0.9.106...
3 months ago

Added

  • date_added rule condition for time-based rule firing. Lets users write rules like "Date Added newer than 24 hours → Queue Priority: Highest" to specifically target newly-arrived files. Operators: "newer than" / "older than". Value editor: number input + units dropdown (hours / days / weeks). Data source: scan_results.new_detected_at (the watcher's first-seen timestamp — resilient to filesystem touch / chmod / remux operations, matches the "NEW" badge semantics). Files with no recorded detection time (pre-watcher library, scanner-added rows, bypass paths) are treated as ancient: "older than" matches, "newer than" does not. Composes with v0.5.0's auto-queue priority work — the alternative pattern the original GitHub feature request suggested is now usable.

Docker images

Pinned to this release:

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

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

Don't miss a new shrinkerr release

NewReleases is sending notifications on new releases.