Fixed
- TV folders with
[tvdb-N]brackets could match to movies (e.g.,Matador (2014) [tvdb-281467] → Matador (1986)). Fix: TVDB-ID lookup now returns ONLY tv_results, never falling back to movie cross-references; mismatches fall through to the type-constrained title search instead. - Stale wrong-type cache rows are now invalidated on read: a
[tvdb-N]folder cached withmedia_type="movie"is forced to re-resolve once. One-shot self-healing for entries written by the pre-fix resolver.
Changed
- "Fix poster match" modal title is now "Fix match".
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.111 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.111-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.111-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.111-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.