Commit Graph

75 Commits

Author SHA1 Message Date
Benjamin Harder
2ac7959467 bugfixes 2024-05-24 18:35:49 +02:00
Benjamin Harder
0d719b4469 Removed REMOVE_NO_FORMAT_UPGRADE and replaced it with more flexible REMOVED_FAILED_IMPORTS (with configurable FAILED_IMPORT_MESSAGE_PATTERNS) 2024-05-24 18:09:02 +02:00
Benjamin Harder
3b4b12de0f bug fix 2024-05-13 23:19:49 +02:00
Benjamin Harder
6958be1279 reword log entry 2024-05-13 22:20:25 +02:00
Benjamin Harder
d866460766 bugfix 2024-05-13 20:40:27 +02:00
Benjamin Harder
9f8d1960bc Bug fix 2024-05-13 17:55:25 +02:00
Benjamin Harder
4e53742997 Give it a star on github.. 2024-05-13 17:41:22 +02:00
ManiMatter
f9f46c58d3 Merge pull request #107 from ManiMatter/qBit-connection-test-prior-to-checking-for-slowness
Bug fix
2024-05-13 17:28:12 +02:00
Benjamin Harder
2f694722d1 Bug fix 2024-05-13 17:26:09 +02:00
ManiMatter
881aaf3dac Merge pull request #106 from ManiMatter/qBit-connection-test-prior-to-checking-for-slowness
Bug fix
2024-05-13 16:56:00 +02:00
Benjamin Harder
cb9a386b9e Bug fix 2024-05-13 16:55:22 +02:00
Benjamin Harder
8841369fe9 bugfix 2024-05-13 13:02:00 +02:00
Benjamin Harder
08327b76c6 Excluding usenet downloads from slowness check 2024-05-13 12:51:27 +02:00
ManiMatter
e9c7e4d396 Merge pull request #103 from ManiMatter/qBit-connection-test-prior-to-checking-for-slowness
Q bit connection test prior to checking for slowness
2024-05-13 11:14:38 +02:00
Benjamin Harder
fcd6ea513b Skipping slow check for items that have nothing left to download, eventhough they are marked as "downloading" still
May be the case for items that are being moved post download from one file system to another, before going to "seeding" stage
2024-05-13 11:09:43 +02:00
Benjamin Harder
573d87c1dc Small fix 2024-05-12 15:47:06 +02:00
Benjamin Harder
3349acf39e Checking if qBit is connected prior to checking for slowness 2024-05-12 15:39:29 +02:00
Benjamin Harder
ffbfea5f2c Checking if qBit is connected prior to slowness check 2024-05-12 15:38:40 +02:00
Jack
06874200bd Update remove_missing_files.py
Support "no files found for import" auto removal
2024-05-11 13:18:11 +08:00
Benjamin Harder
11151eee64 putting back logs as they were 2024-04-23 23:00:51 +02:00
Benjamin Harder
369f450cb1 Small cosmetics 2024-04-23 20:04:43 +02:00
Benjamin Harder
eeee300002 Debugging (rewrote query to qbit that fetches torrent queue, to fix bug in part that determines which torrents are private trackers) 2024-04-11 13:47:07 +02:00
Benjamin Harder
bb8a1aaed8 Debugging 2024-04-10 16:13:20 +02:00
Benjamin Harder
1676df365e Debugging 2024-04-10 14:37:43 +02:00
Benjamin Harder
3d33e88f10 Small bugfix 2024-04-08 22:07:28 +02:00
Benjamin Harder
a610a9c4b9 Small bugfix 2024-04-08 21:59:46 +02:00
Benjamin Harder
4e694428af Added functionality that for REMOVE_NO_FORMAT_UPGRADE the private trackers get removed from queue but not the torrent files 2024-04-08 21:48:33 +02:00
Benjamin Harder
637b901652 Added functionality that checks for failed imports in queue that are no format upgrades 2024-04-07 14:18:32 +02:00
Benjamin Harder
7312a5a9c6 Added protocol to delay profiles check 2024-04-04 07:32:10 +02:00
Benjamin Harder
30a52a885b Added protocol to delay profiles check 2024-04-04 07:31:52 +02:00
Benjamin Harder
eb8bddc8f6 Fixed KeyError: 'indexer' 2024-04-04 07:23:01 +02:00
Benjamin Harder
3490d4daa4 refined logs 2024-03-30 10:02:10 +01:00
Benjamin Harder
859db8a62d fixed problem with current_version 2024-03-30 08:01:01 +01:00
Benjamin Harder
5f0a2182a6 typo 2024-03-30 00:09:46 +01:00
Benjamin Harder
b543834f66 Added fix to support delay profiles 2024-03-29 23:59:56 +01:00
Benjamin Harder
3285f06707 Added version of arr apps and qbit to debug logs 2024-03-29 21:33:48 +01:00
Benjamin Harder
bae0c67d13 Cleanup of main.py, and fixing
TypeError: unsupported operand type(s) for +: 'dict' and 'dict'
2024-03-29 14:47:16 +01:00
Benjamin Harder
838372971a more logs 2024-03-26 01:30:44 +01:00
Benjamin Harder
7b59173e24 Adding protection across all types of removal 2024-03-17 12:42:04 +01:00
Benjamin Harder
420890307a Additional debug information to understand why certain downloads are flagged as "not remove" eventhough no tag is set in qbit 2024-03-16 11:26:07 +01:00
Benjamin Harder
5fe459c8de Added "clear" message when download recovers within permitted iterations #patch 2024-03-05 19:07:09 +01:00
Benjamin Harder
a46492469c Deactivate one line of logging that causes an error (whilst working on fix) 2024-03-04 07:04:22 +01:00
Benjamin Harder
165b0e8221 Added recovery message when slow/stalled etc download recovers within number of permitted attempts 2024-03-03 12:58:52 +01:00
ManiMatter
9b82209f28 Merge pull request #46 from swatcats/main
Added SSL Certificate Verification Options
2024-03-03 09:56:50 +01:00
swatcats
0ff9d53e43 Added SSL Certificate Verification Options
Added SSL Certificate Verification Options
2024-03-02 16:34:51 -05:00
Benjamin Harder
17370a4c0a - Added guidance for "Reject Blocklisted Torrent Hashes While Grabbing"
- Added more debug logs
2024-03-02 11:40:22 +01:00
Twan K
34109bf629 Update remove_slow.py
Added qBittorrent check
2024-02-20 21:38:43 +01:00
Benjamin Harder
7eb4d0bd30 added bugfix to error logging in remove_slow 2024-02-20 13:39:01 +01:00
Benjamin Harder
7930048562 Added more granular logs for remove_slow.py 2024-02-19 23:01:02 +01:00
Benjamin Harder
75670d9a90 BEAT TEST - Added Readarr Support (completely untested) 2024-02-18 22:41:32 +01:00