Cucumberrbob
75f115fd42
[TB] Make zipped downloads optional
2025-04-13 14:47:12 +01:00
Roger Far
0b7749376a
Merge pull request #735 from Cucumberrbob/fix/tb-include-version-in-user-agent
...
include version when setting torbox api client useragent
2025-03-21 14:12:30 -06:00
Cucumberrbob
93fac23128
run dotnet format
2025-03-16 15:34:25 +00:00
Sam Heinz
afc7d1a964
[TB] fix: replace Contains with EndsWith
2025-03-17 00:50:51 +10:00
Sam Heinz
7a822bef5c
[TB] fix: extract folder move logic
2025-03-17 00:28:19 +10:00
Sam Heinz
bd96795f34
[TB] fix: moving hash dir files too far up
2025-03-16 20:45:34 +10:00
Sam Heinz
9d57466472
[TB] fix: download urls still not returning filename via HEAD.
2025-03-16 20:45:34 +10:00
Sam Heinz
fd7bc529c8
[TB] fix: move MoveHashDirectoryUpTB to TorBoxTorrentClient
2025-03-16 20:45:34 +10:00
Sam Heinz
ea9c90552b
[TB] fix: timeout to use settings timeout val
2025-03-12 22:50:18 +10:00
Sam Heinz
087653e5b6
[TB] fix: calling fileFilter twice in getdllinks
2025-03-12 22:27:48 +10:00
Sam Heinz
85a0e7b04f
[TB] fix nit about bool -> var
2025-03-12 22:18:15 +10:00
Sam Heinz
dc9c7ff050
[TB] Add downloading via zip functionality
2025-03-12 18:19:24 +10:00
Cucumberrbob
f8587d1bc8
fixup! include version when setting torbox api client useragent
2025-03-07 22:40:02 +00:00
Cucumberrbob
818d9f06b2
include version when setting torbox api client useragent
2025-03-07 22:26:18 +00:00
Roger Far
5c987a9057
Merge pull request #732 from Cucumberrbob/feat/reduce-torbox-api-load
...
feat: [TB] Set user-agent
2025-03-07 12:22:06 -07:00
Cucumberrbob
0fd3f2a467
Set user agent for TB
2025-03-06 13:20:59 +00:00
Cucumberrbob
816c72f418
Use DownloadableFileFilter in TorBoxTorrentClient to filter files
2025-03-03 11:55:26 +00:00
Roger Far
7c3c1fb24c
Merge pull request #692 from Cucumberrbob/fix/include-exclude-pm-tb
...
[PM] [TB] Fix: Implement `IncludeRegex`, `ExcludeRegex`, and `DownloadMinSize`
2025-02-16 09:30:19 -07:00
Cucumberrbob
9299314b14
Log when rejecting files in TB GetDownloadLinks
2025-02-13 11:50:40 +00:00
Roger Far
f58b7d3e72
Refactored TorrentClientKind to Provider. Upgrade Downloader.NET
2025-02-12 20:24:22 -07:00
Cucumberrbob
26f1f26cd1
Ensure MinDownloadSize, IncludeRegex and ExcludeRegex are honoured by TorBoxTorrentClient
2025-02-07 14:43:59 +00:00
Sculas
ee9e80f7d2
fix: Only apply AllDebrid-specific path fixes to AllDebrid
2025-01-06 12:41:41 +01:00
Roger Versluis
34aec3d45d
no message
2025-01-03 15:54:43 -07:00
Sam Heinz
409e47920e
Revert "[TB] Download via zip if file count is over 50"
...
This reverts commit 6afef14855 .
2025-01-02 21:21:52 +10:00
Sam Heinz
065afe9461
[TB] Set seeding based on website seeding setting
...
The default seed value for website dash is used to set whether to seed or not for new uncached torrents added via rdtclient
2025-01-02 13:15:42 +10:00
Sam Heinz
6afef14855
[TB] Download via zip if file count is over 50
...
Due to rate limiting issues this is implemented again, it works now since TB reenabled HEAD method for zip downloads on their backend
2025-01-02 13:10:36 +10:00
Sam Heinz
e21dc7279a
[TB] Fix Index was out of range error
...
put < when shouldve put >
2024-12-28 01:36:21 +10:00
Sam Heinz
1ad3dc51dd
[TB] Fix source parameter null log spam #618
2024-12-12 17:46:46 +10:00
Roger Far
ea364eefc5
Cleanup, bump to 91.
Docker Image CI / build (push) Has been cancelled
2024-12-11 20:15:25 -07:00
Sam Heinz
ac6300a504
[TB] Replace null with empty string for filenames in TorrentClient
...
Not sure if its better to do this or allow null value to db, but i had this originally and it worked so i think im better off leaving it for now, but idk.
Also got fix for incorrect log
2024-12-11 00:03:43 +10:00
Sam Heinz
350185b702
[TB] Refactor GetFileName in Torrent Clients
2024-12-10 23:45:13 +10:00
Sam Heinz
3364deecbb
[TB] Add download state for stalledDL
2024-12-10 15:25:45 +10:00
Sam Heinz
c34c62f879
[TB] Move handling filenames from DownloadHelper to TorrentClients
2024-12-10 15:10:55 +10:00
Roger Far
165d83361b
Removed InstantAvailability endpoint from AllDebrid.
2024-12-06 18:11:24 -07:00
Sam Heinz
99c30bbc4f
[TB] Fix source parameter null error
2024-11-27 08:19:40 +10:00
Sam Heinz
8b16bd8ee2
[TB] Download files individually rather than via zip
2024-11-27 05:10:24 +10:00
Roger Versluis
ee5b5f8dc3
Upgrade to .NET 9, code cleanup.
2024-11-18 03:39:12 -07:00
Sam Heinz
ec4e160288
disable seeding
...
Would rather have seeding disabled and Torbox support be merged then fix it in December when I have time again.
2024-11-12 14:29:47 +10:00
Sam Heinz
b78f0cdd95
Remove zipped
2024-11-11 17:59:00 +10:00
Sam Heinz
9104197000
Update TorBox.NET to v1.1.2
...
fixes GetInfoAsync rename to GetHashInfoAsync
2024-09-25 14:53:54 +10:00
Sam Heinz
446b1c0180
Fix error from merge from upstream, fix error on processing
2024-09-12 19:52:03 +10:00
Sam Heinz
6bac21b426
Update for TorBoxNET v1.0.0.42 changes
2024-09-09 22:27:51 +10:00
Sam Heinz
320c52c4be
Handle zipped DL only w/ file count > 100
2024-09-04 17:14:36 +10:00
Sam Heinz
70584d1acb
Add DB values for seeding and zipped, pass to addtorrent
2024-09-01 20:14:07 +10:00
Sam Heinz
91dcdb9d7c
Fix importing from TorBox, adding queued torrents
2024-09-01 16:25:36 +10:00
Sam Heinz
e20dd84e1d
Fix adding torrent via file
...
it was a reference conflict between System.Io.File and TorBoxNet.File, but committing anyways to make sure i don't forget that i fixed it
2024-08-31 19:27:20 +10:00
Sam Heinz
e60059a5bd
Fix deleting torrents from provider
2024-08-31 10:17:27 +10:00
Sam Heinz
183798db2d
Fix TorBox GetAvailability
...
Won't display anything in the UI though as its set to only show available files for RD
2024-08-30 17:26:53 +10:00
Sam Heinz
754588091d
Fix seeding
2024-08-29 07:16:54 +10:00
Sam Heinz
c34f91fc27
Add UI elements for TorBox, fix downloads.
2024-08-28 17:05:56 +10:00