github nandyalu/trailarr v0.11.3
v0.11.3 - Downloads & files filters, Plex metadata refresh

3 hours ago

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, and Has Unknown Profile Download — see Download Filters.

  • Recipe: find trailers below 1080p — combine Has Downloads Equals true with Download Resolution Less Than 1080 in 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 true view 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 Profile filter shows your profiles by name (a deleted profile shows as Deleted [id]).

Bug Fixes: 🐛

  • Downloaded trailers show in Plex immediately again — the Notify Plex profile 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 Last date filters work again in profiles — the backend evaluated these conditions backwards, so In The Last matched every past date and Not In The Last matched none; a profile filtering on Added At In The Last 7 days silently 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.

Don't miss a new trailarr release

NewReleases is sending notifications on new releases.