github I-IAL9000/shrinkerr v0.4.7

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

Added

  • Audio conversion details in the Completed-tab job report. The expanded view now shows e.g. Audio: DTS-HD MA → EAC3 640kb whenever 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 global audio_codec != "copy" setting. Sources are deduped + sorted; multiple distinct source codecs render as TrueHD + 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 localeCompare sites (FileTree node sort, FileTree file sort, PosterGrid title sort, PosterGrid section sort) to use numeric: 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-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.