This project aims to automate many functions of the Real Debrid Service.
9.7K
Docker Repo : https://hub.docker.com/r/hyperbunny77/realdebridmanager
This project aims to automate many functions of the Real Debrid Service. It is intended to slot into your existing workflows.
Please see examples below.
Deploy the application via the use of docker. Please use the below docker compose as a template :
realdebridmanager:
image: hyperbunny77/realdebridmanager:2022.05.29 #Change to the latest release
container_name: realdebridmanager
environment:
- rdmport=5000 # WebUI Port
ports:
- 5000:5000/tcp #Change second value if changed above
volumes:
- torrent_folder_to_watch:/watch
- path_for_config_storage:/config
restart: unless-stopped
This application fits great into your workflow with Sonarr/Radarr. The use of Real Debrid Manager will mean sonarr/radarr can utilize Real Debrid as a source for downloading new files. This allows you to benefit from the many advantages that the Real Debrid service provides.
Simply add the "Torrent Blackhole" option as a download client and fill out the following:

Sonarr/Radarr will now save torrent information in the specified folder which Real Debrid Manager will then pick up and action.
Once the application is set up you will be taken to the main page.
This is where you can see the progress of all tasks sent to the application.
There are several UI elements to be aware of :

The application use itself should be fairly self-explanatory!
Feel free to open an issue or comment if you have a feature request or can optimize my code :-)
Content type
Image
Digest
Size
24.6 MB
Last updated
about 4 years ago
docker pull hyperbunny77/realdebridmanager:2022.06.27