*remove all feed creation
-generate tree of torrent hashing allowing for downloading of files at all levels
-rework data structures
+ -new
+ -global infohash hashmap
+ -global block hashmap
+ -handle duplicate files/blocks?
+ -tree
+ -rename to directory?
+ -fields
+ -infohash
+ -child trees
+ -files
+ -stats
+ -block
+ -ref to file?
+ -offset?
-do add one directory at a time?
-re-group
-files hash map
-depth first build?
-caching blocks
-rework add
+ -list of files - same as before
+ -for each file, start creating blocks
+ -once file is done, add to global tree
+ -reconsider watching
+ -daemon+cli
+ -needs to output status/list of torrents/files
+ -pipe to feed creation
-setup qbittorrent integration testing
-just get working
*comment out feeds/etc?