HMS

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

commit d90d170932a9a5b5614593a45dc1742d1a934e50
parent 6efb5270187e007adf1c482b4e585309faa729bc
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Sun, 14 Mar 2010 11:00:22 -0700

Cleaned up some debug output and comments

Diffstat:
Mroku_player/source/appDetailScreen.brs | 2+-
Mroku_player/source/appVideoScreen.brs | 7++-----
2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/roku_player/source/appDetailScreen.brs b/roku_player/source/appDetailScreen.brs @@ -95,7 +95,7 @@ Function refreshShowDetail(screen As Object, showList As Object, showIndex as In show = showList[showIndex] 'Uncomment this statement to dump the details for each show - PrintAA(show) +' PrintAA(show) screen.SetDescriptionStyle(show.ContentType) diff --git a/roku_player/source/appVideoScreen.brs b/roku_player/source/appVideoScreen.brs @@ -42,12 +42,9 @@ Function showVideoScreen(episode As Object) ' Save the last position to the server print "lastpos = "; lastpos - - ' Need to know: - ' server URL - url = "http://" + RegRead("ServerURL") - ' User ID and Media ID + ' server URL + User ID and Media ID + url = "http://" + RegRead("ServerURL") url = url +"/user/last/"+ episode.UserId +"/"+ episode.MediaId print "url: " + url