Roger Far
8266e53435
no message
Docker Image CI / build (push) Has been cancelled
2024-09-03 19:15:31 -06:00
Roger Far
b66b864cae
Revert "Prevent creation of download folders when using the symlink downloader."
...
This reverts commit 078bbe4bfb .
2024-09-03 19:14:36 -06:00
Roger Far
b1f93d1892
Replace docker libssl1.1 with libssl3
Docker Image CI / build (push) Has been cancelled
2024-09-02 21:18:26 -06:00
Roger Far
af87a1e6e6
no message
Docker Image CI / build (push) Has been cancelled
2024-09-02 21:12:30 -06:00
Roger Far
078bbe4bfb
Prevent creation of download folders when using the symlink downloader.
2024-09-02 21:08:00 -06:00
Roger Far
cc52f5f7f5
Fixed download progress reporting to the qBittorrent API.
2024-09-02 21:07:46 -06:00
Roger Far
fae983237a
Merge branch 'master' of https://github.com/rogerfar/rdt-client
2024-09-02 19:16:23 -06:00
Roger Far
f65e3fb405
Upgrade packages and build with Alpine 3.20.
2024-09-02 19:16:01 -06:00
Roger Far
227c8efeaf
Merge pull request #560 from mitchellkelly/master
...
Fixed issue moving downloaded files in the base directory
2024-09-02 18:58:29 -06:00
Roger Far
4a5c9a1169
Merge pull request #556 from GabbeHags/master
...
Update README.md with more steps for windows service
2024-09-02 18:58:02 -06:00
Roger Far
78df45a159
Merge pull request #555 from DrFrankensteinUK/master
...
Update README.md
2024-09-02 18:57:34 -06:00
Mitchell Kelly
6d4440de20
Fixed issue moving downloaded files in the base directory
2024-08-04 20:07:54 -04:00
GabbeHags
bb354b6a36
Update README.md with more steps for windows service
2024-08-03 01:53:29 +02:00
DrFrankensteinUK
c1e165c14c
Update README.md
...
Amended the docker section to point at the dedicated read me file as the information on the front page does not have the same detailed information or compose information.
2024-08-01 17:55:36 +01:00
Roger Far
02113a43dd
Push to 81.
Docker Image CI / build (push) Has been cancelled
2024-07-28 21:44:46 -06:00
Roger Far
788fe654be
Fixed deserialization issue in Real-Debrid provider.
2024-07-28 21:43:17 -06:00
Roger Far
7a8a0946d1
Force update torrent data when no filename is set.
2024-07-28 21:42:08 -06:00
Roger Far
a356632d50
Upgrade to MonoTorrent 3.
...
Catch infringed files from Real-Debrid and return a Failed. on qBittorrent.
2024-07-28 21:21:09 -06:00
Roger Far
258a4ae34b
no message
Docker Image CI / build (push) Has been cancelled
2024-07-13 19:59:00 -06:00
Roger Far
8dd0eec654
Add retry handler with polly to intercept 429 rate limit errors with Real-Debrid.
2024-07-13 19:54:36 -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
617ae547cf
Merge pull request #537 from iPromKnight/feature/rd_rate_limit
...
Rate limit RD requests through the http client
2024-07-13 19:40:40 -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 Versluis
86eaccd439
Add some error handling for calculating progress for qBittorrent.
Docker Image CI / build (push) Has been cancelled
2024-06-03 08:12:09 -06:00
Roger Far
2bf1c997d8
Aria2c fix #2 .
Docker Image CI / build (push) Has been cancelled
2024-05-04 19:13:56 -06:00
Roger Versluis
06c034f18a
Fixed download path issue with Aria2c when a category is set.
Docker Image CI / build (push) Has been cancelled
2024-05-03 10:26:15 -06:00
Roger Far
73823233fd
no message
Docker Image CI / build (push) Has been cancelled
2024-05-02 23:08:16 -06:00
Roger Far
a79e0849d6
Fixed nullable issues in the qbittorrent endpoint.
2024-05-02 23:07:33 -06:00
Roger Far
06a667918e
Merge branch 'master' of https://github.com/rogerfar/rdt-client
2024-05-02 23:07:08 -06:00
Roger Far
6a984cc145
Fixed issue where the torrent runner could crash.
2024-05-02 23:02:28 -06:00
Roger Versluis
d5aaad866b
Fixed broken symlink recursive searching.
Docker Image CI / build (push) Has been cancelled
2024-04-24 07:29:02 -06:00
Roger Far
5cf73e97af
no message
Docker Image CI / build (push) Has been cancelled
2024-04-20 09:48:11 -06:00
Roger Far
dbb502a164
Add recursive searching for the symlink downloader.
2024-04-20 09:47:51 -06:00
Roger Far
0bfb4974d8
Fixed another symlink path resolver issue.
Docker Image CI / build (push) Has been cancelled
2024-04-11 22:26:24 -06:00
Roger Far
eb21211a0c
Fixed issue with download speed test when the symlink downloader is selected.
Docker Image CI / build (push) Has been cancelled
2024-04-10 22:00:15 -06:00
Roger Far
ed8637931d
Fixed symlink path matching bug.
Docker Image CI / build (push) Has been cancelled
2024-04-10 21:50:01 -06:00
Roger Far
05dd562be1
Add logging for the symlink downloader.
Docker Image CI / build (push) Has been cancelled
2024-04-10 17:56:11 -06:00
Roger Far
8972db8938
no message
Docker Image CI / build (push) Has been cancelled
2024-04-09 21:16:49 -06:00
Roger Far
ba94039b24
Add sorting on the interface.
2024-04-09 21:03:01 -06:00
Roger Far
acb57dc1ea
Changed the way the base_href is resolved in the frontend, fixing the reload issue.
2024-04-09 20:41:21 -06:00
Roger Far
575ae6af5a
Add middleware fix for responses that are not 200.
Docker Image CI / build (push) Has been cancelled
2024-04-09 20:22:23 -06:00
Roger Far
d36b9cf889
Add fix for symlink downloader.
Docker Image CI / build (push) Has been cancelled
2024-04-09 20:02:07 -06:00
Roger Far
367e195ed6
Symlink fixes.
Docker Image CI / build (push) Has been cancelled
2024-04-08 20:36:42 -06:00
Roger Far
949bd7cfd2
Increase the default internal downloader values.
2024-04-08 18:08:59 -06:00
Roger Far
22ea602fea
no message
Docker Image CI / build (push) Has been cancelled
2024-04-07 00:16:59 -06:00
Roger Far
d6e549bb67
Added option to configure the buffersize for the internal downloader.
2024-04-07 00:14:48 -06:00
Roger Far
c44ed2a51c
Push to 2.0.64
Docker Image CI / build (push) Has been cancelled
2024-04-06 16:40:44 -06:00
Roger Far
508e2f1d7f
Add migration to set log level to debug.
2024-04-06 16:38:10 -06:00
Roger Far
bec2dcd20b
Add internal downloader logger.
2024-04-06 16:28:03 -06:00