NuvioForLinux v0.3.3
NuvioForLinux v0.3.3
Hotfix for 0.3.2. If you are on 0.3.2, take this update.
Fixed
-
Auto-play could hang forever, leaving the app stuck resolving sources and never playing.
0.3.2 held a torrent back from auto-play while its debrid cache check was in flight, but a
stream that never received a cache status at all counted as pending permanently rather than
briefly, and the screen that waits on that only clears when nothing is pending. There was no
timeout out of it.It bit hardest after quitting from inside the player: Nuvio remembers it was playing and
resolves that item again on the next launch, so an affected install would loop on every start.
If you are stuck on 0.3.2 right now, quit Nuvio and delete
~/.config/nuvio/nuvio_resume_prompt.propertiesto break the loop, then update.Auto-play selection is back to exactly what 0.2.3.1 and every release before 0.3.2 shipped.
Nothing else in this release.
⬇️ Which file do I download?
| File | For | Notes |
|---|---|---|
Nuvio-0.3.3-x86_64.AppImage |
Any modern distro | Self-contained, bundles VLC. Needs glibc ≥ 2.35 (Ubuntu 22.04 LTS+, Debian 12+, Fedora, Arch, Mint). |
nuvio_0.3.3_amd64.deb |
Debian / Ubuntu / Pop!_OS / Mint | Installs system-wide; uses your system VLC (vlc-plugin-base | vlc). |
# AppImage
chmod +x Nuvio-0.3.3-x86_64.AppImage
./Nuvio-0.3.3-x86_64.AppImage
# .deb
sudo apt install ./nuvio_0.3.3_amd64.deb💡 Using AppImageLauncher and the file disappears or won't start? Run it from a
terminal withAPPIMAGELAUNCHER_DISABLE=1 ./Nuvio-*.AppImage, or update AppImageLauncher.