v0.4.7
Added
- Audio conversion details in the Completed-tab job report. The expanded view now shows e.g.
Audio: DTS-HD MA → EAC3 640kbwhenever Shrinkerr re-encoded one or more audio tracks during conversion. Triggered by either the lossless auto-conversion path (TrueHD / DTS-HD MA / FLAC / PCM tracks → user-selected lossy codec) or the globalaudio_codec != "copy"setting. Sources are deduped + sorted; multiple distinct source codecs render asTrueHD + DTS-HD MA → EAC3 640kb.
Fixed
- Seasons now sort numerically in the Scanner file tree and file list. Previously "Season 11" sorted before "Season 2" because of lexicographic string compare. Switched all four
localeComparesites (FileTree node sort, FileTree file sort, PosterGrid title sort, PosterGrid section sort) to usenumeric: true, which makes embedded digits compare as numbers. Affects any name with a numeric suffix (Season N, Disc N, Part N, etc.).
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.4.7 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.4.7-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.4.7-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.4.7-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.