Skip to content

v0.9.25

Choose a tag to compare

@github-actions github-actions released this 16 Jul 20:47

Fixed

  • Converted titles with und tracks wrongly disappeared from the Unknown-language filter. The post-conversion update rewrote the track JSON but never recomputed has_und_tracks_flag, so a converted file whose output still had und tracks kept a stale flag and vanished from the filter (still und in the file/Plex). Now recomputed on conversion, plus a one-time startup re-sync that corrects the flag against the stored tracks for every existing row.

Docker images

Pinned to this release:

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

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