2016-08-22, 16:37
I have an inconsistent bug in Android from my TV Guide Fullscreen and also the original TV Guide.
When I play some addon streams from the guide I end up with a black overlay over the playing video window.
It is 1 pixel shorter and thinner than fullscreen so you can see a slither of video under a black overlay.
I know it is not the addon because I made all the fullscreen textures different colours and then made them invisible.
It still happens.
It does not happen on Windows7 or LibreELEC 7.0.2 rpi.
The stream is started like this:
so that an overlay will cover the fullscreen video.
The 1 parameter means windowed although the video window is 1280x720 fullscreen.
Here is the context:
https://github.com/primaeval/script.tvgu...ui.py#L692
It could always be in the addon but I did all I could to turn off anything that would cover the video window or be timeout dependent.
When I play some addon streams from the guide I end up with a black overlay over the playing video window.
It is 1 pixel shorter and thinner than fullscreen so you can see a slither of video under a black overlay.
I know it is not the addon because I made all the fullscreen textures different colours and then made them invisible.
It still happens.
It does not happen on Windows7 or LibreELEC 7.0.2 rpi.
The stream is started like this:
Code:
xbmc.executebuiltin('PlayMedia(%s,1)' % url)
The 1 parameter means windowed although the video window is 1280x720 fullscreen.
Here is the context:
https://github.com/primaeval/script.tvgu...ui.py#L692
It could always be in the addon but I did all I could to turn off anything that would cover the video window or be timeout dependent.