Skip to content

v0.9.3

Choose a tag to compare

@github-actions github-actions released this 13 Jul 22:47
· 124 commits to main since this release

Fixed

  • Unknown-language filter now covers the whole library. has_und_tracks_flag was only set at scan time, so the filter counted just the handful of re-scanned files (~1 instead of thousands). Added a one-time startup backfill that recomputes the flag from stored track metadata — no full re-scan needed.
  • Clicking a title in the Unknown-language filter no longer shows "No files found." The file enricher wasn't populating has_und_tracks, so the file-level matcher never matched; the tree view also wrongly dropped und-only files from Audio cleanup. Both fixed.
  • Moved the "Unknown language" filter chip out of the Audio group (it covers audio and subtitles) to sit beside Subtitle cleanup.

Docker images

Pinned to this release:

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

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