v0.9.93
Fixed
- Original-language lookup falls back to a title/year search when the ID doesn't resolve. TMDB's
/findoften has no IMDb/TVDB external-ID link for newer titles even though the title exists, so ID-tagged items came back "no API data" and stayed unmatched. When an ID lookup is empty, Shrinkerr now searches TMDB by the parsed title + year (year-gated to avoid wrong matches, the same path manual matching uses), resolving the vast majority of these.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.93 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.93-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.93-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.93-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.