github I-IAL9000/shrinkerr v0.3.121

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

Performance

  • Posters trickling in over ~1 minute after a filter change: each uncached folder triggered a backend _download_image that fetched the TMDB CDN poster server-side and base64-encoded it into the response. For a few hundred uncached folders (common after v0.3.116's mass cache invalidation) this serialised everything behind a slow fetch+encode step. Fix: skip the backend fetch for TMDB CDN URLs (they're publicly accessible — the browser fetches them directly in parallel) and bump resolve concurrency 8→16. Plex posters still backend-proxy because they need the auth token attached.

Docker images

Pinned to this release:

docker pull ghcr.io/i-ial9000/shrinkerr:0.3.121         # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.121-nvenc   # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.121-edge    # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.121-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.