Skip to content

BenjaminAdams/roku-screensaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roku Screensaver

Create a screensaver app for Roku.

Requirements

  • Roku developer kit - Develop Roku apps in Brightscript
  • Wordpress - The CMS system used to keep the photos for the screensaver
  • Redis - To cache the api to keep DB calls minimal(optional)
  • Predis - An easy way to use Redis in PHP(optional)

##Instructions

#####Backend The backend creates json API that gives the app the images it uses for the screen saver. You can use any backend you want but I used a Wordpress site that has one picture per post. It takes the first image in the wordpress post.

Move the roku-api.php to the root of your Wordpress website. in the Roku source file point the api_url to the api. http://example.com/roku-api.php

About

Create a screensaver app for a roku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages