v0.3.81
Fixed
- "Fix poster match" modal now uses bracket IDs from the folder name (
[ttN]/[tvdb-N]/[tmdb-N]) to fetch the exact TMDB record and pin it as the first result. Pre-v0.3.81 the modal was title-search only, so an obscure-but-correct match could fail to surface even when the IMDb ID was sitting right there in the folder name. - Manual search now also filters candidates to the right media_type when the bracket tells us (movies for
[ttN]/[tmdb-N], TV for[tvdb-N]) — no more TV shows mixed in when fixing a movie. - Title-search candidates re-ranked: exact title + exact year matches sort first regardless of TMDB's popularity ranking.
- Manual poster override now also writes the TMDB-authoritative
original_languagetoscan_results.native_languagefor every file in the folder, so audio-cleanup rules that key off native language pick up the corrected value automatically.
Added
- Folder-name parser now recognises Radarr 5+ default
[tmdb-N]token alongside the existing[ttN]and[tvdb-N].
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.81 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.81-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.81-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.81-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.