v0.7.2
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_nameusedparent.parent.nameunconditionally, which for ISO inputs (wherefile_pathIS the .iso file) points one level too high; (2) thefile_sizepatch inprobe_fileonly fired for folder discs via_disc_total_size, so ISO rows kept ffprobe'sformat.sizewhich only counts the main title libbluray surfaces. New_disc_display_namehelper handles both folder and ISO cases;probe_filenow 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-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.