primaeval / script.tvguide.fullscreen

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

show the now playing program with a different texture to highlight it #32

Closed im85288 closed 8 years ago

im85288 commented 8 years ago

uses tvguide-program-grey and tvguide-program-grey-focus for the now playing program in the epg

primaeval commented 8 years ago

Could you have a go at passing the highlight using a dummy control so its easy to add new skins. I made a few changes that are too specific too in redrawEPG that need making more generic.

im85288 commented 8 years ago

Not sure how that would work at the minute...as this one is the control button that is used for the epg layout and I'm still not exactly sure how all that works.

With the change as it is skins just need to change the tvguide-program-grey pngs in their own media folder

primaeval commented 8 years ago

Be careful with detailed textures. I had to change to the plain black-back.png because android and rpi couldn't cope with the original textures when there were more than 8 channels and lots of programs in the epg view. It must have been an out of memory or resources error. Using simple textures fixed it.

im85288 commented 8 years ago

Ah thanks, I had noticed textures not showing up and even occasionally have it with the grey ones I started using. I'll keep an eye on it if it happens again cheers.

primaeval commented 8 years ago

If this gets into the official repo we have to make sure it works on all the devices supported by Kodi.

primaeval commented 8 years ago

I'm having real problems making png textures with transparency that kodi likes. What do you use?

im85288 commented 8 years ago

Yeah I've had a lot of problems trying to get the epg to show consistently with any other pngs than black-back.png and tvguide-program-red.png so reverted back my previous change for the sly skin. I use photoshop but badly...not my strongest point messing around with textures

primaeval commented 8 years ago

I've tried Gimp too with no luck. There must be a format trick but I can't find it in the forum.

primaeval commented 8 years ago

This is driving me nuts now. I've posted a question in the skinning forum. Some transparent images from Confluence work, some don't. Estuary ones from 17.0 don't work.

iainsmacleod commented 8 years ago

I use gimp for creating images.

On Aug 26, 2016 2:41 PM, "primaeval" notifications@github.com wrote:

If this gets into the official repo we have to make sure it works on all the devices supported by Kodi.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/primaeval/script.tvguide.fullscreen/pull/32#issuecomment-242745323, or mute the thread https://github.com/notifications/unsubscribe-auth/AEAHoncbDfZsH_w3w36vl4WrBNR_QKFoks5qjvNAgaJpZM4JuCgR .

primaeval commented 8 years ago

I solved it. Textures used in the code need to be preloaded in the xml files. See https://github.com/primaeval/script.tvguide.fullscreen/pull/33#issuecomment-242798558