2011-07-18, 23:34
ronie Wrote:look in MyVideoNav.xml ;-)
Thanks ronie,
Oh Darn, it works perfectly but, it also changes the fanart view for TVshows and I did not want to change that one, just the movies.
ronie Wrote:look in MyVideoNav.xml ;-)
jpf55 Wrote:Thanks ronie,
Oh Darn, it works perfectly but, it also changes the fanart view for TVshows and I did not want to change that one, just the movies.
ronie Wrote:then you'd need to duplicate the fanart code and add
Container.Content(Movies) / Container.Content(TVShows)
to the respective visible conditions.
<control type="image">
<!-- THIS IS TO SHOW THE fanart in the middle bottom half of the screen for Movies -->
<posx>257</posx>
<posy>350</posy>
<width>600</width>
<height>337</height>
<texture background="true">$INFO[ListItem.Property(Fanart_Image)]</texture>
<aspectratio>scale</aspectratio>
<fadetime>FanartCrossfadeTime</fadetime>
<include>VisibleFadeEffect</include>
<include condition="Skin.HasSetting(AnimateFanart)">backgroundanimation</include>
<visible>!Container.Content(TVshows) + !IsEmpty(ListItem.Property(Fanart_Image)) + ![Control.IsVisible(592) + !Window.IsVisible(MovieInformation)] + ![Player.HasVideo + Skin.HasSetting(VideoBackgrounds)]</visible>
</control>
<control type="image">
<!-- THIS IS TO SHOW THE fanart normally for TVshows -->
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<texture background="true">$INFO[ListItem.Property(Fanart_Image)]</texture>
<aspectratio>scale</aspectratio>
<fadetime>FanartCrossfadeTime</fadetime>
<include>VisibleFadeEffect</include>
<include condition="Skin.HasSetting(AnimateFanart)">backgroundanimation</include>
<visible>!Container.Content(Movies) + !IsEmpty(ListItem.Property(Fanart_Image)) + ![Control.IsVisible(592) + !Window.IsVisible(MovieInformation)] + ![Player.HasVideo + Skin.HasSetting(VideoBackgrounds)]</visible>
</control>
jpf55 Wrote:Now I'm really confused, I got it to work but, only if Movies and TVshows are reversed in Container.Content()
ronie Wrote:then don't add a ! in front of them.
<control type="textbox">
<posx>1</posx>
<posy>-40</posy>
<width>1270</width>
<height>2240</height>
<font>font-28</font>
<align>justify</align>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
<pagecontrol>9999999999</pagecontrol>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="2000" delay="8000" repeat="8000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
jpf55 Wrote:The problem is that if I reduce the 2240 height, the plot no longer appears and it is no longer a Fanart view, I think it is list, but not sure.
jpf55 Wrote:I tried removing <width>1270</width> and <height>2240</height> but It endend up as a little plot column on the top left hand side, about the size on the poster... I don't get it
ronie Wrote:huh?That must have been it, following your suggestion, I just removed the first 2 in 2240 and it works perfectly, including the scrolling.
maybe you made a typo and the fanartview doesn't show up anymore because of it?
judging by your screenshot you'll need (more or less) <height>250</height>
jpf55 Wrote:it usually falls on someone's face so I want to move it just above the synopsis.That bothered me as well. As far as i´m concerned it could be way smaller too.
jpf55 Wrote:Hello again ronie or anyone with a clue,
I think I have looked everywhere, I found the code for the TV-schedule and incidently, am I the only one that never has a show on a Saturday?
I also found the code for the program script but nothing for the Fanart view.
I'm trying to move the NextAiredInfo from the top middle to the bottom just over the title and synopsis.
Thanks
Quote: <animation effect="slide" start="0,0" end="0,-590" condition="Control.IsVisible(50) | Control.IsVisible(590)">Conditional</animation>
<animation effect="slide" start="0,0" end="0,-590" condition="Control.IsVisible(50)">Conditional</animation>
<animation effect="slide" start="0,0" end="-200,-180" condition="Control.IsVisible(50)">Conditional</animation>