Commit Graph

22 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
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
Benjamin Harder
7930048562 Added more granular logs for remove_slow.py 2024-02-19 23:01:02 +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
53c7be0b31 Potential fix (to be tested) by refreshing queue before pulling it 2023-10-13 17:24:17 +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
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