home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Quality Assurance
Titan Skin Feedback
Themes: BasicHome, Clear Art's support for Titan, Weather icon on screen, bugfixes and more.
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="KJ-Cox" data-source="post: 1298333" data-attributes="member: 97858"><p>Titan Skin change for movingpictures.views.xml to add support for FanartHandler images and Studio and Genre logo by copying the clearart, genre logo and studio logos code from MePo theme with same filename then remove file from MePo theme and have a single source to maintain.</p><p>Last time I mentioned MovingPictures details, this post is for views.</p><p></p><p>Titan skin MovingPictures View without ClearArt and Logos by default</p><p>[ATTACH]213685[/ATTACH]</p><p></p><p>Added FanartHandler and Genre and Studio logo support in Titan Skin</p><p>[ATTACH]213684[/ATTACH]</p><p></p><p>Add support for FanartHandler ClearArt and ClearLogo from MePo theme code to Titan Skin.</p><p>Find:</p><p>[CODE=xml] <!-- :: LISTVIEW :: -->[/CODE]</p><p>Replace with:</p><p>[CODE=xml] <!-- ClearArt --></p><p> <control></p><p> <description>ClearArt</description></p><p> <type>image</type></p><p> <id>159357</id></p><p> <posX>1550</posX></p><p> <posY>150</posY></p><p> <width>250</width></p><p> <height>140</height></p><p> <texture>..\..\..\Thumbs\ClearArt\Movies\#(string.trim(#MovingPictures.SelectedMovie.imdb_id)).png</texture></p><p> <visible>![facadeview.filmstrip|facadeview.coverflow]+Control.IsVisible(50)</visible></p><p> <animation effect="fade" time="500">WindowOpen</animation></p><p> <animation effect="fade" time="250">WindowClose</animation></p><p> </control> </p><p></p><p> <control></p><p> <description>ClearArt</description></p><p> <type>image</type></p><p> <id>159358</id></p><p> <posX>1550</posX></p><p> <posY>440</posY></p><p> <width>250</width></p><p> <height>140</height></p><p> <texture>..\..\..\Thumbs\ClearArt\Movies\#(string.trim(#MovingPictures.SelectedMovie.imdb_id)).png</texture></p><p> <visible>[facadeview.filmstrip|facadeview.coverflow]+Control.IsVisible(50)</visible></p><p> <animation effect="fade" time="500">WindowOpen</animation></p><p> <animation effect="fade" time="250">WindowClose</animation></p><p> </control> </p><p></p><p> <control></p><p> <description>Collection ClearArt</description></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>1550</posX></p><p> <posY>150</posY></p><p> <width>250</width></p><p> <height>140</height></p><p> <texture>..\..\..\Thumbs\ClearArt\MoviesCollections\#(string.getfilename(string.trim(#selecteditem))).png</texture></p><p> <visible>![facadeview.filmstrip|facadeview.coverflow]+Control.IsVisible(50)+string.equals(#MovingPictures.SelectedMovie.imdb_id,)</visible></p><p> <animation effect="fade" time="500">WindowOpen</animation></p><p> <animation effect="fade" time="250">WindowClose</animation></p><p> </control> </p><p></p><p> <!-- ClearLogo --></p><p> <control></p><p> <description>ClearLogo</description></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>1550</posX></p><p> <posY>150</posY></p><p> <width>250</width></p><p> <height>140</height></p><p> <texture>..\..\..\Thumbs\ClearLogo\Movies\#(string.trim(#MovingPictures.SelectedMovie.imdb_id)).png</texture></p><p> <visible>![facadeview.filmstrip|facadeview.coverflow]+Control.IsVisible(50)+!control.hasthumb(159357)</visible></p><p> <animation effect="fade" time="500">WindowOpen</animation></p><p> <animation effect="fade" time="250">WindowClose</animation></p><p> </control> </p><p></p><p> <control></p><p> <description>ClearLogo</description></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>1550</posX></p><p> <posY>440</posY></p><p> <width>250</width></p><p> <height>140</height></p><p> <texture>..\..\..\Thumbs\ClearLogo\Movies\#(string.trim(#MovingPictures.SelectedMovie.imdb_id)).png</texture></p><p> <visible>[facadeview.filmstrip|facadeview.coverflow]+Control.IsVisible(50)+!control.hasthumb(159358)</visible></p><p> <animation effect="fade" time="500">WindowOpen</animation></p><p> <animation effect="fade" time="250">WindowClose</animation></p><p> </control> </p><p></p><p> <!-- :: LISTVIEW :: -->[/CODE]</p><p></p><p>Add support for Studio and Genre logos from MePo theme code to Titan Skin.</p><p>Find:</p><p>[CODE=xml] </controls></p><p></window>[/CODE]</p><p>Replace with:</p><p>[CODE=xml]</p><p> <!-- Studio --></p><p> <control></p><p> <description>Studios Logos</description></p><p> <id>7650567</id></p><p> <type>image</type></p><p> <texture>#fanarthandler.movie.studios.selected.all</texture></p><p> <posX>123</posX></p><p> <posY>925</posY></p><p> <width>379</width></p><p> <height>60</height></p><p> <align>center</align></p><p> <valign>top</valign></p><p> <keepaspectratio>yes</keepaspectratio></p><p> <shouldCache>true</shouldCache></p><p> <visible>![facadeview.filmstrip|facadeview.coverflow]+Control.IsVisible(50)</visible></p><p> <animation effect="fade" time="250">WindowOpen</animation></p><p> <animation effect="fade" time="250">WindowClose</animation></p><p> </control></p><p></p><p> <control></p><p> <description>Studio Logo</description></p><p> <type>image</type></p><p> <id>5550555</id></p><p> <posX>775</posX></p><p> <posY>30</posY></p><p> <width>379</width></p><p> <height>65</height></p><p> <align>center</align></p><p> <valign>top</valign></p><p> <keepaspectratio>yes</keepaspectratio></p><p> <shouldCache>true</shouldCache></p><p> <texture>#fanarthandler.movie.studios.selected.all</texture></p><p> <visible>[facadeview.filmstrip|facadeview.coverflow]+Control.IsVisible(50)</visible></p><p> <animation effect="fade" time="250">WindowOpen</animation></p><p> <animation effect="fade" time="250">WindowClose</animation></p><p> </control></p><p></p><p> <control></p><p> <description>Genres Logo</description></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>85</posX></p><p> <posY>360</posY></p><p> <width>30</width></p><p> <height>560</height></p><p> <align>center</align></p><p> <valign>bottom</valign></p><p> <keepaspectratio>yes</keepaspectratio></p><p> <shouldCache>true</shouldCache></p><p> <texture>#fanarthandler.movie.genres.selected.verticalall</texture></p><p> <visible>![facadeview.filmstrip|facadeview.coverflow]+Control.IsVisible(50)</visible></p><p> <animation effect="fade" time="250">WindowOpen</animation></p><p> <animation effect="fade" time="250">WindowClose</animation></p><p> </control></p><p> </controls></p><p></window>[/CODE]</p></blockquote><p></p>
[QUOTE="KJ-Cox, post: 1298333, member: 97858"] Titan Skin change for movingpictures.views.xml to add support for FanartHandler images and Studio and Genre logo by copying the clearart, genre logo and studio logos code from MePo theme with same filename then remove file from MePo theme and have a single source to maintain. Last time I mentioned MovingPictures details, this post is for views. Titan skin MovingPictures View without ClearArt and Logos by default [ATTACH]213685[/ATTACH] Added FanartHandler and Genre and Studio logo support in Titan Skin [ATTACH]213684[/ATTACH] Add support for FanartHandler ClearArt and ClearLogo from MePo theme code to Titan Skin. Find: [CODE=xml] <!-- :: LISTVIEW :: -->[/CODE] Replace with: [CODE=xml] <!-- ClearArt --> <control> <description>ClearArt</description> <type>image</type> <id>159357</id> <posX>1550</posX> <posY>150</posY> <width>250</width> <height>140</height> <texture>..\..\..\Thumbs\ClearArt\Movies\#(string.trim(#MovingPictures.SelectedMovie.imdb_id)).png</texture> <visible>![facadeview.filmstrip|facadeview.coverflow]+Control.IsVisible(50)</visible> <animation effect="fade" time="500">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> </control> <control> <description>ClearArt</description> <type>image</type> <id>159358</id> <posX>1550</posX> <posY>440</posY> <width>250</width> <height>140</height> <texture>..\..\..\Thumbs\ClearArt\Movies\#(string.trim(#MovingPictures.SelectedMovie.imdb_id)).png</texture> <visible>[facadeview.filmstrip|facadeview.coverflow]+Control.IsVisible(50)</visible> <animation effect="fade" time="500">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> </control> <control> <description>Collection ClearArt</description> <type>image</type> <id>0</id> <posX>1550</posX> <posY>150</posY> <width>250</width> <height>140</height> <texture>..\..\..\Thumbs\ClearArt\MoviesCollections\#(string.getfilename(string.trim(#selecteditem))).png</texture> <visible>![facadeview.filmstrip|facadeview.coverflow]+Control.IsVisible(50)+string.equals(#MovingPictures.SelectedMovie.imdb_id,)</visible> <animation effect="fade" time="500">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> </control> <!-- ClearLogo --> <control> <description>ClearLogo</description> <type>image</type> <id>0</id> <posX>1550</posX> <posY>150</posY> <width>250</width> <height>140</height> <texture>..\..\..\Thumbs\ClearLogo\Movies\#(string.trim(#MovingPictures.SelectedMovie.imdb_id)).png</texture> <visible>![facadeview.filmstrip|facadeview.coverflow]+Control.IsVisible(50)+!control.hasthumb(159357)</visible> <animation effect="fade" time="500">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> </control> <control> <description>ClearLogo</description> <type>image</type> <id>0</id> <posX>1550</posX> <posY>440</posY> <width>250</width> <height>140</height> <texture>..\..\..\Thumbs\ClearLogo\Movies\#(string.trim(#MovingPictures.SelectedMovie.imdb_id)).png</texture> <visible>[facadeview.filmstrip|facadeview.coverflow]+Control.IsVisible(50)+!control.hasthumb(159358)</visible> <animation effect="fade" time="500">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> </control> <!-- :: LISTVIEW :: -->[/CODE] Add support for Studio and Genre logos from MePo theme code to Titan Skin. Find: [CODE=xml] </controls> </window>[/CODE] Replace with: [CODE=xml] <!-- Studio --> <control> <description>Studios Logos</description> <id>7650567</id> <type>image</type> <texture>#fanarthandler.movie.studios.selected.all</texture> <posX>123</posX> <posY>925</posY> <width>379</width> <height>60</height> <align>center</align> <valign>top</valign> <keepaspectratio>yes</keepaspectratio> <shouldCache>true</shouldCache> <visible>![facadeview.filmstrip|facadeview.coverflow]+Control.IsVisible(50)</visible> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> </control> <control> <description>Studio Logo</description> <type>image</type> <id>5550555</id> <posX>775</posX> <posY>30</posY> <width>379</width> <height>65</height> <align>center</align> <valign>top</valign> <keepaspectratio>yes</keepaspectratio> <shouldCache>true</shouldCache> <texture>#fanarthandler.movie.studios.selected.all</texture> <visible>[facadeview.filmstrip|facadeview.coverflow]+Control.IsVisible(50)</visible> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> </control> <control> <description>Genres Logo</description> <type>image</type> <id>0</id> <posX>85</posX> <posY>360</posY> <width>30</width> <height>560</height> <align>center</align> <valign>bottom</valign> <keepaspectratio>yes</keepaspectratio> <shouldCache>true</shouldCache> <texture>#fanarthandler.movie.genres.selected.verticalall</texture> <visible>![facadeview.filmstrip|facadeview.coverflow]+Control.IsVisible(50)</visible> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> </control> </controls> </window>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Quality Assurance
Titan Skin Feedback
Themes: BasicHome, Clear Art's support for Titan, Weather icon on screen, bugfixes and more.
Contact us
RSS
Top
Bottom