I am using the videoplayer example and am using “arced-portrait” and “movie” as contentType and all is good with my shows reading my xml files for VOD and all artwork is good since “movie” is what I wanted.
Right now I select a Category and then a CategoryLeaf and a Title and show the detailscreen as I do now and all is ok to play or resume the VOD shows.
But, now what I want on some Titles in the CategoryLeaf, I say some Titles, I need a way to Select the Title and go into an Episodic screen type list of shows, then select the Episode I want. How can I do this at this level? I searched the forums and only 1 asked for this and the answer was not there. Anyone have any clue how to do this. I have been through the PDF’s and see no clear way to do it.
“bandal” wrote:
But, now what I want on some Titles in the CategoryLeaf, I say some Titles, I need a way to Select the Title and go into an Episodic screen type list of shows, then select the Episode I want. How can I do this at this level?
Generally, you would pass an array of the list of titles to a function that displays an roPosterscreen with the episodic listStyle type, and when one of the episodes is selected you pass the same array, along with an index to the currently selected item, to a function that displays an roSpringboard screen.
If you are trying to figure out how to extract the data from the parsed XML, perhaps post one smaller chunk of XML that includes all the data you are trying to display for one episode and we can help you.
I think I need help with both you mentioned like code examples and an xml chunk as an example. I am still new to this and banging my head each day to figure it all out.