Roger Far
49beb60894
Fixed issue where sometimes the name of the torrent would change, causing the download not to be recognized by sonarr anymore.
2021-04-19 15:43:06 -06:00
Roger Far
2cb81e2c41
Added path seperator on the content_path, fixed reporting errors.
2021-04-14 15:44:30 -06:00
Roger Far
1764bdc803
Fixed bug where downloads sometimes got added twice.
...
Added a retry download functionality.
2021-04-01 15:45:46 -06:00
Roger Far
0489ab1115
Fixed issue with downloads being added prematurely when the torrent is in the Processing state.
2021-03-15 08:33:23 -06:00
Roger Far
3e1b30ad1a
Add a retry button in the interface.
...
Fixed issue with some downloads not processed.
Fixed issue with deletion and files in use.
2021-03-13 08:04:03 -07:00
Roger Far
8b85521839
Fixed a bug in the torrent runner where it could download the same file multiple times.
2021-03-12 08:11:02 -07:00
Roger Far
5265a8b442
Changed the unrestrict process to only unrestrict when the download is starting.
2021-03-10 17:56:54 -07:00
Roger Far
bbf2217718
Upgrade
2021-02-14 11:48:07 -07:00
Roger Far
290ed4c7de
Add logging and fixed issue with the torrentrunner hanging sometimes.
2021-02-12 14:39:20 -07:00
Roger Far
58a6fafbc2
Fixed issue with the filenames not working when unpacking.
2021-02-11 19:54:08 -07:00
Roger Far
426ff20273
no message
2021-02-11 15:35:38 -07:00
Roger Far
d46e6f8997
Fixed issue with selecting files when it would filter all files out.
2021-02-10 07:25:39 -07:00
Roger Far
5e8d65fcb2
Add Proxy Server setting.
2021-02-09 19:56:24 -07:00
Roger Far
4cf25b6b37
Upgraded RD.NET to 1.0.2
2021-02-09 19:48:21 -07:00
Roger Far
b1c70b723f
Url decode the filename, sometimes RD would return a url encoded string, sometimes not.
2021-02-07 21:59:47 -07:00
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
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
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
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
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
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
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
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
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
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
629babd9bd
Fixed extracting when the path in the rar file has the torrent as a subdirectory.
2020-05-16 20:21:00 -06:00