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 computeshas_lossless_audioin/scan/tracks-by-pathusing 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-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.