MePo Tools - Download ClearArt/CDArt/ClearLogos, Music Video clips and more! (2 Viewers)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,669
    10,626
    Kyiv
    Home Country
    Ukraine Ukraine
    Hello everyone. When i will use DiscArt for Series, how looks the textur code ? This is the one from MovingPictures..
    From my Theme for Titan:
    TVSeries.SkinSettings.xml
    Code:
        <videoplayimages import="true">
            <property>
                <name>TVSeries.Play.ClearArt</name>
                <value><![CDATA[thumbs\ClearArt\Series\<Series.ID>.png]]></value>
            </property>
            <property>
                <name>TVSeries.Play.ClearLogo</name>
                <value><![CDATA[thumbs\ClearLogo\Series\<Series.ID>.png]]></value>
            </property>
            <property>
                <name>TVSeries.Play.CD</name>
                <value><![CDATA[thumbs\CDArt\Series\<Series.ID>.png]]></value>
            </property>
            <property>
                <name>TVSeries.Play.CDSeason</name>
                <value><![CDATA[thumbs\CDArt\Seasons\<Series.ID>_s<Season.SeasonIndex>.png]]></value>
            </property>
            <!-- You can define multiple properties -->
        </videoplayimages>

    videoOSD.xml
    Code:
         <control>
             <description>Series Seasons CDArt</description>
             <type>image</type>
             <id>234832</id>
             <posX>275</posX>
             <posY>600</posY>
             <width>300</width>
             <height>300</height>
             <texture>#TVSeries.Play.CDSeason</texture>
             <keepaspectratio>yes</keepaspectratio>
             <centered>yes</centered>
               <align>center</align>
             <zoom>no</zoom>
             <valign>top</valign>
             <visible>!string.equals(#TVSeries.Episode.SeriesName,)</visible>
            <animation effect="rotate" delay="0" end="-360" time="8000" loop="true" condition="!player.paused">Conditional</animation>
         </control>
    
        <control>
             <description>Series CDArt</description>
             <type>image</type>
             <id>0</id>
             <posX>275</posX>
             <posY>600</posY>
             <width>300</width>
             <height>300</height>
             <texture>#TVSeries.Play.CD</texture>
             <keepaspectratio>yes</keepaspectratio>
             <centered>yes</centered>
               <align>center</align>
             <zoom>no</zoom>
             <valign>top</valign>
             <visible>!string.equals(#TVSeries.Episode.SeriesName,)+!control.hasthumb(234832)</visible>
            <animation effect="rotate" delay="0" end="-360" time="8000" loop="true" condition="!player.paused">Conditional</animation>
         </control>
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Hm Thanks. I see the disc, but its not that what i want. I need someone like this...

    Code:
        <control>
          <description>CDArt Staffel Disc</description>
          <type>image</type>
          <id>234832</id>
          <posX>280</posX>
          <posY>290</posY>
          <width>386</width>
          <height>350</height>
          <texture>..\..\..\thumbs\TVSeries\CDArt\Seasons\#<Series.ID>_s<Season.SeasonIndex>.png</texture>
          <keepaspectratio>yes</keepaspectratio>
          <animation effect="slide" time="1000" delay="500" start="-180,310" reversible="false">visible</animation>
          <animation effect="rotate" delay="0" end="-360" centre="475,258" time="8000" loop="true" condition="true">Conditional</animation>
        </control>

    And i would only see this in this screen and everytime i enter the Series. Not only when i playing the Series.

    I think this is the key ...

    property>
    <name>TVSeries.Play.CDSeason</name>
    <value><![CDATA[thumbs\CDArt\Seasons\<Series.ID>_s<Season.SeasonIndex>.png]]></value>
    </property>

    Must i need to add this lines in the TVSeries.SkinSettings.xml ?
     

    Attachments

    • Unbenannt.png
      Unbenannt.png
      3 MB

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    What i need to do. How looks my texture code for discs when i dont put anything in tvseries.skin.settings ?
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,669
    10,626
    Kyiv
    Home Country
    Ukraine Ukraine
    You yourself wrote.
    Code:
    <texture>..\..\..\thumbs\TVSeries\CDArt\Seasons\#<Series.ID>_s<Season.SeasonIndex>.png</texture>
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,669
    10,626
    Kyiv
    Home Country
    Ukraine Ukraine
    What is your skin? Is there a theme? If not so, try replace the ..\..\..\thumbs\ by ..\..\thumbs\.
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    I use streamedmp with my one created theme. Its the same path like my spinning disc for movies.

    When i use only this lines ...

    Code:
    <control>
          <description>CDArt Staffel Disc</description>
          <type>image</type>
          <id>0</id>
          <posX>280</posX>
          <posY>290</posY>
          <width>386</width>
          <height>350</height>
          <texture>..\..\..\thumbs\TVSeries\CDArt\Seasons\#<Series.ID>_s<Season.SeasonIndex>.png</texture>
          <keepaspectratio>yes</keepaspectratio>
          <animation effect="slide" time="1000" delay="500" start="-180,310" reversible="false">visible</animation>
          <animation effect="rotate" delay="0" end="-360" centre="475,258" time="8000" loop="true" condition="true">Conditional</animation>
        </control>

    Than it looks someone like this. But i don't know why ?
     

    Attachments

    • fail.png
      fail.png
      2.9 MB
    • good.png
      good.png
      3.2 MB

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,669
    10,626
    Kyiv
    Home Country
    Ukraine Ukraine
    Add to TVSeries.SkinSettings.xml
    Code:
    <property>
                <name>TVSeries.Play.CD</name>
                <value><![CDATA[thumbs\CDArt\Series\<Series.ID>.png]]></value>
            </property>
            <property>
                <name>TVSeries.Play.CDSeason</name>
                <value><![CDATA[thumbs\CDArt\Seasons\<Series.ID>_s<Season.SeasonIndex>.png]]></value>
            </property>

    Change
    Code:
    <texture>..\..\..\thumbs\TVSeries\CDArt\Seasons\#<Series.ID>_s<Season.SeasonIndex>.png</texture>
    to
    Code:
    <texture>#TVSeries.Play.CDSeason</texture>
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Yes i know. But it should show the disc when i enter the Season Screen, not only when i play the episode. With your last post it works, but thats not this what im searching for.

    Is there maybe other code for TVSeries.Play.CDSeason someone like TVSeries.Selected.CDSeason but with this it is not working.
     

    Users who are viewing this thread

    Top Bottom