v0.3.121
Performance
- Posters trickling in over ~1 minute after a filter change: each uncached folder triggered a backend
_download_imagethat 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-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.