Due to resource constraints, this project has been abandoned. Please accept our apologies for any inconvenience.
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.
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
Trailers can be accessed on the host directory mounted to the container download directory:
/path/to/download:/trailers
Thank you for your contributions! Big or small - we welcome all!
trailarr
is open-sourced software licensed under the MIT license.