Added
- TMDB non-commercial API key now baked into the published images (
:latest/:nvenc/:edge/:edge-nvenc). Fresh installs get poster artwork and native-language detection without the user having to register with TMDB first — user-saved keys in Settings still win. Key comes from theTMDB_API_KEYGitHub secret at build time via a--build-arginto both Dockerfiles; local self-builds without the secret behave as before. - TMDB attribution in Settings → Support, per TMDB's non-commercial API terms of use.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.25 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.25-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.25-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.25-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.