- June 1, 2008
- 3,308
- 205
- Home Country
- Germany
Here is a modified TVSeries.SkinSettings.xml for StreamedMP should anybody want it.
It this file included in your Theme Mod ?
Here is a modified TVSeries.SkinSettings.xml for StreamedMP should anybody want it.
Hello m3rcury,
i have a quest, i jump over to titan skin and will use clearart for series and movies. I think i need only the block of code where i define the position and path to the covers right ? Where i can find it, so i can try to bring clearart to titan skin. And one more thing, i will have DVDArt but only in details view and without covers, is there a way to ?
And a little bit OFFTOPIC::
Is there a skineditor around, where i can set position for x and y and see how the image is gone ? Or must i set this in xml and test and test again, with starting mepo and show how the image is move ?
That sound very nice and help a bit more, then exit and restart mp So it's a little editorWhat I can tell you is that you do not need to exit MediaPortal to test changes in MovingPictures or TVSeries, you only need to go out to the main menu (in BasicHome) and go back in. MediaPortal will pick the updated xml.
but if you need further details, I can forward the xmls in question
Hello m3rcury,
Is there a skineditor around, where i can set position for x and y and see how the image is gone ? Or must i set this in xml and test and test again, with starting mepo and show how the image is move ?
<valign>top</valign>
<visible>!string.equals(#TVSeries.Episode.SeriesName,)</visible>
</control>
<!-- m3rcury - ClearArt - TV Series -->
<control>
<description>ClearArt</description>
<type>image</type>
<id>0</id>
<posX>1100</posX>
<posY>90</posY>
<texture>#TVSeries.ClearArt\#(string.rtrim(#TVSeries.Series.ID)).png</texture>
<visible>[[control.isvisible(1237)|control.isvisible(1238)]+control.isvisible(1242)]+facadeview.list</visible>
<animation effect="fade" time="250" delay="0">WindowClose</animation>
</control>
<!-- m3rcury - ClearArt - TV Series -->
<control>
<description>Movie thumb</description>
<type>image</type>
<id>102</id>
<posX>275</posX>
<value><![CDATA[thumbs\TVSeries\ClearArt\FullSize\<Series.ID>.png]]></value>
So i try it but i see no clearart... I edit the videoOSD.xml and add this lines
Than i change the path in TVSeries.SkinSettings.xml in this one
Is the videoOSD.xml the wrong file when i watch an episode and hit the Info Button ?
<control>
<description>TVSeries ClearArt</description>
<type>image</type>
<id>0</id>
<posX>1000</posX>
<posY>420</posY>
<width>250</width>
<height>126</height>
<texture>#TVSeries.Play.ClearArt</texture>
</control>
<!-- 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 -->