github I-IAL9000/shrinkerr v0.3.112

latest releases: v0.9.98, v0.9.97, v0.9.96...
3 months ago

Fixed

  • Title-search fallback was using TMDB's /search/multi whose year parameter only filters movies — TV shows came back year-blind and then got dropped by our type filter, leaving newly-added TV folders like Nashville (2012), Lost Girl (2010), One Day at a Time (2017) as "no match" even though TMDB had the show. Fix: typed endpoints (/search/tv with first_air_date_year, /search/movie with year) when a type hint is set; /search/multi only 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]+movie invalidation; 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-nvenc

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

Don't miss a new shrinkerr release

NewReleases is sending notifications on new releases.