github I-IAL9000/shrinkerr v0.3.106

latest releases: v0.9.98, v0.9.97, v0.9.96...
3 months ago

Fixed

  • "Lossless → EAC3" badge missing from the Now-Converting card on jobs with DTS-HD MA audio. The frontend was running its own client-side codec/profile match that only recognised exact strings "dts-hd ma" / "dts-hd hra", so variants like "DTS-HD Master Audio" or "DTS-HD MA + DTS:X" slipped through. Fix: backend now computes has_lossless_audio in /scan/tracks-by-path using prefix matching (dts-hd m* / dts-hd h*); frontend trusts that flag instead of duplicating the check.

Docker images

Pinned to this release:

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

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

Don't miss a new shrinkerr release

NewReleases is sending notifications on new releases.