Commit Graph

43 Commits

Author SHA1 Message Date
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
Benjamin Harder
4fdb6eef10 Fix to tests 2024-02-18 21:41:54 +01:00
Benjamin Harder
1576767b05 Added check that recent qbit is installed 2024-02-18 19:32:46 +01:00
Benjamin Harder
34842a4d0c Major refactor & code-cleanup
Improved Slow Downloads (more accurate determining of progress)
Added possiblity to exclude private Trackers from cleaning
2024-02-18 18:59:32 +01:00
Benjamin Harder
3c6ea3841e Added removal of downloads that are missing files 2024-02-17 17:03:19 +01:00
Benjamin Harder
c69c5782ad Merge branch 'main' of https://github.com/Matszwe02/decluttarr into Matszwe02-main 2024-02-17 16:20:31 +01:00
Matszwe02
2281d3d007 Minor tweaks, updated desired torrent status 2024-01-03 22:32:55 +01:00
Matszwe02
9e9e289839 Add slow download detection 2023-12-26 15:44:27 +01:00
Benjamin Harder
f15d29cd90 Traceback 2023-12-10 10:14:01 +01:00
Benjamin Harder
d722b7417f Added traceback information 2023-12-10 10:10:48 +01:00
Benjamin Harder
fa14454910 Added protection for unmonitored downloads ; appling the tag in qbit now will not remove unmonitored downloads either (identically to stalled downloads)
Reason being that this way multi season packs can still be downloaded (else they may have been removed)
2023-11-30 11:03:33 +01:00
Benjamin Harder
85981c7031 Lidarr Testing - additional logs 2023-10-20 12:52:16 +02:00
Benjamin Harder
a860a09837 Added lidarr to docker-compose.yml (LIDARR STILL UNTESTED) 2023-10-20 09:12:11 +02:00
Benjamin Harder
a031d25aa9 Small refinement (removed uneccessarry arr_type from some of the functions)
LIDARR STILL UNTESTED
2023-10-20 08:59:27 +02:00
Benjamin Harder
c32340b081 Added support for lidarr (UNTESTED!) 2023-10-20 08:53:36 +02:00
Benjamin Harder
45fc205c2a Hunt to find the error goes on.. additional logs (queue pull after deletion to see if deletion was successful) 2023-10-14 01:18:26 +02:00
Benjamin Harder
53c7be0b31 Potential fix (to be tested) by refreshing queue before pulling it 2023-10-13 17:24:17 +02:00
Benjamin Harder
6779960e41 Additional logs for debug 2023-10-12 18:27:59 +02:00
Benjamin Harder
f33fd71069 DEV version with debug command to find out why stalled downloads are not removed even exceeding threshold #patch 2023-10-12 18:06:57 +02:00
Benjamin Harder
522d070c87 Had a safety switch still on that would not actually remove anything.. 2023-10-03 20:08:26 +02:00
Benjamin Harder
44098741e4 Fixed bug with creating new tag in qbit initially (wasn't passing the cookie to the post function) 2023-10-03 20:02:59 +02:00
Benjamin Harder
0448b37c08 Added support for Password Authentication with qBit 2023-10-03 19:47:18 +02:00
Benjamin Harder
49658b596a Test of test automation for nest nest_functions 2023-10-02 22:12:27 +02:00
Benjamin Harder
8bebd7d0b8 Automatically creates qBittorrent-Tag if not present already provided qBittorrent exists.
Downloads with this tag will be skipped from being removed when caught being stuck donwloading metadata, or when stalled.
2023-10-02 09:14:52 +02:00
Benjamin Harder
4001601cc9 First working version 2023-09-30 15:28:48 +02:00
Benjamin Harder
36294d0f9c Initial commit (fork from ManiMatter/mirrarr)
Carved out the queue cleaning bits from mirrarr, without taking over the instance synchronization items.
Not tested yet.
2023-09-30 15:04:15 +02:00