v0.3.33
Fixed
- Dropdown arrows missing on Activity / Logs / Schedule pages and a few modals. Inline
style={{ background: "..." }}shorthand on<select>elements was wiping the globalbackground-image: <chevron>rule fromtheme.css, so the carat indicator never rendered. Switched the affected callsites tobackgroundColor:instead so the global chevron survives. Same root cause as the v0.3.22 checkbox-checkmark fix. - Type=Other media directories no longer trigger TMDB lookups. When you add a folder and pick "Other" from the type dropdown, the scanner / watcher / metadata-refresh / poster-resolution paths now skip TMDB matching for files inside it. Previously a folder of home videos labelled "Other" would still get matched against TMDB's catalogue, producing spurious posters and original-language tags. New helper
backend.media_paths.is_other_typed_dir(path)is the single gate; case-insensitive on the label.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.33 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.33-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.33-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.33-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.