v14 Cast/Actors on Showcase
#1
Hi

Does anyone know if it is possible to display a cast/actor list on the main movie page using showcase?

Seems every other item is there apart from who's in the movie.

I realise i can press info and then cast to see but i would like to be able to display the cast when scrolling movies. I don't need to select any cast from here so solely just a list.

Any help or a straight out "NO" would be appreciated

Thanks
Reply
#2
Everything is possible, but this is not yet provided in the skin.
You would have to edit the showcase view, adding the information from the other view into it to do this.
Reply
#3
Kib, I copy pasted this from the DialogVideoInfo.xml which seems to be displaying the cast on the info screen but it didn't do anything. I'm not that familiar with xml but can kinda figure stuff out by working through it.
Im guessing scrolling movies is not pulling any cast data and the cast button in the info screen does which is why my list docent work or is there more to it than thatHuh

<control type="list" id="50">
<left>430</left>
<top>110</top> <!--Cast -->
<width>450</width>
<height>290</height>
<onleft>9000</onleft>
<onright>9000</onright>
<onup>61</onup>
<ondown>61</ondown>
<viewtype label="">list</viewtype>
<pagecontrol>61</pagecontrol>
<scrolltime>200</scrolltime>
<orientation>vertical</orientation>
<visible>![Control.HasFocus(12) | Control.HasFocus(14)]</visible>
<animation effect="fade" start="0" end="90" time="400">WindowOpen</animation>
<animation effect="fade" start="90" end="0" time="400" delay="200">WindowClose</animation>
<itemlayout height="40" width="430">
<control type="label">
<left>10</left>
<top>0</top>
<width>450</width>
<height>40</height>
<font>Font_MediaMenu</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>white</selectedcolor>
<info>ListItem.Label</info>
</control>
</itemlayout>
<focusedlayout height="40" width="430">
<control type="image">
<left>0</left>
<top>0</top>
<width>450</width>
<height>40</height>
<visible>Control.HasFocus(50)</visible>
<colordiffuse>mainblue</colordiffuse>
<texture>button-focus.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>660</width>
<height>40</height>
<font>Font_MediaMenu</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<info>ListItem.Label</info>
</control>
</focusedlayout>
</control>
Reply
#4
Ah I had not considered that. It might not be possible at all because the properties are not filled in by the application.
Reply

Logout Mark Read Team Forum Stats Members Help
Cast/Actors on Showcase0