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
dbb502a164
Add recursive searching for the symlink downloader.
2024-04-20 09:47:51 -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
e5dfb0e027
Add fixes for the symlink downloader from https://github.com/Pukabyte/rdtclient .
2024-04-06 14:52:11 -06:00
Roger Far
3b72463663
Added bit of logging to debug downloader issues, upgraded packages, cleaned up C# code.
2024-04-06 13:54:58 -06:00
Roger Far
4fb0a8d726
Fixed issue where a lot of downloads could be tried in 1 go, causing a bit of a DOS to real-debrid, fixed the status of the torrent as error incorrectly when some downloads are errored out.
Docker Image CI / build (push) Has been cancelled
2024-02-17 15:34:49 -07:00
Roger Far
ed01900f69
Upgrade packages, fixed potential logging issue?
2024-02-12 19:38:00 -07:00
Roger Far
a78ff95643
Try using the file/folder structure when downloading.
2024-01-21 22:35:28 -07:00
Roger Far
71e1aae5ab
Force delete from activedownloads and activeunpacks when a torrent has been deleted.
2024-01-21 22:27:15 -07:00
Roger Far
a5709ae52e
Fixed torrent runner retry for downloaders.
Docker Image CI / build (push) Has been cancelled
2024-01-08 21:52:51 -07:00
Roger Far
1817bd7508
Add logging.
2024-01-07 12:09:11 -07:00
Roger Far
12eefa028b
Run the torrent complete before deleting the torrent.
2024-01-05 11:38:39 -07:00
Roger Far
95574847e9
Fixed setup screen and some labels. Removed 100 char limit on inputs.
2024-01-05 11:37:01 -07:00
Roger Far
ba3a12e305
Store the download client on the Torrent itself when creating the download. Make sure the torrent doesn't get automatically deleted on the debrid client when the symlink downloader is used.
2024-01-05 09:42:18 -07:00
Roger Versluis
5a8ab0789a
Reverted some changes from the gaisberg PR.
2023-10-03 08:15:00 -06:00
Gaisberg
fe77391e7f
Symlink downloader performance fixes
...
- Added concurrent downloading for symlink downloader
- Use FinishAction configuration setting for QBittorrent delete endpoint
- Add symlink downloader readme section
2023-10-02 18:20:29 +03:00
Roger Far
acfe320b8b
Add more logging.
Docker Image CI / build (push) Has been cancelled
2023-06-11 13:51:38 -06:00
Roger Far
7732649b4b
Add request logging and include complete % in the logs.
2023-06-11 13:42:14 -06:00
Roger Far
998ddb05ac
Add Premiumize support.
2023-03-11 19:11:38 -07:00
Roger Far
46f6e06572
Migrated the simple downloader to the Downloader.
2022-11-28 21:51:25 -07:00
Roger Far
187a428ba7
Add setting to skip downloading the files to the host.
2022-10-18 12:06:03 -06:00
Roger Far
799a7ce83b
Add finish action "Only delete from client".
2022-10-18 11:05:35 -06:00
Roger Far
e3b38d2834
Add nullable to the projects.
2022-05-13 18:51:04 -06:00
Roger Far
fc15569e1b
Rewrote the setting store, retrieve and displaying on the settings page to make maintenance a lot easier.
...
Added settings to set defaults for the provider import, sonarr, gui and watch folders.
2022-05-13 14:39:52 -06:00
Roger Far
3fe9680e35
Add watch folder monitor.
2022-04-30 12:18:30 -06:00
Roger Far
cd6002b5d6
Upgrade packages
...
Moved C# code to file scoped namespaces
Merged Startup.cs and Program.cs
2022-04-30 11:22:15 -06:00
Roger Far
6ca403f7f2
Add running of external applications.
2022-03-19 15:12:37 -06:00
Roger Far
0f0fc91b64
Upgrade packages.
2022-03-12 12:31:19 -07:00
Roger Far
d7b22ab433
no message
2022-02-06 16:25:13 -07:00
Roger Far
6a2533aa3b
Added lifetime setting to automatically expire torrents after a certain amount of time.
2022-02-06 16:03:12 -07:00
Roger Far
25f8c70b17
Added setting to automatically delete torrents in the state of error after a certain amount of time.
2022-02-06 15:34:36 -07:00
Roger Far
24deccccec
Fixed update time for providers.
2021-11-24 13:55:28 -07:00
Roger Far
4d5dfc34a4
Add auto import and auto delete functionality.
2021-11-21 14:40:16 -07:00
Roger Far
4dbd2cf8df
Upgrade to .NET6 and Angular 13.
2021-11-21 13:58:49 -07:00
Roger Far
8774243d2f
Add AllDebrid support.
2021-10-30 18:48:32 -06:00
Roger Far
dd8102b0b6
Fixed issue where a deleted torrent could be retried.
2021-10-30 11:05:55 -06:00
Roger Far
b3dd856410
Add retry count as a setting per torrent and global.
...
Add error status on the torrent itself too.
Improved torrent retrying.
2021-10-30 10:25:53 -06:00
Roger Far
075f494ec6
Fixed simple downloader retrying.
2021-10-28 17:15:47 -06:00
Roger Far
0d5d28483b
Fixed issues with retrying and cancelling torrents.
2021-10-28 08:29:42 -06:00
Roger Far
5fa5f416c7
Removed obsolete torrent runner code, fixed queuing issue.
2021-10-27 21:47:22 -06:00
Roger Far
5d58bc9082
Add some logging to the downloaders, fixed issue with torrents and downloads not matching up.
2021-10-27 18:55:12 -06:00
Roger Far
d16e7f0c88
Changed the Aria2 updates to be done in the main TorrentRunner loop instead of each downloader making their own connections.
...
Added checks if Aria2 links actually got added.
Improved debug messages and set Microsoft message to Warning.
Abstracted the RealDebrid client into a ITorrentClient.
Add retry mechanism for server errors from RealDebrid.
2021-10-27 14:55:46 -06:00
Roger Far
6ac0265d2d
Add priority mechanishm and support for sonarr priority.
...
Changed to have /torrents/files return only files that are selected.
Add pause/unpause from Sonarr/Radar. Works only for Aria2.
2021-10-24 10:40:59 -06:00
Roger Far
e9e16bedf0
Add more checks for when torrents or downloads have been removed.
2021-10-24 09:39:15 -06:00
Roger Far
ae41865bb2
Finished torrent retry.
2021-10-11 14:06:57 -06:00
Roger Far
399456c815
Fixed retrying of torrents.
2021-10-11 13:53:05 -06:00
Roger Far
d6327e44b6
Add torrent retry functionality.
2021-10-11 13:50:27 -06:00
Roger Far
c728e17bb3
Add first Aria2c support.
2021-10-09 20:35:03 -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
05e565ff1f
Fixed bug where the download and unpack handlers were not properly dispatched.
2021-07-31 14:50:59 -06:00