v0.11.3 - August 21, 2026
What's New: ✨
-
Filter your library by downloads and files — view filters gain a new Downloads field family:
Download Count,Download Profile,Download Resolution,Download Added At,Download File Missing, andHas Unknown Profile Download— see Download Filters. -
Recipe: find trailers below 1080p — combine
Has Downloads Equals truewithDownload Resolution Less Than 1080in a view filter to list media whose trailer needs a re-download — see this example. -
Recipe: find deleted trailer files — a
Download File Missing Equals trueview filter lists media with a download record whose file is gone from disk. -
The filter editor groups fields into Media, Downloads, and Files, and the
Download Profilefilter shows your profiles by name (a deleted profile shows asDeleted [id]).
Bug Fixes: 🐛
-
Downloaded trailers show in Plex immediately again — the
Notify Plexprofile setting scanned the media folder, but Plex kept the new trailer hidden on the media item until its metadata refreshed. Trailarr now refreshes the item too, so the trailer shows in seconds — see Notify Plex. Thanks @lems111 for finding the cause and the fix! (#652) -
Plex trigger requests no longer fail on an empty response — Plex answers a scan, a refresh, or an add-extra request with an empty body, which Trailarr tried to read as JSON and recorded as a failure.
-
In The Last/Not In The Lastdate filters work again in profiles — the backend evaluated these conditions backwards, soIn The Lastmatched every past date andNot In The Lastmatched none; a profile filtering onAdded At In The Last 7 dayssilently matched the whole library while view pages showed the correct list. -
First page load no longer freezes with authentication disabled — on a fresh browser session with
WEBUI_DISABLE_AUTH=true, the first settings request could race session creation and fail, which halted all page rendering and left the library empty until a manual refresh.
Other Changes: ⚙️
- Trailer Profiles now reject download filters (intentional change) — a profile that filters on its own downloads is circular: it stops matching a media item the moment its trailer downloads. The download engine already prevents re-downloads, so profiles do not need these filters. This includes
Has Downloads, which profiles accepted before; saving such a profile now shows an error that recommends a view filter with the Download Filters instead. Existing profiles keep working until you edit them.