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

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,620
    10,548
    Kyiv
    Home Country
    Ukraine Ukraine
    Is there maybe other code for TVSeries.Play.CDSeason someone like TVSeries.Selected.CDSeason but with this it is not working.
    Code:
        <property>
                <name>TVSeries.Selected.CD</name>
                <value><![CDATA[thumbs\CDArt\Series\<Series.ID>.png]]></value>
            </property>
            <property>
                <name>TVSeries.Selected.CDSeason</name>
                <value><![CDATA[thumbs\CDArt\Seasons\<Series.ID>_s<Season.SeasonIndex>.png]]></value>
            </property>

    1. <texture>#TVSeries.Selected.CDSeason</texture>
     

    sweborn

    Extension Designer
    June 8, 2007
    303
    214
    Home Country
    Sweden Sweden
    Code:
    <texture mask="cd_mask.png">..\..\..\thumbs\CDArt\Seasons\#(string.trim(#TVSeries.Season.ID)).png</texture>
    This one is working for me ;)
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Code:
    <texture mask="cd_mask.png">..\..\..\thumbs\CDArt\Seasons\#(string.trim(#TVSeries.Season.ID)).png</texture>
    This one is working for me ;)
    Oh i will test it later. Did you have the mask png for me ? And how looks your visible line ?
     

    sweborn

    Extension Designer
    June 8, 2007
    303
    214
    Home Country
    Sweden Sweden
    Code:
    <texture mask="cd_mask.png">..\..\..\thumbs\CDArt\Seasons\#(string.trim(#TVSeries.Season.ID)).png</texture>
    This one is working for me ;)
    Oh i will test it later. Did you have the mask png for me ? And how looks your visible line ?

    This is my visible line
    Code:
    <visible>control.isvisible(1238)+facadeview.list + string.equals(#Avallanche.hidePoster,no) + !control.hasthumb(987)</visible>
    season.png

    I also use cd.png as background image, which makes the DVD disk looks very realistic.
     

    Attachments

    • cd_mask.png
      cd_mask.png
      14.8 KB
    • cd.png
      cd.png
      295.2 KB
    • TVSeries.background.default.xml
      29.1 KB
    Last edited:

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Oh i think we should talk ;-) it looks very nice. Can you give me the code for the cover to. I try to make something else for movpic but with no success. And did you at something in the tvseriesskinsettings. Xml ?
     

    sweborn

    Extension Designer
    June 8, 2007
    303
    214
    Home Country
    Sweden Sweden
    Oh i think we should talk ;-) it looks very nice. Can you give me the code for the cover to. I try to make something else for movpic but with no success. And did you at something in the tvseriesskinsettings. Xml ?
    Thanks, It took some time to get the animation perfectly.
    Here is the code. The code is taken from the xml file above
    Code:
    <control>         
                <description>Cover Art Frame Back</description>
                <type>image</type>
                <id>123</id>
                <posX>593</posX>
                <posY>188</posY>
                <width>390</width>
                <height>490</height>
                <texture mask="poster_mask.png">video_filmstrip_frame_back.png</texture>
                <visible>[[control.isvisible(1237)+control.isvisible(1242)]+facadeview.list|facadeview.largeicons] + string.equals(#Avallanche.hidePoster,no)</visible>
                <animation effect="fade" time="250">WindowOpen</animation>
                <animation effect="fade" time="0">WindowClose</animation>
                <animation effect="slide" time="250" start="-1890,0">WindowOpen</animation>
                <animation effect="slide" time="250" end="-1890,0">WindowClose</animation>
                <animation effect="slide" start="600" end="0" time="350" delay="350">visible</animation>
                <animation effect="slide" start="0" end="600" time="150" delay="4000">hidden</animation>     
                <animation effect="fade" start="100" end="0" time="0" condition="control.IsVisible(900)">conditional</animation>
                <animation effect="fade" start="100" end="0" time="0" condition="Control.IsVisible(1238)">conditional</animation>
                <animation effect="fade" start="100" end="0" time="0" condition="Control.IsVisible(67)" reversible="false">conditional</animation>
             </control>
     
            <control>
                            <description>Rotating blank disc</description>
                            <type>image</type>
                            <id>0</id>
                            <posX>776</posX>
                            <posY>246</posY>
                            <width>378</width>
                            <height>378</height>
                            <texture>..\..\..\thumbs\CDArt\Movies\cd.png</texture>
                            <keepaspectratio>yes</keepaspectratio>
                            <visible>[[control.isvisible(1237)+control.isvisible(1242)]+facadeview.list | facadeview.largeicons] + string.equals(#Avallanche.hidePoster,no)</visible>
                            <animation effect="slide" start="-150" end="0" time="2900" delay="1900" tween="back" reversible="false">visible</animation>
                <animation effect="slide" start="0" end="800" time="150" delay="4000" reversible="false">hidden</animation>         
                <animation effect="rotate" delay="0" end="-360" centre="475,258" time="4000" loop="true" condition="true">Conditional</animation>                    
                <animation effect="fade" start="100" end="0" time="0">WindowClose</animation>
                <animation effect="fade" start="100" end="0" time="0" condition="control.IsVisible(900)">conditional</animation>
                <animation effect="fade" start="100" end="0" time="0" condition="Control.IsVisible(1238)">conditional</animation>
                <animation effect="fade" start="100" end="0" time="0" condition="Control.IsVisible(67)" reversible="false">conditional</animation>     
                   </control>  
             
    <!-- CDArt MePoTools-->
         
            <control>
                            <description>Rotating Movie disc</description>
                            <type>image</type>
                            <id>543</id>
                            <posX>780</posX>
                            <posY>249</posY>
                            <width>370</width>
                            <height>370</height>
                            <texture mask="cd_mask.png">..\..\..\thumbs\CDArt\Series\#(string.trim(#TVSeries.Series.ID)).png</texture>
                            <keepaspectratio>yes</keepaspectratio>
                            <visible>[[control.isvisible(1237)+control.isvisible(1242)]+facadeview.list |facadeview.largeicons] + string.equals(#Avallanche.hidePoster,no)</visible>
                            <animation effect="slide" start="-150" end="0" time="2900" delay="1900" tween="back" reversible="false">visible</animation>
                <animation effect="slide" start="0" end="800" time="150" delay="4000" reversible="false">hidden</animation>         
                <animation effect="rotate" delay="0" end="-360" centre="475,258" time="4000" loop="true" condition="true">Conditional</animation>                     
                <animation effect="fade" start="100" end="0" time="0">WindowClose</animation>
                <animation effect="fade" start="100" end="0" time="0" condition="control.IsVisible(900)">conditional</animation>
                <animation effect="fade" start="100" end="0" time="0" condition="Control.IsVisible(1238)">conditional</animation>
                <animation effect="fade" start="100" end="0" time="0" condition="Control.IsVisible(67)" reversible="false">conditional</animation>            
               </control> 
                
            <control>
                <description>Default Cover Art</description>
                <type>image</type>
                <id>0</id>
                <posX>635</posX>
                <posY>189</posY>
                <width>343</width>
                <height>478</height>
                <!--Markus-->
                <texture mask="poster_mask.png">defaultVideoBig.png</texture>
                <!--Markus-->
                <visible>[[control.isvisible(1237)+control.isvisible(1242)]+facadeview.list|facadeview.largeicons] + string.equals(#Avallanche.hidePoster,no)</visible>
                <animation effect="fade" time="250">WindowOpen</animation>
                <animation effect="fade" time="250">WindowClose</animation>
                <animation effect="slide" time="250" start="-1890,0">WindowOpen</animation>
                <animation effect="slide" time="250" end="-1890,0">WindowClose</animation>
                <animation effect="slide" start="600" end="0" time="350" delay="350">visible</animation>
                <animation effect="slide" start="0" end="600" time="150" delay="4000">hidden</animation>
                <animation effect="fade" start="100" end="0" time="0" condition="control.IsVisible(900)">conditional</animation>
                <animation effect="fade" start="100" end="0" time="0" condition="Control.IsVisible(1238)">conditional</animation>
                <animation effect="fade" start="100" end="0" time="0" condition="Control.IsVisible(67)" reversible="false">conditional</animation>
                <animation effect="rotatey" start="0" end="20" center="500,-25" ease="easeout" time="1700" delay="350" condition="Control.IsVisible(123)" reversible="false">conditional</animation>
            </control>
             
         
            <control>
                <type>image</type>
                <description>Series Poster</description>
                <id>46</id>
                <posX>635</posX>
                <posY>189</posY>
                <width>343</width>
                <height>478</height>         
                <texture mask="poster_mask.png">#TVSeries.SeriesPoster</texture>         
                <visible>[[control.isvisible(1237)+control.isvisible(1242)]+facadeview.list|facadeview.largeicons] + string.equals(#Avallanche.hidePoster,no)</visible>
                <animation effect="fade" time="250">WindowOpen</animation>
                <animation effect="fade" time="250">WindowClose</animation>
                <animation effect="slide" time="250" start="-1890,0">WindowOpen</animation>
                <animation effect="slide" time="250" end="-1890,0">WindowClose</animation>
                <animation effect="slide" start="600" end="0" time="350" delay="350">visible</animation>
                <animation effect="slide" start="0" end="600" time="150" delay="4000">hidden</animation>     
                <animation effect="fade" start="100" end="0" time="0" condition="control.IsVisible(900)">conditional</animation>
                <animation effect="fade" start="100" end="0" time="0" condition="Control.IsVisible(1238)">conditional</animation>
                <animation effect="fade" start="100" end="0" time="0" condition="Control.IsVisible(67)" reversible="false">conditional</animation>
                <animation effect="rotatey" start="0" end="20" center="500,-25" ease="easeout" time="1700" delay="350" condition="Control.IsVisible(123)" reversible="false">conditional</animation>
            </control>
    
            <control>
                    <description>New Overlay</description>
                    <type>image</type>
                    <id>0</id>
                    <posX>855</posX>
                <posY>191</posY>
                <width>122</width>
                <height>122</height>
                <texture>NewOverlayUnwatched.png</texture>
                    <visible>[[control.isvisible(1237)+control.isvisible(1242)] + !control.isvisible(1243) + facadeview.list|facadeview.largeicons] + string.equals(#Avallanche.hidePoster,no)</visible>
                 <animation effect="fade" time="250">WindowOpen</animation>
                <animation effect="fade" time="250">WindowClose</animation>
                <animation effect="slide" time="250" start="-1890,0">WindowOpen</animation>
                <animation effect="slide" time="250" end="-1890,0">WindowClose</animation>
                <animation effect="slide" start="600" end="0" time="350" delay="350">visible</animation>
                <animation effect="slide" start="0" end="600" time="150" delay="4000">hidden</animation>     
                <animation effect="fade" start="100" end="0" time="0" condition="control.IsVisible(900)">conditional</animation>
                <animation effect="fade" start="100" end="0" time="0" condition="Control.IsVisible(1238)">conditional</animation>
                <animation effect="fade" start="100" end="0" time="0" condition="Control.IsVisible(1243)">conditional</animation>
                <animation effect="fade" start="100" end="0" time="0" condition="Control.IsVisible(67)" reversible="false">conditional</animation>
                <animation effect="rotatey" start="0" end="20" center="500,-25" ease="easeout" time="1700" delay="350" condition="Control.IsVisible(123)" reversible="false">conditional</animation>
                </control>
    
            <control>
                <!--Markus-->
                <description>Cover Art Frame</description>
                <type>image</type>
                <id>0</id>
                <posX>593</posX>
                <posY>184</posY>
                <width>390</width>
                <height>490</height>
                <texture mask="poster_mask.png">video_filmstrip_frame.png</texture>
                <visible>[[control.isvisible(1237)+control.isvisible(1242)]+facadeview.list|facadeview.largeicons] + string.equals(#Avallanche.hidePoster,no)</visible>
                <animation effect="fade" time="250">WindowOpen</animation>
                <animation effect="fade" time="250">WindowClose</animation>
                <animation effect="slide" time="250" start="-1890,0">WindowOpen</animation>
                <animation effect="slide" time="250" end="-1890,0">WindowClose</animation>
                <animation effect="slide" start="600" end="0" time="350" delay="350">visible</animation>
                <animation effect="slide" start="0" end="600" time="150" delay="4000">hidden</animation>     
                <animation effect="fade" start="100" end="0" time="0" condition="control.IsVisible(900)">conditional</animation>
                <animation effect="fade" start="100" end="0" time="0" condition="Control.IsVisible(1238)">conditional</animation>
                <animation effect="fade" start="100" end="0" time="0" condition="Control.IsVisible(67)" reversible="false">conditional</animation>
                <animation effect="rotatey" start="0" end="20" center="500,-25" ease="easeout" time="1700" delay="350" condition="Control.IsVisible(123)" reversible="false">conditional</animation>
            </control>
    You may remove some strings depending on how you want the animation to look like. Please take a look at the video on my page Avallanche
    Edit: Yes i think i add some lines in tvseriesskinsettings.xml. I upload that one to
     

    Attachments

    • TVSeries.SkinSettings.xml
      13.4 KB
    Last edited:

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Hm with series it did not work. I think i must link this to someone ->> #TVSeries.Season.ID ?? MePo Tools add this in my folder ...

    \thumbs\TVSeries\CDArt\Seasons\79349_s1.png for Dexter. So is must link #TVSeries.Season.ID to the png ? I look in your skinsettings.xml but there is nothing, only for clearart Logos. I try it with and without some visible lines no change. Maybe you can look at my code. This is what i have add on TVSeries.Fanart.SeriesAndSeasonListPosters.xml

    Code:
    <!-- CDArt Eintrag, Staffelansicht -->
        <control>
          <description>CDArt Staffel Disc</description>
          <type>image</type>
          <id>1238</id>
          <posX>280</posX>
          <posY>290</posY>
          <width>386</width>
          <height>350</height>
          <texture mask="cd_mask.png">..\..\..\thumbs\TVSeries\CDArt\Seasons\#(string.trim(#TVSeries.Season.ID)).png</texture>
          <keepaspectratio>yes</keepaspectratio>
          <visible>control.isvisible(1238)+facadeview.list</visible>
          <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>
        <!-- CDArt Eintrag, Staffelansicht -->

    In skinsettings is only this from some post above.

    Code:
    <videoplayimages import="true">
        <property>
          <name>TVSeries.Play.ClearArt</name>
          <value><![CDATA[thumbs\TVSeries\ClearArt\FullSize\<Series.ID>.png]]></value>
          <!-- Pfad wurde geändert für MepoTools Clearart Loader -->
        </property>
        <property>
          <name>TVSeries.Play.ClearLogo</name>
          <value><![CDATA[thumbs\TVSeries\ClearLogo\FullSize\<Series.ID>.png]]></value>
        </property>
        <property>
          <name>TVSeries.Play.CD</name>
          <value><![CDATA[thumbs\TVSeries\CDArt\FullSize\<Series.ID>.png]]></value>
        </property>
        <property>
          <name>TVSeries.Play.CDSeason</name>
          <value><![CDATA[thumbs\TVSeries\CDArt\Seasons\<Series.ID>_s<Season.SeasonIndex>.png]]></value>
        </property>

    Maybe you can look over my to files. Maybe its the wrong xml or so ? And the next one, the addings in skinseries is only for video osd when i read this right...

    <!-- Define the images loaded in Video OSD -->
     

    Attachments

    • TVSeries.SkinSettings.xml
      19.1 KB
    • TVSeries.Fanart.SeriesAndSeasonListPosters.xml
      14 KB
    Last edited:

    monter

    New Member
    April 11, 2014
    1
    0
    35
    Home Country
    Australia Australia
    I only want to save time and traffic. Sure, I can use the monitor function and don't start the software manually.
    But, when i look at your example answer you have a image for the disc. I have none. Do you search with the name of the movie or with the original name? The name of this movie in my database is "Die Brücke von Remagen".

    The download rate I mean the speed I get from my internet service provider. And although this is fast, still needs the program time.
    I'll try the monitor function, so I think my "problem" is gone.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,620
    10,548
    Kyiv
    Home Country
    Ukraine Ukraine
    Do you search with the name of the movie or with the original name?
    MePoTools is looking for IMDBID.
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,950
    5,620
    France - IDF
    Home Country
    France France
    hi,
    i want to know if Mepo tool can use all images available in the movie folder.
    i scrappe my movie with XBNE, and save all the files inside my MovieFolder.
    so, all images have this name, for each movie.

    thank you
     

    Attachments

    • banner.jpg
      banner.jpg
      67.5 KB
    • logo.png
      logo.png
      71 KB
    • landscape.jpg
      landscape.jpg
      184.9 KB
    • clearart.png
      clearart.png
      373.2 KB
    • disc.png
      disc.png
      1.3 MB

    Users who are viewing this thread

    Top Bottom