lbry-sdk/lbrynet/lbryfilemanager
Jack a5362f3170 daemon settings
-set_settings accepts a dict of settings
    -adds upload_log field, defaulting on true, this uploads the lbry
log file to lbry.io to help figure out if and where things aren’t
working
    -default_download_directory is the key of the path where files are
saved

-gets publish working with sources

-adds check_first_run function, returns True/False

-previously only is_running would work during startup, check_first_run,
 get_time_behind_blockchain, and stop have been added

-requires six 1.9, 1.10.0 produced errors
2016-04-07 03:12:09 -04:00
..
__init__.py initial commit 2015-08-20 11:27:15 -04:00
LBRYFileCreator.py fix bug caused by downloading file twice and deleting one 2016-01-16 01:16:37 -05:00
LBRYFileDownloader.py daemon settings 2016-04-07 03:12:09 -04:00
LBRYFileManager.py daemon settings 2016-04-07 03:12:09 -04:00
LBRYFileStatusReport.py initial commit 2015-08-20 11:27:15 -04:00