lbry-sdk/lbrynet/lbry_file/client
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.lbryfile to lbrynet.lbry_file 2017-06-25 21:03:37 -04:00
EncryptedFileDownloader.py refactor EncryptedFileDownloader and EncryptedFileManager 2018-02-13 10:27:50 -05:00
EncryptedFileMetadataHandler.py refactor EncryptedFileDownloader and EncryptedFileManager 2018-02-13 10:27:50 -05:00
EncryptedFileOptions.py rename lbrynet.lbryfile to lbrynet.lbry_file 2017-06-25 21:03:37 -04:00