Remove poster reflection
#1
Hi!
Is it possible to remove the reflection under the poster in the movie library?
Image
After i removed some of the black overlays it got so more noticeable.
Reply
#2
Sure it's possible... just search for the reflection images in the code and remove the controls.
Reply
#3
ctrl+f the word "flippy" will help in finding it
Reply
#4
Were do I find this code and what is it called?
Reply
#5
THis is based off Hitcher's mod pulled around 7-17:

In Viewtype_List_Low.xml

Should start at line 1293 delete these lines-
PHP Code:
<control type="image">
                    <
description>POSTER icon reflection</description>
                    <
posy>317</posy>
                    <include>
ListIcon_PosterVars_Low</include>
                    <
colordiffuse>ddFFFFFF</colordiffuse>
                    <include>
MovieShowcaseThumbReflectionMain</include>
                    <
info>ListItem.Icon</info>
                    <
visible>![Container.Content(tvshows) + Skin.HasSetting(tvshowposterthumbs) + Skin.HasSetting(useposter.jpg)]</visible>
                </
control
Reply
#6
Found it! Thanks man Big Grin
Reply

Logout Mark Read Team Forum Stats Members Help
Remove poster reflection0