github nandyalu/trailarr v0.6.7
v0.6.7 - Reverse Proxy and minor improvements

latest release: v0.6.8
12 hours ago

v0.6.7-beta - January 13, 2026

What's New:

  • Added DELETE_CORRUPTED_TRAILERS environment variable (default: True) to control whether corrupted trailers should be deleted during the cleanup task. Helps #435
  • Updated URL Base setting to ensure it always starts with a / and doesn't end with a / for consistency, and a default formatter that enforces this behavior. Eg: trailarr, trailarr/ or /trailarr/ becomes /trailarr.
  • Made changes to the app to better support running behind reverse proxies.
  • Added a Reverse Proxy section in the documentation with common configurations for Nginx, Apache, Caddy, and Traefik.
  • Download button in logs now downloads all filtered logs (not just the visible ones) including tracebacks, sorted by date time in ascending order.

Bug Fixes: 🐛

  • Fixed an issue in the Trailer Cleanup task where unverifiable files were being incorrectly marked for deletion.
  • Fixed Pytest configuration issues causing failures in GitHub Actions.

Other Changes:

  • Improved video analysis to skip processing when ffmpeg fails to extract information, preventing potential errors.
  • Updated Arr data parsing logic to ensure media's updated_at timestamp is only modified when there are actual changes to the media item and avoid unnecessary updates. Also, improves performance by reducing redundant database writes.
  • Updated the image downloader to use Path from pathlib for better path manipulations.
  • Updated project documentation and developer instructions.

Don't miss a new trailarr release

NewReleases is sending notifications on new releases.