github I-IAL9000/shrinkerr v0.9.62

latest releases: v0.9.71, v0.9.70, v0.9.68...
2 days ago

Fixed

  • A stalled media mount can no longer freeze the whole app. The conversion worker made synchronous stat/getsize/exists calls 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-nvenc

Floating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.

Don't miss a new shrinkerr release

NewReleases is sending notifications on new releases.