Skip to content

v0.3.82

Choose a tag to compare

@github-actions github-actions released this 29 Apr 18:48
· 398 commits to main since this release

Fixed

  • TMDB resolution and the manual "Fix poster match" search now also use the containing media-dir's label as a media-type hint when the folder name has no bracket ID. A "Movies"-labelled directory's folders no longer accidentally match same-titled TV shows during auto-resolution, and vice versa. Bracket IDs ([ttN]/[tvdb-N]/[tmdb-N]) still take precedence when present; "Other" / unset labels stay unconstrained.
  • Auto-resolution's media_type backfill now uses the dir-label as a final fallback when TMDB title-search returns nothing — so a movie in a Movies-labelled dir gets media_type=movie even with zero TMDB metadata.

Docker images

Pinned to this release:

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

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