Skip to content

v0.3.124

Choose a tag to compare

@github-actions github-actions released this 05 May 15:15
· 354 commits to main since this release

Fixed

  • "Lossless → EAC3" badge fired on files where the lossless track was being removed — the file-level has_lossless_audio flag didn't know about the job's removal list, so a Bluray rip with AC3 + TrueHD where the TrueHD was the one being dropped still showed the transcode badge even though no transcode would happen. /scan/tracks-by-path now stamps is_lossless on each individual track; the queue page checks whether any kept track is lossless before showing the badge.

Docker images

Pinned to this release:

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

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