Skip to content

v0.7.8

Choose a tag to compare

@github-actions github-actions released this 22 May 07:29
· 184 commits to main since this release

Fixed

  • v0.6.5 folder-disc backfill silently matched zero rows (same JSON LIKE bug v0.7.5 had for BD ISOs, fixed in v0.7.6). New _backfill_disc_languages_v078 runs the equivalent sweep for folder discs with the corrected selector and a fresh idempotency flag so existing installs re-run.
  • Stale corrupt markers persisted after a successful disc re-probe. The _clear_stale_disc_health_status helper only cleared health_status, but the UI's isCorrupt is probe_status === 'corrupt' || health_status === 'corrupt', so a probe that cleared health_status left the "ffprobe couldn't read a video stream" banner showing whenever probe_status was also stuck. Helper now resets probe_status (to 'ok') and health_errors_json alongside health_status in one statement; v0.7.8 backfill calls the helper on every successful row update.

Docker images

Pinned to this release:

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

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