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: 1298335" data-attributes="member: 97858"><p>Preferential change for Trakt style play icon for Latest Media on Basic Home.</p><p></p><p>Play icon before:</p><p>[ATTACH]213689[/ATTACH]</p><p></p><p>Trakt example:</p><p>[ATTACH]213690[/ATTACH]</p><p></p><p>After changes. Updated for all home button sizes small, medium and large.</p><p>[ATTACH]213688[/ATTACH]</p><p></p><p>MePo theme change for PluginDefines.Titan.xml</p><p>Places the vertical height for small, medium and large play button from bottom left to center of thumb.</p><p></p><p>MePo theme change for BasicHome.Latests.xml</p><p>Puts a large play icon on the recent media panel to match the Trakt one.</p><p></p><p>PluginDefines.Titan.xml changes.</p><p>Update play icon vertical position.</p><p>Find:[CODE=xml]<define property="true" evaluateNow="true">#home.latest.play.posy:#(switch( eq(#skin.home.button.type,'small'),638, eq(#skin.home.button.type,'middle'),537, eq(1,1),338))</define>[/CODE]</p><p>Replace with:[CODE=xml]<define property="true" evaluateNow="true">#home.latest.play.posy:#(switch( eq(#skin.home.button.type,'small'),500, eq(#skin.home.button.type,'middle'),399, eq(1,1),200))</define>[/CODE]</p><p></p><p>BasicHome.Latests.xml changes.</p><p>Change the play icon to a larger one like Trakt.</p><p>Find all:</p><p>[CODE=xml] <width>50</width></p><p> <height>50</height></p><p> <textureFocus>play_btn_white.png</textureFocus></p><p> <textureNoFocus>play_btn_white.png</textureNoFocus>[/CODE]</p><p>Replace all with:</p><p>[CODE=xml] <width>132</width></p><p> <height>189</height></p><p> <textureFocus>play_overlayframe.png</textureFocus></p><p> <textureNoFocus>play_overlayframe.png</textureNoFocus>[/CODE]</p><p></p><p>Remove play icon fade to act like Trakt:</p><p>Find All:[CODE=xml]<animation effect="fade" time="1000" start= "100" end= "50" reversible="false">Visible</animation>[/CODE]</p><p>Replace all with:[CODE=xml]<!--animation effect="fade" time="1000" start= "100" end= "50" reversible="false">Visible</animation-->[/CODE]</p></blockquote><p></p>
[QUOTE="KJ-Cox, post: 1298335, member: 97858"] Preferential change for Trakt style play icon for Latest Media on Basic Home. Play icon before: [ATTACH alt="MePoBefore.png"]213689[/ATTACH] Trakt example: [ATTACH alt="Trakt.png"]213690[/ATTACH] After changes. Updated for all home button sizes small, medium and large. [ATTACH alt="MePoAfter.png"]213688[/ATTACH] MePo theme change for PluginDefines.Titan.xml Places the vertical height for small, medium and large play button from bottom left to center of thumb. MePo theme change for BasicHome.Latests.xml Puts a large play icon on the recent media panel to match the Trakt one. PluginDefines.Titan.xml changes. Update play icon vertical position. Find:[CODE=xml]<define property="true" evaluateNow="true">#home.latest.play.posy:#(switch( eq(#skin.home.button.type,'small'),638, eq(#skin.home.button.type,'middle'),537, eq(1,1),338))</define>[/CODE] Replace with:[CODE=xml]<define property="true" evaluateNow="true">#home.latest.play.posy:#(switch( eq(#skin.home.button.type,'small'),500, eq(#skin.home.button.type,'middle'),399, eq(1,1),200))</define>[/CODE] BasicHome.Latests.xml changes. Change the play icon to a larger one like Trakt. Find all: [CODE=xml] <width>50</width> <height>50</height> <textureFocus>play_btn_white.png</textureFocus> <textureNoFocus>play_btn_white.png</textureNoFocus>[/CODE] Replace all with: [CODE=xml] <width>132</width> <height>189</height> <textureFocus>play_overlayframe.png</textureFocus> <textureNoFocus>play_overlayframe.png</textureNoFocus>[/CODE] Remove play icon fade to act like Trakt: Find All:[CODE=xml]<animation effect="fade" time="1000" start= "100" end= "50" reversible="false">Visible</animation>[/CODE] Replace all with:[CODE=xml]<!--animation effect="fade" time="1000" start= "100" end= "50" reversible="false">Visible</animation-->[/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