No description
| client | ||
| server | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
Real-Debrid Torrent Client
This is a web interface to manage your torrents on Real-Debrid. It supports the following features:
- Add new torrents through magnet or files
- Download all files from Real Debrid to your local machine automatically
- Unpack all files when finished downloading
- Implements a fake qBittorrent API so you can hook up other applications like Sonarr or Couchpotato.
- Build with Angular 9 and .NET Core 3.1
You will need a Premium service at Real-Debrid!
Installation
- Unpack the latest release from the releases folder and run
startup.bat. This will start the application on port 6500. - Browse to http://127.0.0.1:6500
- The very first credentials you type in will be remembered for future logins.
- Click on Settings on the top and enter your Real-Debrid API key.
- Change your download path if needed.
- To install as service on Windows, exit the console and run
serviceinstall.batas administrator.
Troubleshooting
- If you forgot your logins simply delete the
database.dband restart the service.
Connecting Sonarr
- Login to Sonarr and click Settings
- Go to the Download Client tab and click the plus to add
- Click "qBittorrent" in the list
- Enter the IP or hostname of the RealDebridClient in the Host field
- Enter the port 6500 in the Port field
- Enter your Username/Password you setup in step 3 above in the Username/Password field.
- Leave the other settings as is.
- Hit Test and then Save if all is well.
- Sonarr will now think you have a regular Torrent client hooked up.
Notice: the progress and ETA reported in Sonarr's Activity tab will not be very accurate, but it will report the torrent as completed so it can be processed by Sonarr when done downloading.
Build instructions
- Open the client folder project in VS Code and run
npm install - To debug run
ng serve, to build runng build --prod - Open the Visual Studio 2019 project
RdtClient.slnandPublish - The result is found in
\rdt-client\server\RdtClient.Web\bin\Release\netcoreapp3.1\publish