Fixed
- Converted titles with
undtracks wrongly disappeared from the Unknown-language filter. The post-conversion update rewrote the track JSON but never recomputedhas_und_tracks_flag, so a converted file whose output still hadundtracks kept a stale flag and vanished from the filter (stillundin 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-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.