v0.5.5-beta - October 30 2025
What's New: ✨
- Added support for using multiple
Profilesfor downloading trailers with options:Trailer Profile, andStop Monitoring. When multiple profiles match a media item, the profile with the highest priority will be used first. See Profiles for more details. - Added
Custom Save Pathoption inProfilesto save trailers to a custom path instead of media folder. See Profiles for more details.
Bug Fixes: 🐛
- Fixed a bug that caused
FFMPEG conversion failed with exit code 254error when converting trailers. Fixes #322, and #329. - Fixed a bug that prevented the app from detecting the downloaded video (caused by
yt-dlpdownloading video in a different format than selected). Fixes #364. - Fixed silence detection to remove the detected silence only at end of video and if it is within the last 30 seconds. Fixes #316.
Other Changes: ⚡
- Updated
yt-dlpto2025.10.22and various other python libraries. - Updated FastAPI to
0.120.2and various python dependencies. - Updated Angular to
20.3.7and various npm packages. - Updated relevant documentation.