(2013-12-17, 09:26)deletedpenguin Wrote: Hi Jurial, just a quick question for you. I've started using WMC as my PVR back end. It supports genre colour coding in the EPG and, while Arctic supports it, the colours are very subdued. Is there somewhere I can adjust the saturation/transparency? Thanks!
The genre colours textures are in
skin.arctic/media/windows/pvr/genres/
Alternatively - and probably much quicker - you can modify the ViewtypesPVR.xml to switch to using the darker textures that were originally for the focused item in the epg. Change line 1070 to this (the bold bit is what you need to add - I haven't tested this so not sure how it will look, but it should work) --
<texture border="12" fallback="windows/pvr/genres/0.png">$INFO[ListItem.Property(GenreType),windows/pvr/genres/,
-fo.png]</texture>
(2013-12-17, 16:42)locomot1f Wrote: not sure if you saw this -- http://forum.xbmc.org/showthread.php?tid=176864
sounds like it might help with coding
Yeah I saw that, looks interesting/promising. From the sounds of it, it has to be implemented in the actual plugin which then supplies the content list -- so if the skin widgets plugin did this then I wouldn't have to code ten items for each widget type, I could just do something like <content>skinwidgets.tvshows.recentitems</content> or whatever the nomenclature would be. So its an excellent idea but reliant on plugins supporting it, and from the sounds of it, the code wont make it into Gotham so its probably a while off yet.
(2013-12-17, 20:35)Branphma Wrote: (1) Thanks, fixed now The problem i had under 12.2 where the movie set info did not show as well was because of a broken extendedscript. Don't know why, but everything i tried "install via zip" it installed, but not correctly. Had to paste it manually...
(2) When i select one of the home items (movies or mucis or tv shows etc) the transition to the items that should appear (albums or list of tv shows or list of movies) is kinda slow. Meaning that the screens stays white for like 2-3 seconds.
(3) Edit: Extrafanart does not work anymore...just me?
1. Git repository zips aren't intended for 'install via zip' -- they aren't specially packaged xbmc addon zips, they are just autogenerated zips containing the contents of the repository. All git zips should be manually extracted into the addons directory.
2. This is strange. Definitely doesn't happen for me. Can you provide me a debug log of it occuring?
3. No changes to extrafanart for a while, but I'll double check later today. --
edit: its working fine for me...