Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days ago
JSON representation
A self hosted manager for movie and tv show trailers.
- Host: GitHub
- URL: https://github.com/trueChazza/trailarr
- Owner: trueChazza
- License: mit
- Archived: true
- Created: 2021-10-10T20:44:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T04:25:32.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T12:23:19.234Z (3 months ago)
- Topics: download-manager, movies, self-hosted, trailers, tv-shows
- Language: PHP
- Homepage:
- Size: 13.1 MB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Due to resource constraints, this project has been abandoned.
> Please accept our apologies for any inconvenience.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).