Skip to content

v0.3.85

Choose a tag to compare

@github-actions github-actions released this 29 Apr 20:36
· 395 commits to main since this release

Added

  • Media-ID detection (TMDB / TVDB / IMDb) now recognises file-level tagging in addition to folder-level. When a folder name carries no ID, parse_folder_name walks the files inside and uses the first ID it finds. The Scanner type-filter classifier searches the full file path the same way.
  • Bracket-less and curly-brace ID forms now also recognised: tt1234567 (bare, ≥7 digits), tvdb-12345 / tmdb-12345 (bare with separator), {tmdb-12345} (Plex), [tvdbid-12345] / [tmdbid-12345] (Jellyfin) — alongside the existing [ttN] / [tvdb-N] / [tmdb-N].

Docker images

Pinned to this release:

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

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