Skip to content

christopher-natan/Roku.Rotube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Note: I no longer support for this library

Rotube

Simple brightScript plugin that use Youtube API to play youtube video on a Roku Channel.

Version

  • Version 1.1 supports Grid Screen only.

Requirements

  • Roku 2 firmware version 5 (RSG not supported)

Installation

  • Clone Rotube repository
  • Extract or drop Rotube.brs file to your Roku source folder.

How To Use

With just few lines of codes, Rotube plugin will work smoothly.

  options                         = { maxResults:20, key:"AIzaSyAL3MhQSCFMRyq8u4mlwL8PvuPxxNhCEDo"} 
  theseItems                      = {}
  theseItems["Category Action"]   = "action"
  theseItems["Category Drama"]    = "drama"
  theseItems["Category Adventure"]= "adventure"
 rotubeItems = Rotube().Search(theseItems).Options(options).CreateGridScreen(gridScreen)

Please be advised that you need to have your own Youtube Key configuratio. The example key will going to work but limited only.

Example

For more information on how to use this Rotube plugin please refer to the example files.

About

Simple brightScript plugin that use Youtube API to play youtube video on a Roku Channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published