Fixed
- TV folders with
[tvdb-N]getting wrong-type matches from Plex (Charlie's Angels (1976) [tvdb-77170]→ 2000 movie poster) or stuck atmedia_type=None(Chase, Chicago Hope). Plex was the FIRST resolver in the chain; once it returned anything,source != "placeholder"and the authoritative TVDB-find never ran. Plex's global title-only fallback was happily matching wrong-type/untyped entries for ambiguous show names. Fix: reject Plex's answer when it disagrees with the bracket family (TV folder + Plex says movie/None → fall through to TVDB-find). Plus extend the type-impossible cache invalidation to catchmedia_type=Noneon[tvdb-N]folders so existing stuck rows re-resolve.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.133 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.133-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.133-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.133-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.