HMS

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

commit af45c99b64ed7a4109694b373bb021c8d65ee56d
parent d1bd382244a90dda07fb28c9a6597ca82fed4f7a
Author: Brian C. Lane <bcl@ibrianlane.com>
Date:   Sun, 28 Dec 2014 16:16:28 -0800

Update README with keystore info

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

diff --git a/README b/README @@ -85,6 +85,21 @@ by Brian C. Lane <bcl@brianlane.com> 101Dalmations-SD.jpg movies + == Keystore == + + An optional keystore is supported at URL + /keystore/<key> + + If present it will be used to save the last selected video for each row and + the last playback position of each video. + + The presence is detected by looking for URL + /keystore/version + and values are stored by POST with value=<value> + + You can use my clortho project as the keystore by proxying requests to the + /keystore/ prefix to it with lighttpd. + + https://www.brianlane.com/clortho-a-simple-keyvalue-server.html + 2. Client Installation @@ -92,7 +107,15 @@ by Brian C. Lane <bcl@brianlane.com> and set the target IP for the install (you can find the IP on the Roku's information screen). + http://sdkdocs.roku.com/display/sdkdoc/Developer+Guide#DeveloperGuide-71EnablingDevelopmentModeonyourbox + export ROKU_DEV_TARGET=192.168.101.143 + + You may also need to set the user and password, if one is set for your device: + export ROKU_DEV_USER=rokudev + export ROKU_DEV_PASSWORD=password + + And then install the application with: make install