![]() |
|
|||||||
| xTV Subforum for the xTV take one skin (and mods for/of it). |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Member
Join Date: Dec 2008
Posts: 35
![]() |
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 |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Mar 2009
Posts: 19
![]() |
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. |
|
|
|
|
|
#3 |
|
Team-XBMC Skinner
Join Date: Jan 2007
Location: New Jersey, USA
Posts: 215
![]() |
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> 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>
__________________
![]() 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.
|
|
|
|
|
|
#4 |
|
Team-XBMC Skinner
Join Date: Jan 2007
Location: New Jersey, USA
Posts: 215
![]() |
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.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|