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
Roger Far
71697f993f
Fixed small issues when adding torrents and not loading meta data.
2020-10-15 07:28:44 -06:00
Roger Versluis
22494a1cad
Fixed deletion bug and extraction bug
2020-05-17 09:30:14 -06:00
Roger Far
7d9d64c97b
no message
2020-05-16 20:21:33 -06:00
Roger Far
629babd9bd
Fixed extracting when the path in the rar file has the torrent as a subdirectory.
2020-05-16 20:21:00 -06:00
Roger Far
0220b18017
Fixed issue with deleting torrents and a null reference error.
2020-05-16 20:20:37 -06:00
Roger Far
914272d6d7
Remove console.log
2020-05-16 20:19:53 -06:00
Roger Far
7c6458bbb0
Fixed an authentication quirk where theqBittorrent API returns a 403 instead of a 401 when its unauthorized.
2020-05-16 20:19:42 -06:00
Roger Far
5d73ae140e
Fixed not selecting files sometimes.
2020-04-18 15:10:59 -06:00
Roger Far
5234f6cad3
Don't delete the torrent when it's finished when it comes from the QBittorrentAPI, let the caller handle deletion
2020-04-18 12:46:39 -06:00
Roger Far
731daddc99
Improved logging and fixed queued failure handling.
2020-04-18 08:07:06 -06:00
Roger Far
dc4992a360
Changed how the service gets installed, fixed few bugs
2020-04-17 07:30:29 -06:00
Roger Far
f4ae266d19
Add unraring progress and default auto download / auto remove options.
2020-04-11 12:56:44 -06:00
Roger Far
bfba5c99fb
Switched out RDNET Dll with Nuget package, update Angular. Rewrote Download handler and removed references to Hangfire.
2020-04-10 16:48:33 -06:00
Roger Far
76b8513d6b
Fixed some issues, first release beta.
2020-04-07 18:40:58 -06:00
Roger Far
c96ce980d5
Add a download speed tracker.
2020-04-07 12:08:17 -06:00
Roger Far
d7062de42e
Fixed setting the error status from RD.
2020-04-07 11:09:18 -06:00