v0.9.62
Fixed
- A stalled media mount can no longer freeze the whole app. The conversion worker made synchronous
stat/getsize/existscalls on media files directly on the asyncio event loop; when media lives on a slow/saturated network mount (CIFS/SMB/NFS), any one of those blocked the entire event loop for the duration of the stall — making the UI unresponsive, scan results fail to load, and conversions' DB writes back up into "database is locked". All media file I/O in the worker now runs off the event loop.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.62 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.62-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.62-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.62-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.