Skip to content

v0.9.4

Choose a tag to compare

@github-actions github-actions released this 13 Jul 22:57
· 123 commits to main since this release

Fixed

  • Converted disc titles no longer show a disc badge or the wrong name. When a Blu-ray/DVD folder was converted to a single .mkv, the post-conversion handler repointed the disc row at the .mkv but never cleared disc_type — so the title kept a "Blu-ray disc folder" badge and displayed the category dir ("Movies2") instead of the movie name. Now cleared on conversion, hardened the display-name logic to only treat real marker files as discs, and added a one-time backfill for already-converted titles.

Docker images

Pinned to this release:

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

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