coskel
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2014
04:04 PM
how to expand description of video episodes
using videoplayer example to build my channel.
I see in the showFeed.brs there is a line called Description
item.Description = validstr(curShow.description.GetText())
so I added <description>text goes here</description> to my xml file, but only the synopsis shows.
How can I get a full description to show on the page below the play button?
I see in the showFeed.brs there is a line called Description
item.Description = validstr(curShow.description.GetText())
so I added <description>text goes here</description> to my xml file, but only the synopsis shows.
How can I get a full description to show on the page below the play button?
Channels: Go Live Sports Cast/Audion - Audiobooks On Demand
"All I've had today is, like, six gummy bears and some scotch."
"All I've had today is, like, six gummy bears and some scotch."
1 REPLY 1
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2014
05:14 PM
Re: how to expand description of video episodes
There is a set limit for all the generic screen types - so to get a full description you could add a user-selectable button for 'Show complete description" and use a roTextScreen to display all the text you like.