Commit graph

34 commits

Author SHA1 Message Date
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
Visorask e45a3f1064
Update qbit_manage.py 2021-02-20 00:48:09 -06:00
Visorask b07d955124 Added some stuff 2021-02-20 00:42:26 -06:00
Visorask fe42fc2bb0 Fix 2021-02-19 23:29:45 -06:00
Renamed from qbt_manage.py (Browse further)