Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
/ trailarr Public archive

A self hosted manager for movie and tv show trailers.

License

Notifications You must be signed in to change notification settings

trueChazza/trailarr

Repository files navigation

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.