Commit graph

200 commits

Author SHA1 Message Date
bobokun
5935b5448d
refactor remove_unregistered 2023-04-10 14:55:14 -04:00
bobokun
bece9526e3
refactor category and tags 2023-04-10 11:52:51 -04:00
bobokun
fab58de5a2
Fixes #258 2023-04-09 20:51:13 -04:00
bobokun
7b8aa3b015
Fixes #260 2023-04-09 15:37:23 -04:00
pre-commit-ci[bot]
6796e989d9 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-04-05 07:36:04 +00:00
bakerboy448
acc02e80cd
fixup! 2023-04-05 02:35:54 -05:00
pre-commit-ci[bot]
23ab49081a [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-04-05 07:34:53 +00:00
bakerboy448
d053a66816
(fix) actually finally fix no hardlink seed/ 2023-04-05 02:34:34 -05:00
bakerboy448
43aebb7e32
Fixup! 2023-04-04 21:49:09 -05:00
Bakerboy448
32f2da75c9 (fix) qbit nohardlinks ratio/seed time if tracker not set
(fix) not falling back to default for nohardlinks goals if not set

Fixes #255
2023-04-04 17:23:30 -05:00
bobokun
806ff7ef11
bug fix beyondHD 2023-04-01 13:12:03 -04:00
bobokun
d1c26fffa6
adds support for custom noHL tag #210 2023-04-01 11:25:01 -04:00
Bakerboy448
0c8bbd856c simplfy webhook logic & improve logging 2023-03-31 18:33:08 -05:00
Bakerboy448
6347d81387 fixup! refactor webhooks request & add 2s delay 2023-03-31 18:04:37 -05:00
Bakerboy448
c08665c640 fixup! refactor webhooks request & add 2s delay 2023-03-31 17:59:15 -05:00
Bakerboy448
60fff1f13d refactor webhooks request & add 2s delay 2023-03-31 17:35:43 -05:00
Bakerboy448
b352a99d4b lint cleanup
- pylint and misc variable/naming cleanup
- add docstrings
- fix typos
2023-03-31 17:35:43 -05:00
bobokun
382a9af45f
assign share limits before tagging nohl 2023-03-31 17:40:23 -04:00
Bakerboy448
69ed042c68 fixup! qbit module 2023-03-31 12:35:38 -05:00
Bakerboy448
e21d3d0e81 fixup! qbit module 2023-03-31 12:32:31 -05:00
Bakerboy448
a342f68f21 (new) Change NoHardLinks Logic to use Tracker Max Ratio and Max Seed Time if larger than noHL
(fix) Use Tracker Max Ratio / Seed Time for noHL

Fixes #218
Fxies #229
2023-03-31 12:03:17 -05:00
Bakerboy448
44d21d0c65 qbit module
- pylint and misc variable/naming cleanup
- add docstrings
2023-03-31 11:42:58 -05:00
Jacob McSwain
c91f9bd751
Fix wrapped JSON Decode error from requests
Also squashes the following:

[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
2023-03-29 13:38:35 -05:00
bobokun
484690ffff
Merge pull request #205 from garypiner/unmeet-torrents-deleted
NoHL torrents been removed when criteria not met
2023-02-28 19:22:56 -05:00
garypiner
31aee16b1c NoHL torrents been removed when criteria not met 2023-01-05 17:04:39 +00:00
bobokun
358e871c6c
fixes bug in nohardlink 2022-12-20 19:09:05 -05:00
bobokun
c73479cc7c
resolve merge conflict 2022-12-19 19:15:20 -05:00
bobokun
fd18d54783
Merge branch 'master' of https://github.com/StuffAnThings/qbit_manage into develop
* 'master' of https://github.com/StuffAnThings/qbit_manage:
  [pre-commit.ci] pre-commit autoupdate
  send notification on nohardlink warning and remove force failure
  3.4.2
  Fixes #196
  refactor noHL
  better logging for FileNotFoundError
  removes alive-progress dependency  causing issues with rolling logs found. Once this is fixed then it can be implemented again https://github.com/rsalmei/alive-progress/issues/104
  better error handling for noHL
  fixes noHL bug with remote not being replaced
  better trace for nohardlink
  better error checking in commands
  minor bug fix in torrent tagging
  bug fix on prev refactor
  bit a refactoring
  Fixes #192 Fixes noHL logic with false negatives not being caught with small files.
  3.4.1
2022-12-19 17:13:52 -05:00
bobokun
99c00e3bbc
send notification on nohardlink warning and remove
force failure
2022-12-19 16:50:32 -05:00
bobokun
bb9db628dd Fixes #196 2022-12-11 20:49:43 -05:00
bobokun
9ae1e6b02b refactor noHL 2022-12-11 20:49:43 -05:00
bobokun
2e8817480d better logging for FileNotFoundError 2022-12-11 20:49:43 -05:00
bobokun
f2ed8972cd removes alive-progress dependency
causing issues with rolling logs found.
Once this is fixed then it can be implemented again
https://github.com/rsalmei/alive-progress/issues/104
2022-12-11 20:49:43 -05:00
bobokun
12b83568cb better error handling for noHL 2022-12-11 20:49:43 -05:00
bobokun
fafdca4499 fixes noHL bug with remote not being replaced 2022-12-11 20:49:43 -05:00
bobokun
8bfbae4b43 better trace for nohardlink 2022-12-11 20:49:43 -05:00
bobokun
f98e18434d better error checking in commands 2022-12-11 20:49:43 -05:00
bobokun
4fee4b4929 minor bug fix in torrent tagging 2022-12-11 20:49:43 -05:00
bobokun
763c0e5ebb bug fix on prev refactor 2022-12-11 20:49:43 -05:00
bobokun
911367ea55 bit a refactoring 2022-12-11 20:49:43 -05:00
bobokun
7dc64cd0e7 Fixes #192
Fixes noHL logic with false negatives not being caught with small files.
2022-12-11 20:49:43 -05:00
bobokun
db2cb47795
Fixes #196 2022-12-09 12:48:56 -05:00
bobokun
0785d5efca
refactor noHL 2022-12-09 10:29:57 -05:00
bobokun
f3b747a0f2
better logging for FileNotFoundError 2022-12-08 12:22:13 -05:00
bobokun
35b8ffafb8
removes alive-progress dependency
causing issues with rolling logs found.
Once this is fixed then it can be implemented again
https://github.com/rsalmei/alive-progress/issues/104
2022-12-08 10:02:19 -05:00
bobokun
24d61d285b
better error handling for noHL 2022-12-07 16:23:57 -05:00
bobokun
79f637c1be
fixes noHL bug with remote not being replaced 2022-12-07 13:20:34 -05:00
bobokun
ad324828e7
better trace for nohardlink 2022-12-07 09:43:35 -05:00
bobokun
0003ffd554
better error checking in commands 2022-12-07 09:16:26 -05:00
bobokun
fa61c00504
minor bug fix in torrent tagging 2022-12-07 08:32:34 -05:00