- 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
- 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
- [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.
- [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.