lbry-sdk/lbrynet/lbryfilemanager
Jack 441d3c1220 LBRYNet daemon
Adds a daemon for lbrynet. Currently commands are limited the following:

download_name(name)
resolve_name(name)
get_downloads
stop

This allows other programs to easily interact with lbrynet, such as
LBRYURIHandler. LBRYURIHandler can be built with py2app, the resulting
plist file must be edited in the same way the committed plist file has
been edited. When built and installed to the /Applications folder
lbry:// domain names will download and open the corresponding file so
long as the daemon is running.
2015-12-06 17:32:17 -05:00
..
__init__.py initial commit 2015-08-20 11:27:15 -04:00
LBRYFileCreator.py Use named loggers, fix some pep8 formatting mistakes 2015-09-08 15:42:56 -04:00
LBRYFileDownloader.py make class to encompass stream metadata 2015-09-21 22:06:04 -04:00
LBRYFileManager.py LBRYNet daemon 2015-12-06 17:32:17 -05:00
LBRYFileStatusReport.py initial commit 2015-08-20 11:27:15 -04:00