Refactor: Python packages should be installed as modules, and not use source files #149
Reference in New Issue
Block a user
No description provided.
Delete Branch "refactor/python-packages"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removes source files used to call https://github.com/kevinmidboe/delugeClient & https://github.com/KevinMidboe/torrent_search which were already removed as submodules here:
851af204ab. Updated README to remove submodule references & added how to install pip packages.Calling or spawning these scripts outside of node and handling their
stdoutandstderrhas been done way more structured and less error-prone.Disabled/commented out stray functionality for admin verifying requested content & keeping track of added magnets and their files & download status.
Disables functionality related to #87 but should probably close and remove this. Admin & stray functionality should be re-thought and implemented within app and not external python scripts.