I'm trying to get the poster to display in portrait orientation.
I've tried all the available ContentTypes in my XML file, but they don't seem to have any effect, it always stays with the landscape as came with the videoplayer example.
ie <ContentType>episode</ContentType>
<ContentType>movie</ContentType>
By inserting this line around line 11 of my appDetailScreen.brs, I'm able to get the "multiple" style where it looks like there are a stack of images with mine on top
screen.SetPosterStyle("multiple-portrait-generic")
I tried varying other meta data values and the changes appeared immediately, so I know I'm working with the correct file. Can anyone tell me why the ContentType in my meta data has no effect?
aspiring