2025
v0.3.3-beta - March 28, 2025
What's New: โจ
- Updated yt-dlp to latest version 2025.03.27. ๐
- Added option to change the default username. Fixes #160. ๐
- Updated internal field options so that browsers can detect them as password fields for
Current Password
andNew Password
in Password Update Dialog underSettings > About
. ๐ Settings > About
page will now show the current version ofyt-dlp
used by the app. ๐
Bug Fixes: ๐
- Fixed an issue with
yt-dlp
not updating on restart even ifUpdate Yt-dlp
is enabled. ๐ - Fixed a bug that reset the
New Download Method
setting tofalse
on restart. ๐
Other Changes: โก
- Updated FastAPI from 0.115.11 to 0.115.12, npm from 11.1.0 to 11.2.0, Angular from 19.2.1 to 19.2.5 and various other python and npm dependencies.
- Refactored Dockerfile to remove
gosu
package and usesu
command instead for switching to non-root user. This fixes many CVEs related togosu
package, improving security. ๐ณ - Moved scripts inside docker image from
/app
to/app/scripts
to avoid conflicts with app files. ๐๏ธ
v0.3.2-beta - March 09, 2025
What's New: โจ
- Trailer filenames now support titles with non-ASCII characters. Restricted characters are
<>:"/\\|?*\x00-\x1F
. Fixes #106, #141 ๐ - Additional options added to use in
Youtube Search Query
andTrailer Filename
fields. See Docs for available options. Fixes #119 ๐ - Added Custom Filters to
Home
,Movies
andSeries
pages. ๐ - Added a delay (between 100 - 150 seconds randomly) between trailer downloads to avoid rate limiting from YouTube. Fixes #139 ๐
Bug Fixes: ๐
- Fixed a bug that deletes all media items in database when Arr Data Refresh task fails to get data from an arr API. ๐
- Fixed a bug related to sorting with date values in
Home
,Movies
andSeries
pages. ๐ - Fixed some bugs related to data refresh for keeping Frontend and Backend in sync. ๐
- Fixed a bug related to
URL_BASE
setting not getting updated in the frontend. ๐ - Added a check to verify downloaded trailer duration is within specified limits. Fixes #128 ๐ฐ๏ธ
Other Changes: โก
- Added extra attributes to the
Media
object forclean_title
,studio
,title_slug
,media_exists
,media_filename
. ๐ - Some routes and components are now lazy-loaded to improve performance. ๐
- Upgraded Angular from 19.1.4 to 19.2.1, FastAPI from 0.115.7 to 0.115.11 and various other python and npm dependencies. ๐
- Updated Docs for
Youtube Search Query
andTrailer Filename
fields, added a note regarding use of YouTube cookies for new installations. ๐
v0.3.1-beta - February 08, 2025
Bug Fixes: ๐
- Fixed a bug that deletes all media items in database when Arr Data Refresh task fails to get data from an arr API. ๐
v0.3.0-beta - February 06, 2025
What's New: โจ
- Added support for Hardware Acceleration using NVIDIA GPUs. See Docs on how to enable! ๐
- Completely rewritten the trailer download and conversion process for better performance and reliability. Can be enabled in
Settings > Experimental > New Download Method
๐ - Added batch edit in
Movies
andSeries
pages to quickly edit multiple items at once. Available options: Monitoring, Download, Delete ๐ฆ - Added option for
Auto Search
๐ trailer inMedia Details
page, along with aSave
๐พ option to save the updated trailer id without downloading. ๐ต๏ธ - Clicking on a file in
Files
section will now show options to โถ๏ธPlay
, โน๏ธVideo Info
, ๐๏ธDelete
and โ๏ธRename
the file. ๐ - Added a task to scan all root folders for trailers. ๐
- Trailer download status will be updated as they progress, instead of all at once in
Download Monitored Trailers
task. ๐ av1
conversion has been disabled. Ifav1
is selected, app will try to download inav1
directly if available, else fallback tovp9
. ๐ซpgs
subtitles are no longer supported. ๐ซRemove SponsorBlock
option has been removed. UseRemove Silence
instead ๐ซ- Added a new setting
Update Yt-dlp
to update yt-dlp to the latest available version during container startup when enabled. ๐ - Added an experimental option to set
URL Base
for use with reverse proxies. ๐
Bug Fixes: ๐
- Tasks will be run in a different thread than the main process to avoid blocking the UI. ๐งต
- Databse sessions will be retried if a write fails due to database being locked. ๐๏ธ
- Youtube Trailer Search will also use the cookies file if provided.
- Trailers stuck on
Downloading
status will be reset duringFiles Scan
task. - Updated the Arr URL field in Add/Edit connections to make it work with reverse proxy URLs.
- Fixed a bug that ignored the Series trailers when
Trailers Folder Series
is disabled.
Other Changes: โก
- Trailarr nightly builds are now available for testing. ๐
- Download trailer will show a [Debug] log for using cookies file.
- Added [Debug] logs for
Arr Data Refresh
task. Trailer Cleanup
task will now run once a day instead of every 6 hours.- Updated the
Arr Refresh Task
to process media in chunks to speed up the process. - Updated the
Movies
andSeries
pages to keep them in sync with the server. Settings > About
page will not include the number of trailers available in media folders.Silence Removal
will now leave 2 extra seconds before trimming the video. ๐ถ- Clicking on
API Key
inSettings > About
will now copy the key to clipboard. ๐ - App will now use
/app/tmp
instead of/tmp
as temporary directory for downloading and converting trailers. ๐ - Updated Docs for downloading trailer in a specific language.
- Added permanent invite link to Discord server.
- Updated FastAPI from 0.115.6 to 0.115.7, npm from 10.9.1 to 11.1.0, Angular from 19.0.1 to 19.1.4 and various other python and npm dependencies.
- Updated Common Issues with
File Access Slowness and Workaround
for Windows users, andCookies file not working
. ๐ข - Updated various other sections in the Docs to reflect the changes in the app.