Fixed
- Title-search fallback was using TMDB's
/search/multiwhoseyearparameter only filters movies — TV shows came back year-blind and then got dropped by our type filter, leaving newly-added TV folders likeNashville (2012),Lost Girl (2010),One Day at a Time (2017)as "no match" even though TMDB had the show. Fix: typed endpoints (/search/tvwithfirst_air_date_year,/search/moviewithyear) when a type hint is set;/search/multionly when no hint. Same fix in the manual-search modal so its candidates match the auto-resolver's. - Cache invalidation for type-impossible rows now also honours dir labels: a folder under a "TV Shows"-labelled dir cached as
media_type="movie"(or vice versa) is dropped and re-resolved. Pairs with the v0.3.111[tvdb-N]+movieinvalidation; together they cover both bracket-driven and label-driven type strictness.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.112 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.112-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.112-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.112-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.