XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > Skin Help and Support > xTV

xTV Subforum for the xTV take one skin (and mods for/of it).

Reply
 
Thread Tools Search this Thread Display Modes
Old 2009-02-28, 07:23   #1
xfiring
Member
 
Join Date: Dec 2008
Posts: 35
xfiring is on a distinguished road
Default Non-Tilted Library Mode Cover Art?

Is it possible to disable the tilt of library mode cover art? I am not crazy about the 'jaggy' line that happens when the cover art is turned at an angle.

When you disable the tilt in general skin settings that does not apply to library mode.

I started playing around with settings in the mymovienav.xml and that seemed to be place but I couldn't find the exact setting to stop it.

Any help would be appreciated.

Thanks
xfiring is offline   Reply With Quote
Old 2009-03-10, 08:13   #2
rogue21
Junior Member
 
Join Date: Mar 2009
Posts: 19
rogue21 is on a distinguished road
Default This will get rid of the tilt effect in library mode

open MyVideoNav.xml and delete this following line :

<animation effect="rotatey" start="-20" end="-20" time="0" condition="true">Conditional</animation>

This line will appear twice, once for the icon and second for the reflection. Make sure to delete both.


hope this helps

phil

Last edited by rogue21; 2009-03-10 at 08:44.
rogue21 is offline   Reply With Quote
Old 2009-03-11, 02:31   #3
CHI3f
Team-XBMC Skinner
 
CHI3f's Avatar
 
Join Date: Jan 2007
Location: New Jersey, USA
Posts: 215
CHI3f is on a distinguished road
Default

You could do it this way as well.

Open MyVideoNav.xml and look for this
Code:
		<control type="image" id="999">
			<description>list item icon</description>
			<posx>20</posx>
			<posy>100</posy>
			<width>350</width>
			<height>350</height>
			<info>ListItem.Icon</info>
			<aspectratio>keep</aspectratio>
			<visible>Control.IsVisible(50)</visible>
			<include>list-fade</include>
			<animation effect="rotatey" start="-20" end="-20" time="0" condition="true">Conditional</animation>
			<animation effect="zoom" end="80,50,250,250" time="150" condition="Control.IsVisible(50) + System.IdleTime(2) + [Container.Content(Movies) | Container.Content(TVShows) | Container.Content(Seasons) | Container.Content(Episodes)]">Conditional</animation>
		</control>
		<control type="image">
			<description>list item icon reflection</description>
			<posx>20</posx>
			<posy>450</posy>
			<width>350</width>
			<height>350</height>
			<info>ListItem.Icon</info>
			<texture flipy="true" diffuse="fade2.png">-</texture>
			<aspectratio>keep</aspectratio>
			<visible>Control.IsVisible(50) + !System.IdleTime(2)</visible>
			<visible>!Window.Next(Home)</visible>
			<animation effect="rotatey" start="-20" end="-20" time="0" condition="true">Conditional</animation>
			<include>list-fade</include>
		</control>
and change it to this
Code:
		<control type="image" id="999">
			<description>list item icon</description>
			<posx>20</posx>
			<posy>100</posy>
			<width>350</width>
			<height>350</height>
			<info>ListItem.Icon</info>
			<aspectratio>keep</aspectratio>
			<visible>Control.IsVisible(50)</visible>
			<include>list-fade</include>
			<animation effect="rotatey" start="-20" end="-20" time="0" condition="Skin.HasSetting(tilted-icons)">Conditional</animation>
			<animation effect="zoom" end="80,50,250,250" time="150" condition="Control.IsVisible(50) + System.IdleTime(2) + [Container.Content(Movies) | Container.Content(TVShows) | Container.Content(Seasons) | Container.Content(Episodes)]">Conditional</animation>
		</control>
		<control type="image">
			<description>list item icon reflection</description>
			<posx>20</posx>
			<posy>450</posy>
			<width>350</width>
			<height>350</height>
			<info>ListItem.Icon</info>
			<texture flipy="true" diffuse="fade2.png">-</texture>
			<aspectratio>keep</aspectratio>
			<visible>Control.IsVisible(50) + !System.IdleTime(2)</visible>
			<visible>!Window.Next(Home)</visible>
			<animation effect="rotatey" start="-20" end="-20" time="0" condition="Skin.HasSetting(tilted-icons)">Conditional</animation>
			<include>list-fade</include>
		</control>
This will do the same as rogue21 suggested but it will make it so the skin option for tilting icons works.
__________________

Download Containment,Containment Themes
Download xTV,xTV Themes
Download xbmcTV

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


CHI3f is offline   Reply With Quote
Old 2009-03-11, 02:46   #4
CHI3f
Team-XBMC Skinner
 
CHI3f's Avatar
 
Join Date: Jan 2007
Location: New Jersey, USA
Posts: 215
CHI3f is on a distinguished road
Default

This is now fixed in the svn and the rar download in my sig is updated as well.
__________________

Download Containment,Containment Themes
Download xTV,xTV Themes
Download xbmcTV

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


CHI3f is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 12:27.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project