primaeval / script.tvguide.fullscreen

tv guide fullscreen
GNU General Public License v2.0
25 stars 26 forks source link

Major menu latou changes #61

Closed iainsmacleod closed 8 years ago

iainsmacleod commented 8 years ago

Trying to mimic the stream setup layout.

How can I add a prgramme image to the menu section in gui.py? So I can call it up on the menu screen?

primaeval commented 8 years ago

There is a programme image there already.

primaeval commented 8 years ago

The background video needs to be completely hidden by one big texture or the video will be drawn twice. My little rpi can't cope with that.

iainsmacleod commented 8 years ago

Just so I'm clear you reverted my changes because I have two PIP? One from the menu, and one from the stream add-on? Or are you suggesting one from the main and one from the menu?

Regarding the programme picture, I need it on the stream setup page.

On Sep 3, 2016 1:16 AM, "primaeval" notifications@github.com wrote:

The background video needs to be completely hidden by one big texture or the video will be drawn twice. My little rpi can't cope with that.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/primaeval/script.tvguide.fullscreen/pull/61#issuecomment-244527504, or mute the thread https://github.com/notifications/unsubscribe-auth/AEAHor9OQYx-0-Bzk3TJXhfHqFlflV8Fks5qmQLFgaJpZM4J0MYb .

primaeval commented 8 years ago

In the menu dialog one video shows through under the first green bar. That means that the whole video is getting drawn twice: in the background and in the pip window. Usually there is some optimisation in Kodi or the os to not draw fully occluded video windows.

I'll test the changes in a seperate branch next time before adding them in. It didn't look like a major change until I tested out the dialog box.