Fanart Handler Plugin v4.0.X.000 (4 Viewers)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,620
    10,548
    Kyiv
    Home Country
    Ukraine Ukraine
    Genres don´t work in TVSeries yet
    Excellent work. https://github.com/andrewjswan/mediaportal-skin-themes/blob/master/Titan/Themes/ajs Theme/TVSeries.views.widebanner.default.xml#L103-L119
    22-08-26.png
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,620
    10,548
    Kyiv
    Home Country
    Ukraine Ukraine
    # FanartHandler 4.0.2.239
    Fix fanart search due HTBackdrops site down
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,620
    10,548
    Kyiv
    Home Country
    Ukraine Ukraine
    # FanartHandler 4.0.2.240
    Cosmetic Fix for MultiArtists shared view Music Fanart
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,620
    10,548
    Kyiv
    Home Country
    Ukraine Ukraine
    FanartHandler.Weather-support.Beta.I
    - Fix import local fanart in configurator
    - Add Multi Weather pictures Support
    Control: 91919281, 91919282, 91919283
    Properties: #fanarthandler.weather.backdrop1, #fanarthandler.weather.backdrop2
    Weather Image pack: https://github.com/andrewjswan/medi...aster/build/mediaportal.weather.mpe1?raw=true
    FanartHandler Weather Image Pack forum thread - https://forum.team-mediaportal.com/threads/fanart-handler-multi-weather.135240/
    XML:
      <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>
    XML:
      <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>
     

    Attachments

    • FanartHandler.Weather-support.Beta.I.dll.zip
      392 KB
    • For ajs Themes.zip
      6.6 KB
    Last edited:

    Users who are viewing this thread

    Top Bottom