Docker image for downloading for Plex using Transmission & youtube-dl, all controlled via webhooks.
This project is composed of two main parts:
- Ansible project: This project is maintained on GitHub: dueyfinster/trabeet. Please file issues, support requests, etc. against this GitHub repository.
- Docker Hub Image: If you just want to use the `dueyfinster/trabeet` Docker image in your project, you can pull it from Docker Hub.
Extend the docker image, add custom config/scripts and mount:
- Downloads directory at /downloads
- Plex Directory at /media (Assuming standard Plex library layout of ‘Movies’,’TV Shows’, ‘Videos’, ‘Music’)
- Send requests via curl
curl -X POST --data "token=<MYTOKEN>" --data "uri=https://www.youtube.com/watch?v=<MYVIDEO>" --data "type=<Movies|TV Shows|Music|Video>" http://<my_ip>:8080/hooks/yt-dl
See sample docker-compose file for reference.