Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
coskel
Roku Guru

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?
Channels: Go Live Sports Cast/Audion - Audiobooks On Demand
"All I've had today is, like, six gummy bears and some scotch."
0 Kudos
1 REPLY 1
destruk
Binge Watcher

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.
0 Kudos