- Thread starter
- Moderator
- #1,081
Excellent work. https://github.com/andrewjswan/mediaportal-skin-themes/blob/master/Titan/Themes/ajs Theme/TVSeries.views.widebanner.default.xml#L103-L119Genres don´t work in TVSeries yet
Last edited:
Excellent work. https://github.com/andrewjswan/mediaportal-skin-themes/blob/master/Titan/Themes/ajs Theme/TVSeries.views.widebanner.default.xml#L103-L119Genres don´t work in TVSeries yet
It should work for the music to. But I have not tested.Hehehe, wasn´t aware of that - added to TVSeries and works perfect!
Hi @ajs# FanartHandler 4.0.2.239
<control>
<description>DUMMY CONTROLL FOR FANART 1 VISIBILITY CONDITION</description>
<type>label</type>
<id>91919281</id>
<posX>0</posX>
<posY>0</posY>
<width>1</width>
</control>
<control>
<description>DUMMY CONTROLL FOR FANART 2 VISIBILITY CONDITION</description>
<type>label</type>
<id>91919282</id>
<posX>0</posX>
<posY>0</posY>
<width>1</width>
</control>
<control>
<description>DUMMY CONTROLL FOR FANART AVAILABILITY CONDITION</description>
<type>label</type>
<id>91919283</id>
<posX>0</posX>
<posY>0</posY>
<width>1</width>
<visible>no</visible>
</control>
<control>
<description>Weather Selected Fanart</description>
<type>image</type>
<id>0</id>
<posX>0</posX>
<posY>0</posY>
<width>1920</width>
<height>1080</height>
<visible>control.isvisible(91919281)+control.isvisible(91919283)</visible>
<texture>#fanarthandler.weather.backdrop1</texture>
<animation effect="fade" start="100" end="0" time="450" reversible="false">Hidden</animation>
<animation effect="fade" start="0" end="100" time="450" reversible="false">Visible</animation>
<animation effect="fade" start="0" end="100" time="250" delay="350">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="250" delay="0">WindowClose</animation>
</control>
<control>
<description>Weather Selected Fanart</description>
<type>image</type>
<id>0</id>
<posX>0</posX>
<posY>0</posY>
<width>1920</width>
<height>1080</height>
<visible>control.isvisible(91919282)+control.isvisible(91919283)</visible>
<texture>#fanarthandler.weather.backdrop2</texture>
<animation effect="fade" start="100" end="0" time="450" reversible="false">Hidden</animation>
<animation effect="fade" start="0" end="100" time="450" reversible="false">Visible</animation>
<animation effect="fade" start="0" end="100" time="250" delay="350">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="250" delay="0">WindowClose</animation>
</control>