/trailarr

A self hosted manager for movie and tv show trailers.

Primary LanguagePHPMIT LicenseMIT

Due to resource constraints, this project has been abandoned. Please accept our apologies for any inconvenience.

trailarr logo

Build Status Docker Pulls Version License

trailarr

trailarr is an easy to use, self hosted manager for all your movie and tv show trailers. Easily search and download trailers with these great features:

  • A beautiful, easy to use interface.
  • Background trailer downloads.
  • Readily configured out-of-the box.
  • Batteries included.

Preview

Usage

Docker compose example:

version: '3'

services:
  trailarr:
    container_name: trailarr
    image: cgnetwork/trailarr:latest
    ports:
      - "80:8080"
    volumes:
      - /path/to/download:/trailers
    restart: unless-stopped

Configuration

Trailers can be accessed on the host directory mounted to the container download directory:

/path/to/download:/trailers

Contributing

Thank you for your contributions! Big or small - we welcome all!

License

trailarr is open-sourced software licensed under the MIT license.