lbry-sdk/lbrynet/file_manager
Jack Robison 68542f3ae1
refactor EncryptedFileDownloader and EncryptedFileManager
-remove stream info manager (DBEncryptedMetadataManager)
-split `add_lbry_file` into separate `add_published_file` and `add_downloaded_file` functions
-set the download path upon adding file to the db, use the source file path for publishes
-remove the lbry file manager-wide download directory, set for each file individually
-add claim `metadata`, `claim_name`, `claim_id`, `outpoint`, `txid`, `nout`, `channel_claim_id`, and `channel_name` attributes to EncryptedFileDownloader
2018-02-13 10:27:50 -05:00
..
__init__.py rename lbrynet.lbryfilemanager to lbrynet.file_manager 2017-06-25 21:04:04 -04:00
EncryptedFileCreator.py refactor EncryptedFileDownloader and EncryptedFileManager 2018-02-13 10:27:50 -05:00
EncryptedFileDownloader.py refactor EncryptedFileDownloader and EncryptedFileManager 2018-02-13 10:27:50 -05:00
EncryptedFileManager.py refactor EncryptedFileDownloader and EncryptedFileManager 2018-02-13 10:27:50 -05:00
EncryptedFileStatusReport.py rename lbrynet.lbryfilemanager to lbrynet.file_manager 2017-06-25 21:04:04 -04:00