Fixed
- Type filters (Movies / TV Shows / Other) showed 0 for users whose folders aren't Sonarr/Radarr-style with
[tvdb-N]/[ttN]brackets — every file fell through to "Other" because the classifier ignored the directory labels set in Settings → Directories. Now combines bracket markers (still win when present, most specific) with the containing media-dir's user-set label as the fallback.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.76 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.76-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.76-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.76-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.