Skip to content

v0.7.5

Choose a tag to compare

@github-actions github-actions released this 21 May 22:49
· 187 commits to main since this release

Added

  • One-shot startup backfill for BD ISO language metadata. v0.7.4 added the libbluray ctypes path that finally extracts languages from UDF-only BD ISOs, but existing scan_results rows that pre-dated the fix kept their stale und track tags — users would have had to manually delete each affected row and let it re-discover. v0.7.5 sweeps those rows on first watcher cycle after upgrade: BD ISO rows with all-und (or empty) audio_tracks_json are re-probed, re-classified, and written back in-place. DVD ISOs and folder discs are unaffected (their pre-v0.7.4 path already worked); partial-coverage rows (e.g. [eng, und]) are left alone per scope. Idempotent via the iso_lang_backfilled_v075 settings flag. Silent log-only signal ([WATCHER] v0.7.5 backfill: …).

Docker images

Pinned to this release:

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

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