home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Skins
How to not load fan art until episode list...?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="spuck" data-source="post: 255067" data-attributes="member: 49126"><p>In tvseries v2 and some previous svn versions there were some new dummy labels added:</p><p>[CODE]</p><p> <control></p><p> <type>label</type></p><p> <description>Dummy Label for Graphical View</description></p><p> <id>1236</id></p><p> <posX>-50</posX></p><p> <posY>-50</posY></p><p> <width>0</width></p><p> <textcolor>d4d2d2</textcolor></p><p> <font>font14</font></p><p> <label></label></p><p> <visible>false</visible></p><p> <!-- to make a control visible only when the facade is in graphical mode do this: <visible>Control.IsVisible(1236)</visible> --></p><p> <!-- to make a control invisible when the facade is in graphical mode do this: <visible>!Control.IsVisible(1236)</visible> --></p><p> </control></p><p> <control></p><p> <type>label</type></p><p> <description>Dummy Label for Series View</description></p><p> <id>1237</id></p><p> <posX>-50</posX></p><p> <posY>-50</posY></p><p> <width>0</width></p><p> <textcolor>d4d2d2</textcolor></p><p> <font>font14</font></p><p> <label></label></p><p> <visible>false</visible></p><p> <!-- to make a control visible only when the facade is in series view mode do this: <visible>Control.IsVisible(1237)</visible> --></p><p> <!-- to make a control invisible when the facade is in series view mode do this: <visible>!Control.IsVisible(1237)</visible> --></p><p> <!-- Preferably avoid using this one. --></p><p> </control></p><p> <control></p><p> <type>label</type></p><p> <description>Dummy Label for Season View</description></p><p> <id>1238</id></p><p> <posX>-50</posX></p><p> <posY>-50</posY></p><p> <width>0</width></p><p> <textcolor>d4d2d2</textcolor></p><p> <font>font14</font></p><p> <label></label></p><p> <visible>false</visible></p><p> <!-- to make a control visible only when the facade is in season view mode do this: <visible>Control.IsVisible(1238)</visible> --></p><p> <!-- to make a control invisible when the facade is in season view mode do this: <visible>!Control.IsVisible(1238)</visible> --></p><p> </control></p><p> <control></p><p> <type>label</type></p><p> <description>Dummy Label for Episode View</description></p><p> <id>1239</id></p><p> <posX>-50</posX></p><p> <posY>-50</posY></p><p> <width>0</width></p><p> <textcolor>d4d2d2</textcolor></p><p> <font>font14</font></p><p> <label></label></p><p> <visible>false</visible></p><p> <!-- to make a control visible only when the facade is in episode view mode do this: <visible>Control.IsVisible(1239)</visible> --></p><p> <!-- to make a control invisible when the facade is in episode view mode do this: <visible>!Control.IsVisible(1239)</visible> --></p><p> </control></p><p> <control></p><p> <type>label</type></p><p> <description>Dummy Label for Grouped View</description></p><p> <id>1240</id></p><p> <posX>-50</posX></p><p> <posY>-50</posY></p><p> <width>0</width></p><p> <textcolor>d4d2d2</textcolor></p><p> <font>font14</font></p><p> <label></label></p><p> <visible>false</visible></p><p> <!-- to make a control visible only when the facade is in grouped view mode do this: <visible>Control.IsVisible(1240)</visible> --></p><p> <!-- to make a control invisible when the facade is in grouped view mode do this: <visible>!Control.IsVisible(1240)</visible> --></p><p> </control>[/CODE]</p><p></p><p>So you could try: <visible>Control.IsVisible(1239)</visible></p></blockquote><p></p>
[QUOTE="spuck, post: 255067, member: 49126"] In tvseries v2 and some previous svn versions there were some new dummy labels added: [CODE] <control> <type>label</type> <description>Dummy Label for Graphical View</description> <id>1236</id> <posX>-50</posX> <posY>-50</posY> <width>0</width> <textcolor>d4d2d2</textcolor> <font>font14</font> <label></label> <visible>false</visible> <!-- to make a control visible only when the facade is in graphical mode do this: <visible>Control.IsVisible(1236)</visible> --> <!-- to make a control invisible when the facade is in graphical mode do this: <visible>!Control.IsVisible(1236)</visible> --> </control> <control> <type>label</type> <description>Dummy Label for Series View</description> <id>1237</id> <posX>-50</posX> <posY>-50</posY> <width>0</width> <textcolor>d4d2d2</textcolor> <font>font14</font> <label></label> <visible>false</visible> <!-- to make a control visible only when the facade is in series view mode do this: <visible>Control.IsVisible(1237)</visible> --> <!-- to make a control invisible when the facade is in series view mode do this: <visible>!Control.IsVisible(1237)</visible> --> <!-- Preferably avoid using this one. --> </control> <control> <type>label</type> <description>Dummy Label for Season View</description> <id>1238</id> <posX>-50</posX> <posY>-50</posY> <width>0</width> <textcolor>d4d2d2</textcolor> <font>font14</font> <label></label> <visible>false</visible> <!-- to make a control visible only when the facade is in season view mode do this: <visible>Control.IsVisible(1238)</visible> --> <!-- to make a control invisible when the facade is in season view mode do this: <visible>!Control.IsVisible(1238)</visible> --> </control> <control> <type>label</type> <description>Dummy Label for Episode View</description> <id>1239</id> <posX>-50</posX> <posY>-50</posY> <width>0</width> <textcolor>d4d2d2</textcolor> <font>font14</font> <label></label> <visible>false</visible> <!-- to make a control visible only when the facade is in episode view mode do this: <visible>Control.IsVisible(1239)</visible> --> <!-- to make a control invisible when the facade is in episode view mode do this: <visible>!Control.IsVisible(1239)</visible> --> </control> <control> <type>label</type> <description>Dummy Label for Grouped View</description> <id>1240</id> <posX>-50</posX> <posY>-50</posY> <width>0</width> <textcolor>d4d2d2</textcolor> <font>font14</font> <label></label> <visible>false</visible> <!-- to make a control visible only when the facade is in grouped view mode do this: <visible>Control.IsVisible(1240)</visible> --> <!-- to make a control invisible when the facade is in grouped view mode do this: <visible>!Control.IsVisible(1240)</visible> --> </control>[/CODE] So you could try: <visible>Control.IsVisible(1239)</visible> [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
How to not load fan art until episode list...?
Contact us
RSS
Top
Bottom