2019-12-29, 01:06
I thought I had this characterart problem fixed. I looked at it again today and this time I think it is good to go. Try this before the next update...open ViewRightList.xml and find ↓
@"chrissix"
For now I'm going to leave in the code for the characterart folder. I've tried and tried like you have, but it just will not cooperate.
Replace with this ↓xml:
<!-- Movie/TV Characterart -->
<control type="image" id="98768">
<visible>!ListItem.IsCollection</visible>
<left>1100</left>
<top>280</top>
<width>550</width>
<height>550</height>
<fadetime>1000</fadetime>
<aspectratio aligny="bottom">keep</aspectratio>
<texture background="true" fallback="empty.png">$INFO[Container(5927).ListItem.Label]</texture>
<visible>!Control.HasFocus(9915) + Skin.String(actress_characterart,characterart)</visible>
</control>
xml:
<!-- Movie/TV Characterart -->
<control type="image" id="98768">
<left>1100</left>
<top>280</top>
<width>550</width>
<height>550</height>
<fadetime>1000</fadetime>
<aspectratio aligny="bottom">keep</aspectratio>
<texture background="true" fallback="empty.png">$INFO[Container(5927).ListItem.Label]</texture>
<visible>!Control.HasFocus(9915) + Skin.String(actress_characterart,characterart) + !ListItem.IsCollection + ![Container(51).OnNext | Container(51).OnPrevious]</visible>
</control>
@"chrissix"
For now I'm going to leave in the code for the characterart folder. I've tried and tried like you have, but it just will not cooperate.