Commit graph

287 commits

Author SHA1 Message Date
bobokun 00ba767ee7
fix minor bug 2023-06-24 15:51:55 -04:00
bobokun 73838407e6
Adds min_num_seeds (Adds #321) 2023-06-24 12:40:20 -04:00
bobokun 42efc219ad
fixes bug when checking if tag is in torrent.tags 2023-06-24 11:24:27 -04:00
bobokun 822092ed80
increase timeout further (#343) 2023-06-24 10:06:03 -04:00
bobokun b4b75754d5
increase qbitorrent api timeout (fixes #343) 2023-06-24 09:52:21 -04:00
bobokun f96ac278d7
fixes #340 2023-06-19 11:20:52 -04:00
bobokun 7cd9982cf9
fixes #333 2023-06-19 10:46:48 -04:00
bobokun 5704f6e52d
fix bug applying share limits 2023-06-13 09:48:23 -04:00
bobokun 948d289faf
Fixes #327 2023-06-12 20:05:11 -04:00
bobokun 4181c9390c
couple minor bug fixes + documentation 2023-06-11 17:19:43 -04:00
bobokun cbb12bd201
Merge branch 'develop' into patch-1 2023-06-11 16:45:37 -04:00
bobokun 73f11ec437
change default share_limits_tag to start with ~
in order to add the tag at the end to declutter webUI
2023-06-11 16:31:59 -04:00
bobokun 2f779e1960
black formatting + precommit updates 2023-06-11 15:54:52 -04:00
bobokun d0421f2b7d
fixes #329 (updates missing share_limits tag when
share_limits are satisfied)
Modifies logic for share_limits_suffix_tag to become share_limits_tag.
This change adds share_limits_tag to become prefix rather than suffix
and adds additional priority information
2023-06-11 15:33:09 -04:00
bobokun b93eec7665
cross-seed moves file to error folder if it fails to
inject torrent
2023-06-11 13:20:48 -04:00
buthed010203 dfbb1c6c5d
Allow defining multiple announce urls for one tracker 2023-06-09 17:11:50 -04:00
bobokun 148a1a2176
increase log size and backup count 2023-06-05 22:38:05 -04:00
bobokun 0a85c8c5d4
better trace logging in share_limits 2023-06-05 16:40:46 -04:00
bobokun 9572f68e4b
fixes bug in group notifications
adds trace logs for share limits
2023-06-05 15:27:49 -04:00
bobokun 24eb05bd89
adjust skip_qb_version_check to not notify if true 2023-06-05 10:36:43 -04:00
bobokun dbf8b6a87f
fixes bug in webhooks 2023-06-04 16:42:01 -04:00
bobokun 44f69c7e55
updates remove_unreg to use group notifications 2023-06-04 16:10:36 -04:00
bobokun bde5edfec8
adds tag_nohl to use group notifications 2023-06-04 15:33:27 -04:00
bobokun f56c1e3220
adds recheck to use group notifications 2023-06-04 15:13:31 -04:00
bobokun 3f42ee5262
updates cross seed to use group notifiactions 2023-06-04 14:32:52 -04:00
bobokun 99eebb7c10
Updated run_end stats to include share limits 2023-06-04 10:31:06 -04:00
bobokun 40eea41a29
fix cleanup bug 2023-06-04 07:44:17 -04:00
bobokun 38c8ab9c11
refactor webhook to group notifications 2023-06-03 23:24:56 -04:00
bobokun 2ce622f6b9
minor fixes 2023-06-03 20:43:42 -04:00
bobokun b00c69a33e
rename torrent_name to torrents for notifications 2023-06-03 20:14:10 -04:00
bobokun c013ff755b
updates categories to use group notifications 2023-06-03 20:03:38 -04:00
bobokun e936e4526f
updates tags to use group notifications 2023-06-03 19:38:41 -04:00
bobokun b5384dc915
adds notification grouping to share_limits 2023-06-02 20:40:05 -04:00
bobokun 9cd3949362
fixes share limits bug
- Fixes rounding issue with upload limit
- Check cleanup on every run
- Don't send notification when no updates being made
- Fix torrent removing grouping tag when tag changes
2023-06-01 19:54:33 -04:00
bobokun cf3cfc4470
Updates include/exclude tags to be more flexible 2023-05-31 17:01:40 -04:00
bobokun 8e842761fc
fix minor bug in nohardlink config 2023-05-30 23:01:18 -04:00
bobokun 58ecbcfe2e
update nohardlinks config 2023-05-30 22:38:46 -04:00
bobokun 580351f6d5
Adds rate limit to Notifiarr 2023-05-30 21:42:57 -04:00
bobokun fbf9cb59e9
Adds new command share_limits to update share limits based on tags/categories specified per group
(Closes #88, Closes #306, Closes #259, Closes #308, Closes #137)
2023-05-30 21:26:54 -04:00
bobokun 7176e7d3c8
updates docstring for check_for_attribute 2023-05-28 18:00:38 -04:00
bobokun 6ec6cff115
fixes trace logging 2023-05-28 16:49:21 -04:00
pre-commit-ci[bot] 285b4afbb9 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-05-27 00:28:01 +00:00
ftc2 8c0b7c6a2b FEAT: bypass qBittorrent version check
add feature `--skip-qb-version-check` (`QBT_SKIP_QB_VERSION_CHECK`).
allows running qbit_manage on unsupported versions of qBittorrent/libtorrent.

this is hidden/suppressed for now in argparse to reduce support burden.
2023-05-26 19:17:45 -05:00
bobokun d2f81e2694
Fixes #302 2023-05-26 16:20:33 -04:00
buthed010203 2fd5701922
Make remove_orphaned even faster
This is not an addiction I swear
2023-05-23 10:12:51 -04:00
buthed010203 02baffd29b
Cleanup imports 2023-05-23 09:18:18 -04:00
buthed010203 afd2e64dd9
Fix update_orphaned empty directory removal
As this no longer uses a starmap, the second argument wasn't being passed in correctly.
2023-05-23 09:15:11 -04:00
bobokun 27a04c5634
More info on versions 2023-05-22 21:29:31 -04:00
bobokun 99a7984693
use logging in torrent_hash_generator 2023-05-22 16:16:38 -04:00
bobokun 9684bf3e38
Fixes #201, Fixes #279 2023-05-22 15:51:19 -04:00