Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trueChazza/trailarr

A self hosted manager for movie and tv show trailers.
https://github.com/trueChazza/trailarr

download-manager movies self-hosted trailers tv-shows

Last synced: about 2 months ago
JSON representation

A self hosted manager for movie and tv show trailers.

Awesome Lists containing this project

README

        

> 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](docs/preview.png)

## Usage

Docker compose example:

```yaml
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:
```bash
/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](LICENSE).