(2018-06-04, 02:04)LupinSansei Wrote: (2018-06-02, 11:13)mardukL Wrote: ..
Though I was hoping to keep the Netflix view but replace the posters with landscape images instead :/ maybe it's possible by editing one of the xml files?
Hi, still havent enough time , but if you wanna test and adjust yourself.
You need to edit the View_523_Netflix.xml.
Replace, <include>
PosterThumbLayoutNonFocus</include> & <include>
PosterPanelLayoutFocus </include>
with <include>
LandscapeLayout</include>, all yoou need than is adjust the item laout and the focused layout.
and
e.g. for the non focused item, i didnt adjusted it to fit perfectly, but maybe you get what i mean, keep in mind Landscape has a 16:9 Resolution, maybe you will like work with percentage calculations of 1000x562.
xml:
<itemlayout height="247" width="617" background="true" condition="!Container.Content(episodes)">
<control type="group">
<width>617</width>
<height>247</height>
<bottom>-200</bottom>
<include>PosterPanelLayoutNetflix</include>
<include>LandscapeLayout</include> <!-- for landscape more like netflix use <include>LandscapeLayout</include>, 1000x562 -->
</control>
</itemlayout>
when you adjust the images to the perfect size, you should also use
<focusposition>
0</focusposition>, instead of <focusposition>4</focusposition>