primaeval / script.tvguide.fullscreen

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

revert back to black-back.png for epg #33

Closed im85288 closed 8 years ago

im85288 commented 8 years ago

too many load problems

primaeval commented 8 years ago

I found out why the textures that are used in the code don't get used. You need to preload them in the xml file. eg

        <control type="image">
            <description>workaround for texture not being loaded</description>
            <posx>-10000</posx>
            <posy>-10000</posy>
            <width>1</width>
            <height>1</height>
            <texture>tvguide-program-red-focus.png</texture>
        </control>
im85288 commented 8 years ago

Great good find :)

I just updated to try and keep the current program up to date when showing the epg's (so that the now playing is highlighted correctly)