BUG: TVseries.Logos ignore IsVisible status (1 Viewer)

gamejester

Retired Team Member
  • Premium Supporter
  • May 13, 2007
    418
    37
    Home Country
    United Kingdom United Kingdom
    #TVSeries.Logos changes to display different things depending on the view displayed in the facadeview for series/season/episode.

    When showing episode it displays a number of icons that have been defined in the config, when in Season or Series it simply shows the Channel logo.

    If the XML below is used to display the logos in a different screen position and size depending on the displayed view then sometimes the control is NOT hidden correctly.

    <control>
    <type>image</type>
    <description>thumb Logos - channel, HD, 5.1, codec, etc....</description>
    <id>66</id>
    <posX>480</posX>
    <posY>735</posY>
    <width>1130</width>
    <height>60</height>
    <texture flipY="true" diffuse="Thumb_Mask.png">#TVSeries.Logos</texture>
    <centered>no</centered>
    <keepaspectratio>yes</keepaspectratio>
    <animation effect="slide" time="1000" start="1600,0">WindowOpen</animation>
    <animation effect="slide" time="1000" end="1600,0">WindowClose</animation>
    <animation effect="slide" time="1000" start="1600,0">Visible</animation>
    <animation effect="slide" time="1000" end="1600,0">hidden</animation>
    <visible>Control.IsVisible(1239)</visible>
    <!-- <visible>!Control.IsVisible(1237)+!Control.IsVisible(1238)</visible>
    --> </control>


    I believe this is caused by the order events fire.

    Example:
    If I am in episode view and highlight an episode that only has 1 logo displayed (the TV channel), then on going back to season view the event Control.IsVisible(1239) fires and the animation kicks in causing the desired hidden action.

    However if I am in epside view and highlight an episode that has mulitple logos displayed (ie TV channel, DIVX, 5.1 etc...), then on going back to season view the logos change to just TV channel, no animation fires and the logos are still visible.

    Could this have something to do with visible status being set to false but then being overwirtten by the graphic change to just TV channel?

    Use my new skin preview to demonstrate all these animation bugs.
    https://forum.team-mediaportal.com/...-skin-designed-tvseries-plugin-preview-40624/
     

    Users who are viewing this thread

    Top Bottom