Skip to content

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 21 May 19:47
· 197 commits to main since this release

Fixed

  • ISO disc rows showed the media_dir name (e.g. Movies2) instead of the movie-folder name in the scanner UI, and reported the main-title bytes (~19 GB) instead of the ISO file's actual bytes (~30 GB) for size. Two bugs from v0.7.0's ISO-folder handling: (1) display_name used parent.parent.name unconditionally, which for ISO inputs (where file_path IS the .iso file) points one level too high; (2) the file_size patch in probe_file only fired for folder discs via _disc_total_size, so ISO rows kept ffprobe's format.size which only counts the main title libbluray surfaces. New _disc_display_name helper handles both folder and ISO cases; probe_file now also stats the ISO file directly for accurate on-disk size.

Docker images

Pinned to this release:

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

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