Commit graph

90 commits

Author SHA1 Message Date
Roger Far
732e8d9691 Fixed potential issue with duplicate categories. 2021-08-05 11:29:48 -06:00
Roger Far
7931568803 Fixed bug where downloads weren't starting properly.
Bump to 1.8.2.
2021-08-02 13:37:22 -06:00
Roger Far
1f754daf1f pragma warning disable 4014 2021-07-31 14:52:39 -06:00
Roger Far
05e565ff1f Fixed bug where the download and unpack handlers were not properly dispatched. 2021-07-31 14:50:59 -06:00
Roger Far
a121593829 Add better distinct checking for categories. 2021-07-25 10:13:31 -06:00
Roger Far
e4c001b0ce Update database settings retrieval. 2021-07-20 22:53:55 -06:00
Roger Far
697cd58023 Update RD.NET to 2.0 2021-07-20 19:15:11 -06:00
Roger Far
3ee687f615 Created a separate page for torrent into, added download retrying per file. 2021-07-18 22:46:17 -06:00
Roger Far
fa11dc9bc7 Big update on the add download and setting screens which are now proper pages instead of modals.
Fixed issue where it would slow down on waiting for RealDebrid generating links for downloads.
2021-07-18 17:29:45 -06:00
Roger Far
3e832cc416 Fixed enter button press on the login and setup pages. 2021-07-18 14:22:12 -06:00
Roger Far
e4d522b00e Upgrade packages, clean up some small things. 2021-07-18 14:17:13 -06:00
Roger Far
0e1e547c71 Add category support by saving the categories in the settings table now. 2021-07-18 14:11:40 -06:00
Roger Far
16dfda50b9 Updated RD.NET to 1.0.4 2021-06-16 07:39:17 -06:00
Roger Far
4a87a57a65 Fixed retrying failed selecting of torrent files. 2021-06-09 18:59:06 -06:00
Roger Far
34422d7167 Fixed error handling on downloads. 2021-06-09 18:58:49 -06:00
Roger Far
fa9c839be0 Fixed rare issue where the download link would be empty or invalid. 2021-06-09 17:39:30 -06:00
Roger Far
71c9eb17fb Fixed issue with torrent data caching. 2021-06-05 14:21:29 -06:00
Roger Far
f151312d47 Fixed issue with downloading new files. 2021-06-05 12:40:24 -06:00
Roger Far
3380bc6820 Update RD.NET 2021-06-05 12:20:44 -06:00
Roger Far
5e490e8b0d Add check if torrent is actually changed from RD to prevent DB updates. 2021-06-05 11:46:59 -06:00
Roger Far
9a7aefaa71 Add a thread safe lock to the settings 2021-06-05 11:25:47 -06:00
Roger Far
1f50cda389 Update packages. 2021-06-05 10:59:56 -06:00
Roger Far
75875af36a no message 2021-06-05 10:59:36 -06:00
Roger Far
5bdf224e1b Fixed bug where original filename wasn't handled properly. 2021-06-05 10:50:56 -06:00
Roger Far
fe3b7d8867 Improve handling of torrent URL's that are HTTP files. 2021-04-28 07:46:07 -06:00
Roger Far
659675d538 Update packages. 2021-04-26 19:47:33 -06:00
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