- Way to find torrents in a client not seeded from specified paths
- Hardlink (inode) support for several commands and features
- Query support for several commands that interact with already seeding torrents
- It is now possible to scan single files (again?) #56
- Dockerfile and docker support #51 (thanks kannibalox)
- Moved to os.scanfile for more efficient disk scanning #45 (thanks kannibalox)
- Using prefix tree when inserting into sqlite for more efficiency #41 (thanks kannibalox)
- reflink never actually worked #40 (Thanks undrog)
- Using prefix tree when inserting into sqlite for more efficiency #41 (thanks kannibalox)
- Possible to disable metadata in store path #32
- Exception logger on failed torrent parse #36
- Bumped libtc version to qbittorrent tag support version #33
- Scan stalls when an exception occures #34
- Making sure all trackers are bytes, fixing #48
- Announce-list was not parsed correctly #31
- Support for more custom variables used in store_path, both from torrent and cli #28
- Verifying store_path has at least one variable as it otherwise will use weird paths #12
- Catching permission error, not-a-directory error on add related to store_path #12
- Torrents can be added in stopped state via CLI flag #20
- Unsplitable algorithm improved to support more use-cases
- Renamed OK to Added to streamline messages #23
- More information shared on failed to add exception #21
- Symlinks are now not resolved when adding to client (updated libtc) #17
- Option to ignore directory patterns during scan #18
- fast_resume is now set to false default everywhere as it can cause problems #15
- Disk scan now threaded with a pipeline design #14
- Option to ignore file patterns during scan #7
- Bumped libtc version to resolve qBittorrent issues #9
- Default config where possible
- Updated libtc version to support labels
- Made
same_paths
config option optional #4 - Fixed problem with torrents that might make add crash #2 (empty path segments because of encoding)
- Hardlinks now working and compatible with Python 3.7 incl. tests for it.
- Initial release