HMS

Home Media Server for Roku Players
git clone https://www.brianlane.com/git/HMS
Log | Files | Refs | README | LICENSE

commit 7f966df94fd71c33188c1b393066864c837ae551
parent d8c05035636364b929414da54b922604992cad8e
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Thu,  4 Mar 2010 19:59:30 -0800

Working on documentation

Diffstat:
MREADME | 44++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,44 @@ +Home Media Server +by Brian C. Lane <bcl@brianlane.com> + + +1. Server Installation + == REQUIREMENTS == + + a. Python + b. virtualenv + c. pip + d. libcurl-devel + e. "Development Tools" + f. mp4info from the libmp4v2 package + + == virtualenv setup == + Setup the virtual python environment: + pip -E pyvirt install -r hms/tornado.pip + . ./pyvirt/bin/activate + cd hms + ./hms.py + + == Configuration == + The first thing to do is add the directories where your media files are + stored. Log into the system and select 'Media Sources'. Give it a name and + a local path (only local directory is supported at this time). + Click 'Add Source' + + Delete and Edit currently don't work + + Click on 'Import New Media' and it will scan the directory for supported + media files. For movies it will run mp4info on it to get the details of + the video format. + +2. Client Installation + + + + +3. Contribute + + + + +