ignacio
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2012
05:57 PM
Remove star rating roGridScreen
I want to completely remove the star rating from my app. I can't remove it from the overlay description on the roGridScreen.
How can I accomplish this?
Thanks.
How can I accomplish this?
Thanks.
3 REPLIES 3


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2012
06:34 PM
Re: Remove star rating roGridScreen
Set the starRating attribute of your content-meta-data to invalid.
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2012
08:50 PM
Re: Remove star rating roGridScreen
That's also how you kill off the runtime field - by setting the length meta data to invalid. Otherwise it'll show as 0 minutes.
ignacio
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2012
01:40 PM
Re: Remove star rating roGridScreen
Awesome! Thanks, It would be good to update the http://sdkdocs.roku.com/display/RokuSDKv43/Content+Meta-Data wiki page with this info.