bartolomesoriano / skin.amber

Amber skin for Kodi Leia/Matrix
http://forum.kodi.tv/forumdisplay.php?fid=203
Other
30 stars 15 forks source link

Flickering background video #34

Closed real-uplink closed 1 year ago

real-uplink commented 1 year ago

Issue short description

I have an issue with flackering background video when navigating in the menu and having Show_VideoBackground enabled.

Setup

Steps to reproduce error

Solution approach

  1. flickering by lines 441..446:
    <control type="videowindow">
    <width>1280</width>
    <height>720</height>
    <right>0</right>
    <top>0</top>
    </control>
  2. black overlay by line 436:
    <visible>Player.HasVideo + [Skin.HasSetting(Show_VideoBackground) | [Skin.HasSetting(AutoPlayTrailer) + !$EXP[56_NetflixTrailerWindow]]]</visible>

Full solution

real-uplink commented 1 year ago

Closing Information

The flickering problems are gone for me with the last XBian/Kodi update. Here are the version numbers for my working setup:

I close the issue as it seems to be no problem with the new version anymore.