v0.5.4-beta - August 30 2025
What's New: ✨
- Added
&&
and||
logical operators, and media placeholders toInclude Words
andExclude Words
inProfile Search Settings
. See Profile Search for more details. Fixes #304. - Requests to Radarr/Sonarr APIs will now include
ssl=False
to ensure compatibility with SSL and non-SSL endpoints.
Bug Fixes: 🐛
- Fixed a bug that caused download to fail when
srt
is selected withmp4
asmp4
does not supportsrt
subtitles. Those will be converted tomov_text
now. Fixes #293. - Added the
yt-dlp
update process to the startup script to update when enabled.
Other Changes: ⚡
- Made the password reset env
WEBUI_PASSWORD
parsing more robust to detect improperly escaped quotes. SettingWEBUI_PASSWORD=''
orWEBUI_PASSWORD=""
will also work and reset the password to default (trailarr
). Related to #291. - Updated
yt-dlp
to2025.8.27
and various other python libraries. - Updated relevant documentation.