Commit graph

72 commits

Author SHA1 Message Date
Roger Far
ed10c630ee Add option to only download the files that are available on RD. 2021-02-05 20:54:37 -07:00
Roger Far
8bd26b7441 Switched Downloader from sourcecode to the nuget package. 2021-01-25 07:07:45 -07:00
Roger Far
2652895ba0 Make the downloader switchable. 2021-01-23 10:02:37 -07:00
Roger Far
197305eb19 Fixed docker build file to compule arm64v8. 2021-01-23 07:31:26 -07:00
Roger Far
f02639b426 no message 2021-01-21 10:36:11 -07:00
Roger Far
67b009efcd no message 2021-01-21 10:16:18 -07:00
Roger Far
9ab889f7db Clean temp files on startup. 2021-01-21 09:22:01 -07:00
Roger Far
cd2f29e9f5 Fixed bug in the download client. 2021-01-21 09:14:13 -07:00
Roger Far
bc552612f5 Add more settings for the download client. 2021-01-21 08:41:33 -07:00
Roger Far
c4a985f8b5 Updated the docker publish to support ARMv8 2021-01-20 11:48:13 -07:00
Roger Far
5ee7ebadb1 Ignore included Downloader project. 2021-01-20 11:11:23 -07:00
Roger Far
19e5e5eb10 Use a new Downloader from https://github.com/bezzad/Downloader, add a write and download speed test to the settings interface. 2021-01-20 10:44:59 -07:00
Roger Far
49071a7f48 Increased download buffer size, change the torrentrunner to only query RDT when there are any torrents, added a simple speed test. 2021-01-19 10:02:26 -07:00
Roger Far
5f84c2b317 no message 2021-01-14 16:47:48 -07:00
Roger Far
44d7d0f9b8 Moved the responsibility for starting the Download and Unpack process to the TorrentRunner instead of the Torrents service. 2021-01-14 16:21:58 -07:00
Roger Far
63e44d02ef Fixed bug where it would redownload file that was already downloaded. 2021-01-14 16:01:05 -07:00
Roger Far
b3dd72234f Update readme. 2021-01-13 19:18:21 -07:00
Roger Far
f0030bef42 Changed default logging to warning. 2021-01-13 19:16:04 -07:00
Roger Far
3598b1f218 Fixed category setting when adding a torrent from Sonarr or Radarr. 2021-01-13 19:15:00 -07:00
Roger Far
5245a9448f no message 2021-01-13 16:46:59 -07:00
Roger Far
fe5a2a5940 Fixed process status fields in qBittorrent API 2021-01-13 16:30:42 -07:00
Roger Far
4f0d75a9f5 Fixed issue with qBittorrent category save paths and updated all qBittorrent versions. 2021-01-13 16:03:15 -07:00
Roger Far
9b74c45ec3 Fixed speed and statuses on the qBittorrent api. 2021-01-13 13:57:09 -07:00
Roger Far
b0f584a6d5 no message 2021-01-13 13:46:47 -07:00
Roger Far
c0d43769de Fixed qBittorrent API status on the torrent list. 2021-01-13 13:45:36 -07:00
Roger Far
d029319ed1 Fixed torrent content_path. 2021-01-13 13:15:44 -07:00
Roger Far
64d1250345 Add radarr and sonarr categories to make the new version of radarr work. 2021-01-13 11:46:57 -07:00
Roger Far
337ecdecd8 Release fixes 2021-01-13 11:16:39 -07:00
Roger Far
0a8793e4f9 Add simple retry mechanism for network connection drops. 2021-01-13 11:04:42 -07:00
Roger Far
860ffe95e4 no message 2021-01-13 09:31:46 -07:00
Roger Far
55f2c4a338 Fixed downloadpath and contentpath 2021-01-13 09:31:42 -07:00
Roger Far
7f9d6e6cba Rename folder to path everywhere.
Added a remote path setting for path mapping for Sonarr/Radarr.
2021-01-12 21:24:46 -07:00
Roger Far
2300b51ede Force prettier to 120 width. 2021-01-12 20:46:07 -07:00
Roger Far
67532645aa Fixed status columns, separate downloads and files in the detail list.
Add UnpackLimit setting.
2021-01-12 20:42:06 -07:00
Roger Far
21ad2ebfd6 Swapped out the timer GET for a signalr connection. 2021-01-10 20:21:49 -07:00
Roger Far
8f35952f90 Improved statuses, add more actions. 2021-01-10 15:59:44 -07:00
Roger Far
a27bd37991 Refactored download processor. 2021-01-09 19:51:36 -07:00
Roger Far
ec02b3d8bb Improved inital setup by adding a short wizard. 2021-01-09 12:34:05 -07:00
Roger Far
df39d6a671 Changed readme. 2021-01-09 11:20:34 -07:00
Roger Far
cccf30c87d Improved logging by switching to Serilog.
Refactored out hardcoded logpath and DB connection string and made them configurable through appsettings.json.
Add persistent store path in docker-compose.
2021-01-09 11:05:33 -07:00
Roger Far
d6dbb2a750 Merge branch 'master' of github.com:rogerfar/rdt-client 2021-01-09 10:34:09 -07:00
Roger Far
13d41c8ac8 Update Angular 2021-01-09 10:33:59 -07:00
Roger Far
4c9fb7e6b8 Merge pull request #17 from dmyers/patch-1
Fixed docker compose by swapping image and contain name values
2021-01-09 10:33:13 -07:00
Derek Myers
43c564e1ed Fixed docker compose by swapping image and contain name values 2021-01-05 21:42:01 -06:00
Roger Far
5affa9ebef Forgot to save the readme 2020-12-31 09:02:27 -07:00
Roger Far
02c154f094 Fixed few layout issues with spinners.
Add a new Test Folder button in settings to test.
Add Docker images.
2020-12-12 14:10:05 -07:00
Roger Far
b990a910be Update packages and update Runtime to .NET 5 2020-12-12 11:02:54 -07:00
Roger Far
9224c0549e Merge pull request #4 from alexmckenley/files
Implement api/v2/torrents/files endpoint
2020-12-01 07:12:32 -07:00
Alex Taylor
4d92a6f42d Implement torrents/files endpoint
It seems that recently sonarr and radarr have changed the qbittorrent inegration such at the torrents/files endpoint is required for file mapping to work. I've tested this against both sonarr and radarr, and things seem to be working.
2020-12-01 01:07:49 -08:00
Roger Far
a3c96809ef Add missing startup.bat 2020-10-15 07:37:14 -06:00