Sam Heinz
c34c62f879
[TB] Move handling filenames from DownloadHelper to TorrentClients
2024-12-10 15:10:55 +10:00
Roger Far
116ca29131
Ignore the "Only download available files on debrid provider" for real-debrid and disable the instant availability completely for Real Debrid.
2024-11-24 06:05:23 -07:00
Roger Far
d932089b90
Catch disabled instant availability endpoint from Real Debrid.
Docker Image CI / build (push) Has been cancelled
2024-11-24 05:45:22 -07:00
Roger Far
7a8a0946d1
Force update torrent data when no filename is set.
2024-07-28 21:42:08 -06:00
Roger Far
343d2d078c
Merge branch 'master' of https://github.com/rogerfar/rdt-client
2024-07-13 19:40:50 -06:00
Roger Far
2ec3a3b5ca
Prevent spamming Real-Debrid when a torrent is completed, do more efficient periodic updates. Fetch more torrents in 1 go to prevent too many endpoint requests.
2024-07-13 19:40:33 -06:00
iPromKnight
297816d671
Rate limit RD requests through the http client
2024-07-13 12:13:21 +01:00
Roger Far
c21d578a23
Style fixes.
2024-04-06 14:58:07 -06:00
Roger Far
e5dfb0e027
Add fixes for the symlink downloader from https://github.com/Pukabyte/rdtclient .
2024-04-06 14:52:11 -06:00
Roger Far
3b72463663
Added bit of logging to debug downloader issues, upgraded packages, cleaned up C# code.
2024-04-06 13:54:58 -06:00
Roger Far
74423b49e9
Add some more logging to the link selection for Real-Debrid.
2024-02-12 22:26:59 -07:00
Roger Far
b0823f596d
Add regex option to include or exclude files.
2024-02-12 21:39:02 -07:00
Roger Far
89efa76f76
Add extra error logging on the RealDebrid GetClient.
2023-09-20 19:55:08 -06:00
Roger Far
998ddb05ac
Add Premiumize support.
2023-03-11 19:11:38 -07:00
Roger Far
187a428ba7
Add setting to skip downloading the files to the host.
2022-10-18 12:06:03 -06:00
Roger Far
e3b38d2834
Add nullable to the projects.
2022-05-13 18:51:04 -06:00
Roger Far
fc15569e1b
Rewrote the setting store, retrieve and displaying on the settings page to make maintenance a lot easier.
...
Added settings to set defaults for the provider import, sonarr, gui and watch folders.
2022-05-13 14:39:52 -06:00
Roger Far
3fe9680e35
Add watch folder monitor.
2022-04-30 12:18:30 -06:00
Roger Far
cd6002b5d6
Upgrade packages
...
Moved C# code to file scoped namespaces
Merged Startup.cs and Program.cs
2022-04-30 11:22:15 -06:00
Roger Far
763ce5a036
Fixed potential issue with the RealDebrid data mapper.
2021-11-24 07:59:14 -07:00
Roger Far
52b5aa1b09
no message
2021-11-02 16:08:42 -06:00
Roger Far
4837c5c673
Fixed logging links, add 1 minute delay when RD only reports 1 link ready to download to see if there are more downloads.
2021-11-02 08:31:49 -06:00
Roger Far
8774243d2f
Add AllDebrid support.
2021-10-30 18:48:32 -06:00
Roger Far
b3dd856410
Add retry count as a setting per torrent and global.
...
Add error status on the torrent itself too.
Improved torrent retrying.
2021-10-30 10:25:53 -06:00
Roger Far
d16e7f0c88
Changed the Aria2 updates to be done in the main TorrentRunner loop instead of each downloader making their own connections.
...
Added checks if Aria2 links actually got added.
Improved debug messages and set Microsoft message to Warning.
Abstracted the RealDebrid client into a ITorrentClient.
Add retry mechanism for server errors from RealDebrid.
2021-10-27 14:55:46 -06:00