[Plugin] DVDArt - All artwork for MovingPictures, MyFilms, TVSeries, Music & more!!! (3 Viewers)

m3rcury

Development Group
  • Team MediaPortal
  • August 12, 2010
    977
    733
    Home Country
    Malta Malta
    hi
    a queston
    i have instaled the plugin and replacad the xml file
    but i dont see the dvd or clearart in mediaportal
    i have mediaportal 1.3alfha and movingpictures1.4
    am i doning somthing wrong ??????

    rico12345, what skin are you using? The xml in the first post was an example for StreamedMP, so if you are not using that skin, it will not work.
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand

    m3rcury

    Development Group
  • Team MediaPortal
  • August 12, 2010
    977
    733
    Home Country
    Malta Malta

    kiwijunglist, there is a good explanation by SpudR in post #120. Basically:

    I was hoping you'd create a batch command using imagemagick to just auto create all the missing disc images using either fanart or poster with only one click.

    kiwijunglist, I've included your request in the latest version. You can go into Movies with Missing artwork, right click on a movie and choose "Use Cover Art for DVD Art". Hope this is in line with what you had in mind.
     
    Last edited:

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    Hi merc, yup that is good and close to what I had in mind. I imagined that you could click and create disc images for all the disc images at once (maybe you can use shift click then right click all of them). I hoped that disc images made this way would still be marked for future searches and if in the future a proper online disc image became available for that movie it would automatically over write the user generated one.
     
    Last edited:

    m3rcury

    Development Group
  • Team MediaPortal
  • August 12, 2010
    977
    733
    Home Country
    Malta Malta
    As promised in post #123, I am pleased to advise that version 1.0.0.6 is available from here.

    This new version has various new features and also has some design changes to accommodate the innovations:
    • Caters for MovingPictures as well as TVSeries
    • Can use Cover Art for DVDArt in case of MovingPictures. This can be done by right clicking on a movie in Movies without Artwork tab and choosing "Use Cover Art for DVD Art"
    • Exposes 3 properties which can be used in skin files to make MODs easier, namely
      • #MovingPictures.DVDArt - <thumbs folder>\MovingPictures\DVDArt\FullSize
      • #MovingPictures.ClearArt - <thumbs folder>\MovingPictures\ClearArt\FullSize
      • #MovingPictures.ClearLogo - <thumbs folder>\MovingPictures\ClearLogo\FullSize
    Below is an example of how the new properties can be used in skin xml files.
    Code:
    <!-- m3rcury : Rotating DVDArt -->
        <control>
          <description>Rotating Movie disc</description>
          <type>image</type>
          <id>0</id>
          <posX>65</posX>
          <posY>300</posY>
          <width>386</width>
          <height>350</height>
          <texture>#MovingPictures.DVDArt\#MovingPictures.SelectedMovie.imdb_id.png</texture>
          <keepaspectratio>yes</keepaspectratio>
          <visible>facadeview.list+control.isvisible(50)+Control.HasThumb(90)</visible>
          <animation effect="rotate" delay="0" end="-360" centre="475,258" time="8000" loop="true" condition="true">Conditional</animation>
        </control>
    <!-- m3rcury : Rotating DVDArt -->

    ClearArt and ClearLogo for TVSeries are downloaded in ..\thumbs\TVSeries\ClearArt\FullSize and ..\thumbs\TVSeries\ClearLogo\FullSize respectively.

    Hope you like.
     
    Last edited:

    Users who are viewing this thread

    Top Bottom