v0.6.0-beta - November 16, 2025
What's New: ✨
- Added Download tracking for media items. These will be included in filter options in future releases.
- Added a
bestoption forVideo ResolutioninTrailer Profilesto download the best available resolution. Removed360poption. See Profiles for more details. - Video Info dialog in Media Details page will now show more details about the video, audio, and subtitle streams in the downloaded trailer file, along with YouTube information (if embedded in the video).
- Added
Trim Videooption in Media Details page to open the video trim dialog. See Trimming Videos for more details. - Removed the
Theme Togglebutton from Top Navigation bar. Theme can now be changed fromSettings > General > Themeand will be saved across sessions and devices. - Added a
Logoutbutton in Top Navigation bar to allow users to logout from the app. - Some of the Settings are now highlighted with warning and danger colors to indicate that changing them may have adverse effects on the app functionality. Please refer to the documentation before changing these settings.
- Added warning messages in
Profileswhen incompatible format combinations are selected forFile Format,Video Format, andAudio Format. See Profiles for more details. - Tasks page in Web UI will now have a link to view logs for each task. Click on the log icon next to the task name to view the logs related to that task.
Bug Fixes: 🐛
- Improved the
Remove Silencefeature to better detect silence at the end of the video. See Removing Silence for more details.
Other Changes: ⚡
- Refactored
ConnectionandMediadatabase managers to improve maintainability and readability. Updated atfield inMediaobject will now be updated only when certain fields of the media item are modified (title,year,media_exists,media_filename,folder_path,arr_monitored).- Improved performance of
Frontendby reducing unnecessary API calls and optimizing data handling. - Logging system has been updated to use a context uuid (
trace_id) to identify logs of an individual task. This will help in better tracking and debugging of tasks. - Updated yt-dlp to
2025.11.12and various other python libraries along withDenoinstallation required byyt-dlpfor solvers. - Updated Angular to
20.3.11and various npm packages. - Fixed some color contrast issues in Web UI for better accessibility, and made some minor UI improvements.