BigNoid / Aeon-Nox

A skin for XBMC/Kodi
Other
255 stars 187 forks source link

Don't dim down unselected posters #735

Closed Tyrindor closed 7 years ago

Tyrindor commented 7 years ago

I'd like Aeon Nox to stop dimming down unselected posters in wall views. I'd rather they all be the same brightness.

Can a setting be added for this?

BigNoid commented 7 years ago

I won't add a setting for that, but it's quite easy to mod that if you want. Just remove this control or set the colordiffuse to 00FFFFFF Wall: https://github.com/BigNoid/Aeon-Nox/blob/master/1080i/View_503_Wall.xml#L52 Icons: https://github.com/BigNoid/Aeon-Nox/blob/master/1080i/View_500_Wall.xml#L26 InfoWall: https://github.com/BigNoid/Aeon-Nox/blob/master/1080i/View_51_InfoWall.xml#L70 BannerWall: https://github.com/BigNoid/Aeon-Nox/blob/master/1080i/View_58_BannerWall.xml#L85

mimbo757 commented 4 years ago

I won't add a setting for that, but it's quite easy to mod that if you want. Just remove this control or set the colordiffuse to 00FFFFFF Wall: https://github.com/BigNoid/Aeon-Nox/blob/master/1080i/View_503_Wall.xml#L52 Icons: https://github.com/BigNoid/Aeon-Nox/blob/master/1080i/View_500_Wall.xml#L26 InfoWall: https://github.com/BigNoid/Aeon-Nox/blob/master/1080i/View_51_InfoWall.xml#L70 BannerWall: https://github.com/BigNoid/Aeon-Nox/blob/master/1080i/View_58_BannerWall.xml#L85

It possible to do this in Fullscreen wall view as well? Using on openpht and got it resolved in the standard wall, but not the fullscreen. Thanks.