dan_vitch
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2014
12:10 PM
Closed Caption content on roSpringboardScreen
I need to add a Closed Caption value (CC) to my springboard screen if closed captions are available for that title. This value would come after the rating. It would look like this
29m 2013 NR CC
if there were closed captions
and
29m 2013 NR
if there werent closed captions
This seems to be handled via
springBoard.setContent(assetInfo) in which springBoard is an roSpringboardScreen and assetInfo is an roAssociativeArray
Is there a list of possible values that springboard screen is set up to handle?
29m 2013 NR CC
if there were closed captions
and
29m 2013 NR
if there werent closed captions
This seems to be handled via
springBoard.setContent(assetInfo) in which springBoard is an roSpringboardScreen and assetInfo is an roAssociativeArray
Is there a list of possible values that springboard screen is set up to handle?
4 REPLIES 4
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2014
09:59 AM
Re: Closed Caption content on roSpringboardScreen
Possible values for display are here:
http://sdkdocs.roku.com/display/sdkdoc/ ... oardScreen
cc isn't available, so for that you'd need an roimagecanvas overlay transparency to stick on top, or create a custom roimagecanvas or roscreen for your springboard screen.
It might be easier to add a "Play with closed caption" button for the user to select if they want closed captions visible and they are available for playback for the current item.
http://sdkdocs.roku.com/display/sdkdoc/ ... oardScreen
cc isn't available, so for that you'd need an roimagecanvas overlay transparency to stick on top, or create a custom roimagecanvas or roscreen for your springboard screen.
It might be easier to add a "Play with closed caption" button for the user to select if they want closed captions visible and they are available for playback for the current item.

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2014
10:50 AM
Re: Closed Caption content on roSpringboardScreen
The closed captioning badge isn't documented, but you can add it by setting the "ClosedCaptions" metadata attribute to true on your content metadata.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2014
11:53 AM
Re: Closed Caption content on roSpringboardScreen
Cool. What other stuff isn't documented that Roku can do?

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2014
12:17 PM
Re: Closed Caption content on roSpringboardScreen
"destruk" wrote:
Cool. What other stuff isn't documented that Roku can do?
Probably quite a bit. I know about that one, because I needed it for a couple of different channels I've worked on. There's also the 5.1 badge, but I don't recall how to display that one at the moment.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)