v0.9.7-beta - June 09, 2026
What's New: ✨
- Added Yt-dlp Nightly Builds setting — when Update Yt-dlp is enabled, you can now opt into nightly builds instead of the latest stable release. The setting is available under Settings > General > Experimental Options and works for both Docker and direct installations. Fixes #573.
Bug Fixes: 🐛
- Incorrect
trailer_existsflag after file size limit change — Media items that had a trailer downloaded under a profile with Stop Monitoring enabled could be left withtrailer_exists=Falseandstatus=Missingdue to a previous file size limit rejecting the file. A one-time startup fix now detects these items (unmonitored, no trailer flag, but a valid download record withfile_exists=True) and corrects bothtrailer_existsand the media status toDownloaded.
Other Changes: ⚡
- Updated Python packages to latest versions.