v0.4.6
Added
- Queue page now shows a banner when stream-pause is active. Previously the only visible signal that v0.4.5's SIGSTOP had taken effect was the progress bars freezing — the manual Pause/Start button stayed unchanged because manual pause and stream-aware pause are independent states. The banner reads "Encoding paused — active stream(s) on <Plex / Jellyfin / Emby>" with a count of frozen jobs, and disappears the moment the stream ends and SIGCONT fires. Surfaced via a new
stream_pausefield onGET /api/jobs/stats.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.4.6 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.4.6-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.4.6-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.4.6-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.