v0.5.2-beta - August 20 2025
What's New: ✨
- Added a fallback option for moving trailer file to media folder without setting permissions and file attributes (created date, modified date, etc.). Fixes downloading multiple trailers when destination permissions are set to writable without modify. Fixes #285.
- Added some fallback formats for yt-dlp search and download.
- Added support for downloading all available subtitles by allowing the sub-langs option to be set to all, and updated the documentation to reflect this new capability. Related to #276.
Bug Fixes: 🐛
- Fixed a bug in trailer conversion that caused ffmpeg to convert subtitles to
ass
format when downloaded by providing extra yt-dlp options in profile and disabling subtitles. Now app will detect them and add-c:s copy
. Fixes #286.
Other Changes: ⚡
- Search input in UI will now reset upon selecting a result or clearing the results. Fixes #287.
- Updated
yt-dlp
to2025.8.20
that fixed some download issues. - Upgraded Angular version to
20.2.0
. - Added scripts and documentation related to direct install (on debian based systems only). This is still a work in progress, improvements underway.