github nandyalu/trailarr v0.9.0
v0.9.0 - Plex Integration

6 hours ago

v0.9.0-beta - April 30, 2026

What's New:

  • Plex Integration — Trailarr can now connect to your Plex Media Server! Adding a Plex connection enables:
    • Automatic media linking — Trailarr matches your Radarr/Sonarr media to the corresponding Plex library entries and keeps them in sync.
    • Plex trailer detection — Trailarr checks whether Plex already has a remote trailer for a media item. Internet-sourced trailers are counted; locally added file trailers are excluded.
    • Skip if Plex trailer — New profile setting to skip downloading a trailer if Plex already has one at or above a configurable resolution threshold (480p–2160p, default 1080p).
    • Notify Plex — New profile setting to trigger a Plex library scan after a trailer is downloaded, so it appears in Plex immediately.
    • See Plex Connection Setup to get started, and the Plex profile settings reference for configuration details.
  • New Events — New event types are tracked for Plex-linked media: Plex Linked, Plex Unlinked, Plex Scan Triggered, Arr Linked, and Arr Unlinked. See the Events page for details.
  • Plex trailer status on Media Details — When a Plex connection is configured, the media details page shows whether Plex already has a trailer for that item.
  • Media-Deails Page > Download Button - Removed restrictions on when the Download button is shown as we now support multiple trailers download.
  • Media-Deails Page > Delete Button - Removed as this was deleting the first trailer file found in the media folder - ambiguous when a media has multiple trailers. Use the delete option from the files section instead.
  • Batch Edit > Delete - This now shows a confirmation dialog before deleting, and deletes all trailers of that media item.
  • New Login Page - Instead of a browser login, frontend now has a dedicated login page, along with some improvements to how authentication is handled. Logout button was always a bit flaky - this has been fixed. When WEBUI_DISABLE_AUTH=true login page is skipped and logout button is hidden.

Bug Fixes: 🐛

  • Fixed an issue related to changing files ownership of app files which was causing issues on Proxmox. Fixes #539.
  • Added a check for file size less than 100 MB to be considered a trailer - helps when media title has trailer in it. Thanks to @josh on Discord for the idea.
  • Removed restrictions on when Download button is shown in Media Details page. Fixes #486.
  • Fixed an issue which prevented loading more than 50 items (on scroll event not triggered) on large screens. Fixes #546.

Other Changes:

  • Faster Files Scan for large libraries — The Scan Media Folders task now checks folder modification times before doing a full recursive scan. If neither the media folder nor any of its immediate subdirectories (e.g., Trailers/) have changed since the last scan, the folder is skipped entirely. User-initiated scans always run in full. This significantly reduces scan time for large libraries where most folders are unchanged between runs.
  • Direct Installation — The direct install scripts have been overhauled and now fully support Linux, macOS, and Windows. Includes a native system service on each platform (systemd / launchd / Task Scheduler), GPU hardware acceleration (NVIDIA, Intel, AMD), and a trailarr CLI for managing the service. A new Build and Install guide has also been added for users who want to set up each step manually.

Warning

Existing Direct Install users
If you installed Trailarr using direct install previously, please uninstall and reinstall to pick up all the fixes and improvements. Your data will not be lost — when prompted during uninstall, choose to keep the data directory, then run the installer again. It will detect and reuse your existing configuration and database.

  • Updated relevant documentation pages to reflect new Plex features.

Don't miss a new trailarr release

NewReleases is sending notifications on new releases.