Fixed
- Watcher's auto-queue path used the pre-v0.5.4
is_x264()codec check — only H.264 was treated as "needs conversion", so MPEG-2 / MPEG-4 / VC-1 / WMV files auto-discovered via filesystem watching never got aconvertjob even when those codecs were in the user's source_codecs list. Now usescodec_matches_source(video_codec, source_codecs)like the scanner and webhook paths. HEVC files were unaffected (correctly skipped either way).
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.22 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.22-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.22-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.22-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.