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

fischy667

Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    967
    290
    42
    Rostock
    Home Country
    Germany Germany
    You have following line in your visible-tag:

    Code:
    !string.equals(#StreamedMP.fullVideoOSD,true)

    It means: when you are in Video Fullscreen don't show it. Remove the "!" in the videoFullScreen.xml and try again. The path is included in #MovingPictures.ClearArt\ .

    My visible lines are: for videoOSD.xml:

    XML:
    <visible>string.contains(#Play.Current.Thumb,MovingPictures)</visible>

    and for videoFullScreen.xml:

    XML:
    <visible>[window.ispauseosdvisible|player.forwarding|player.rewinding]+!window.isosdvisible+string.equals(#StreamedMP.fullVideoOSD,true)+string.contains(#Play.Current.Thumb,MovingPictures)</visible>
     
    Last edited:

    m3rcury

    Development Group
  • Team MediaPortal
  • August 12, 2010
    977
    733
    Home Country
    Malta Malta
    Hey Guys its me again.

    After i get MovingPictures ClearArt working in Titan Skin, i will it use in streamedmp too.
    Because i use streamedmp as fav skin, but it does not work.
    My problem, the skin files from titen i have delet, so i can't look to this for the working code...

    I read the post from Site 21-22 but i see no clearart in VideoOSD...

    in video osd i have add this lines :::

    <!-- ::::::::::Movies ClearArt :::::::::: -->
    <control>
    <description>Movies ClearArt</description>
    <type>image</type>
    <id>0</id>
    <posX>1000</posX>
    <posY>420</posY>
    <width>250</width>
    <height>126</height>
    <texture>#MovingPictures.ClearArt\#MovingPictures.SelectedMovie.imdb_id.png</texture>
    <visible>[window.ispauseosdvisible|player.forwarding|player.rewinding]+!window.isosdvisible+!string.equals(#StreamedMP.fullVideoOSD,true)+string.contains(#Play.Current.Thumb,MovingPictures</visible>
    </control>

    The same in videoFullScreen.xml

    Must i add this one ???

    thumbspath\MovingPictures\ClearArt\FullSize

    or is this path included in this line? #MovingPictures.ClearArt\
    How is my error ? I need your help again !!! :(


    D3ltoroxp, in my VideoOSD.xml I have the following to display Movie ClearArt:
    Code:
    <!-- m3rcury - ClearArt -->
    	<control>
    	  <description>Movie ClearArt</description>
    	  <type>image</type>
    	  <id>0</id>
    	  <posX>1000</posX>
    	  <posY>420</posY>
    	  <width>250</width>
    	  <height>126</height>
    	  <keepaspectratio>yes</keepaspectratio>
    	  <texture>#MovingPictures.ClearArt\#MovingPictures.SelectedMovie.imdb_id.png</texture>
    	  <visible>string.contains(#Play.Current.Thumb,MovingPictures)</visible>
    	</control>
    <!-- m3rcury - ClearArt -->

    It works fine for me.
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Thank you guys... Now i see the clearart when i type "Y" but when i press spacebar for pausing, i see nothing...
    So i think in videoosd all is fine but now the problem is in videofullscreen...
    Here i tried the line from fishy but there i have no clearart.
     

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    967
    290
    42
    Rostock
    Home Country
    Germany Germany
    Try my line again. I hat an error.

    XML:
    <visible>[window.ispauseosdvisible|player.forwarding|player.rewinding]+!window.isosdvisible+string.equals(#StreamedMP.fullVideoOSD,true)+plugin.isenabled(Moving Pictures)+string.contains(#Play.Current.Thumb,MovingPictures)+!Control.HasThumb(999)</visible>

    and it is fis c hy
     
    Last edited:

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Hm now i have a problem with the tv series clearart.bevor i use your plugin i used another one.with the path that was given from ltfearme.now your plugin use another path.because tv series clearart is inbuild i have only to change the path to the new on ? In this in the tvseries.skinsettings.xml ? But after this i have no claerart anymore.but the clearart is there.
     

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    967
    290
    42
    Rostock
    Home Country
    Germany Germany
    Yes, TVSeries.Skinsettings.xml is thew correct file.
    Line 53 you have to change to:
    XML:
    <value><![CDATA[thumbs\TVSeries\ClearLogo\FullSize\<Series.ID>.png]]></value>
    or
    XML:
    <value><![CDATA[thumbs\TVSeries\ClearArt\FullSize\<Series.ID>.png]]></value>
     
    Last edited:

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Yes, TVSeries.Skinsettings.xml is thew correct file.
    Line 53 you have to change to:
    XML:
    <value><![CDATA[thumbs\TVSeries\ClearLogo\FullSize\<Series.ID>.png]]></value>
    or
    XML:
    <value><![CDATA[thumbs\TVSeries\ClearArt\FullSize\<Series.ID>.png]]></value>
    This is exactly what i do.but nothing is showen.or is there more to do? But i think because its inbuild for series i must only change the path to the new image folder.
     

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    967
    290
    42
    Rostock
    Home Country
    Germany Germany
    Folder change is the only thing to do and a restart of MP!
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Hm my changed xml is in my mod folder but this should be not a problem ?
     

    Users who are viewing this thread

    Top Bottom