Jon
169c613515
added more use cases for remove unregistered
2021-11-08 21:26:12 -05:00
Jon
233fe48c1f
ignore unreachable torrents when looking for -r
2021-11-08 19:03:08 -05:00
Jon
ee8d367e64
Add additional message to potential unreg torrents
2021-11-08 16:11:38 -05:00
Jon
52cd382be9
Ignore any torrents where tracker is down
2021-11-08 15:47:13 -05:00
Jon
37207da206
Fix dry-log not logging all categories for noHL
2021-11-08 14:24:14 -05:00
Jon
22c3e102c7
Category/Tag not mandatory for -r and -ro
2021-11-08 13:41:05 -05:00
Jon
7cacfef260
Catching additional unregistered torrents
2021-11-08 13:16:29 -05:00
Jon
2003a57f9a
bug fix: remove orphan files for BHD
2021-10-20 13:54:51 -04:00
Jon
cbdb435ac5
bug fix: unregistered torrents not being marked
2021-10-20 08:43:26 -04:00
Jon
f58713fa20
removed whitespace
2021-09-29 13:42:59 -04:00
Jon
9f9e3a52d6
consistency in dryrun
2021-09-29 10:58:45 -04:00
Jon
5b8b47a797
update better logging for deleting noHL tags
2021-09-29 10:56:53 -04:00
Jon
63d5f6abde
bug_fix: allow empty remote_dir
...
bug_fix: check previous noHL tagged torrents that now have HL.
2021-09-29 10:35:55 -04:00
Jon
c748b30934
ability to exclude tags when taggin noHL
2021-09-28 22:26:42 -04:00
Jon
6364577388
Updated docs to include --tag-nohardlinks function
2021-09-28 09:42:41 -04:00
Jon
1000f90567
fix for remove orphan to not remove root dir
2021-09-26 22:03:44 -04:00
Jon
2df0bf441d
Allow multiple categories
2021-09-26 16:23:50 -04:00
Jon
2a6f3b2ed2
bug fix with tagging cross-seed and noHL
2021-09-25 22:29:15 -04:00
Jon
800dea7b2c
fix on tagging cross-seed
2021-09-25 22:04:30 -04:00
Jon
41fb6105c3
additional checks for cleanup set to true
2021-09-25 11:43:51 -04:00
Jon
5e4435d251
forgot dryrun..
2021-09-25 11:40:39 -04:00
Jon
c106ee7904
bug fix: deletes cross-seed torrents too
2021-09-25 11:36:22 -04:00
Jon
60707a9b37
bug fix for cleanup torrents
2021-09-25 10:30:31 -04:00
Jon
943263f9d1
fixed bug with reccursive loop
2021-09-25 08:23:23 -04:00
Jon
b33a1cc3c3
Update with tag-nohardlinks feature
2021-09-24 20:58:56 -04:00
Jon
eb1349ec65
Update Docs
2021-04-01 11:09:15 -04:00
Jon
0619375576
Add .gitignore and minor grammar update
2021-03-25 19:54:07 -04:00
Jon
576fe525f0
Major update: Added remove orphaned data
...
- New config parameters
- new command --rem_orphaned
2021-03-11 17:41:17 -05:00
Jon
6f2f9c481a
bug fix: Update tags with multiple tracker urls
2021-03-09 20:57:56 -05:00
Jon
9441ac7336
Update help descriptions
2021-03-07 11:01:06 -05:00
Jon
28aec747c8
Update cross_seed bug causing double recheck
2021-03-07 10:51:44 -05:00
Jon
4954ae6c04
Cross-Seed: Don't add torrent to qbit if original
...
is not complete.
2021-03-06 22:52:19 -05:00
Jon
154f00645c
bug fix for recheck torrents not yet completed
2021-03-06 10:08:14 -05:00
Visorask
abf444ea24
Update qbit_manage.py
...
- [Added] Unregistered torrent status for Blutopia.
2021-03-06 00:32:12 -06:00
Jon
3f13a618ec
Bug fix - rem_unregistered_torrents and recheck
...
- Checks to see if original torrent is completed in order to recheck
- Checks to see if all duplicate torrents are not registered
and will delete torrent and contents if true
2021-03-05 19:07:53 -05:00
Visorask
16180d4ea9
Fixed a print statement
...
- [Fixed] Made a print statement into a debug log as it clutters up the main information.
2021-03-03 18:11:23 -06:00
Jon
3fa78ef537
Performance improvements in rem_unregistered func
2021-03-02 14:43:51 -05:00
Visorask
a073610c80
Bugfix
...
- [Fixed] An errant for loop was causing unregistered torrents to take 6x as long to manage/delete. Now fixed.
2021-03-01 22:26:26 -06:00
Jon
348e78ba3a
Major update - Cross_seed
...
- Removed remote_dir/watch_path
- Ability to inject cross_seed torrents directly in paused state
- Added recheck function to recheck paused torrents by size
and resume completed torrents
2021-03-01 20:59:47 -05:00
Visorask
e7412681b7
Update
...
- [Changed] Replaced " with ' throughout script.
- [Changed] Condensed some for loops into list comprehension.
- [Changed] Unified all of the logging to use f'strings.
- [Changed] Removed spacing that wasn't necessary.
- [Fixed] Category and tag being switched in error codes.
2021-02-27 21:47:49 -06:00
Jon
417c0ccd9e
revert logger newline for cleaner look
2021-02-27 11:44:07 -05:00
Jon
996847799f
[Bug Fix] - cross_seed - Fixed substring key match in
...
torrent name against original torrent
2021-02-27 11:21:07 -05:00
Jon
56791824ac
Cross-seed implemented watch_path.
2021-02-27 06:05:17 -05:00
bobokun
3a6ca4a38c
Update qbit_manage.py
...
Added new logic to update cross seed function to move torrents based on save directory of the original torrent
2021-02-26 19:48:31 -05:00
Visorask
46cac6beb4
Update
...
- [Fixed erroneous dryrun logging when it should be info.
2021-02-26 15:32:45 -06:00
Visorask
9414f3c2d1
Big update
...
- [Added] Cross-seed torrent mover into proper watched folders.
- [Added] Tracker passkeys will no longer show up in stdout or log files.
- [Added] New keyword for catching unregistered torrents for BHD.
- [Added] Added default user/pass for anyone not using authentication or removes it from the config file.
- [Fixed] Unregistered torrents deleting content files if you are cross-seeding.
- [Fixed] Double logging should no longer happen.
2021-02-26 14:59:52 -06:00
Visorask
c00f1d44b0
Changes
...
- Added custom dry-run logger
- Fixed double logging.
- Fixed description to have proper text on --log-file
2021-02-24 12:28:07 -06:00
Visorask
bc1987a41f
Update qbit_manage.py
2021-02-20 22:02:37 -06:00
Visorask
2efa816372
Big Update
2021-02-20 21:46:42 -06:00
Visorask
c371b1cd38
Big Update
2021-02-20 21:45:09 -06:00