Skip to content

v0.9.7 - Trailer Exists fix & yt-dlp nightly

Latest

Choose a tag to compare

@nandyalu nandyalu released this 09 Jun 22:55
· 1 commit to main since this release

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_exists flag after file size limit change — Media items that had a trailer downloaded under a profile with Stop Monitoring enabled could be left with trailer_exists=False and status=Missing due 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 with file_exists=True) and corrects both trailer_exists and the media status to Downloaded.

Other Changes:

  • Updated Python packages to latest versions.