Skip to content

v0.3.131

Choose a tag to compare

@github-actions github-actions released this 06 May 00:04
· 351 commits to main since this release

Fixed

  • /api/posters/resolve returning 500 with NameError: name 'has_explicit_id' is not defined. Pre-existing reference inside _backfill_one to a variable that was never defined in that scope — the dir-label fallback and TVDB-implies-TV branch both used it. Threw on every resolve call that hit media_type backfill (i.e. any folder with media_type still NULL), which was a lot of TV1's filtered subset. This was the actual cause of "TV1 posters don't load" — not the cache state, not network, not rate limits. The endpoint just couldn't return.

Docker images

Pinned to this release:

docker pull ghcr.io/i-ial9000/shrinkerr:0.3.131         # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.131-nvenc   # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.131-edge    # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.131-edge-nvenc

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