Kodi Community Forum
Remove Tilt from Cover Art in xTV skin? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Remove Tilt from Cover Art in xTV skin? (/showthread.php?tid=46296)



Remove Tilt from Cover Art in xTV skin? - xfiring - 2009-03-02

Does anyone know how to make coverart image not "tilt" in library mode? I started playing around with some XML files but couldn't seem to figure it out. I'd like the cover art to just be flat, not angled.

Thanks.


- xfiring - 2009-03-04

Bump for myself, this is driving me crazy


- Jezz_X - 2009-03-04

pretty sure there is a setting in skin settings that turns it off


- xfiring - 2009-03-05

That only turns off 'file' mode not library mode.


- jmarshall - 2009-03-05

Compare the code for filemode and library mode, then, and modify accordingly?


- xfiring - 2009-03-05

No problem, are those in the same XML file I assume? If so which one? Thanks


This will remove the tilt effect in library mode - rogue21 - 2009-03-10

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.

enjoySmile

phil