Kodi Community Forum
Confluence Eden (Add Genre Icons) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: Confluence Eden (Add Genre Icons) (/showthread.php?tid=125536)

Pages: 1 2 3


RE: Confluence Eden (Add Genre Icons) - pan2 - 2012-08-28

Ok Max, I'll see if I can work it out. I'm not completely comfortable with xml but I'll give it a try Smile


RE: Confluence Eden (Add Genre Icons) - alda - 2012-08-28

I have the same problem. I'm not able to modify original confluence to change genre icons. But my experiences with xml are also bad.

Alda


RE: Confluence Eden (Add Genre Icons) - pan2 - 2012-08-28

Well stared at it for 2 hours and it's all very interesting but truthfully I haven't got a clue where to start or even what to look for Smile


RE: Confluence Eden (Add Genre Icons) - mad-max - 2012-08-28

Download from here:
http://mad-max.bplaced.net/download/genrefixthumbail.zip
And override the old files...

Result:
Image





RE: Confluence Eden (Add Genre Icons) - pan2 - 2012-08-29

Thanks max but it didn't work. It reintroduced the big black backdrop that I made some effort to remove. Even if It had worked it is a puzzle to me why the fanart is blocked by that big black thing


RE: Confluence Eden (Add Genre Icons) - mad-max - 2012-08-29

What big black backdrop?


RE: Confluence Eden (Add Genre Icons) - pan2 - 2012-08-29

The black contentpanel.png, same as the image you placed with the genre icons above.


RE: Confluence Eden (Add Genre Icons) - mad-max - 2012-08-29

That's in there by default...
If you don't want to see it, just delete contentpanel.png and you're ready to go


RE: Confluence Eden (Add Genre Icons) - alda - 2012-10-01

(2012-08-28, 15:17)mad-max Wrote: Download from here:
http://mad-max.bplaced.net/download/genrefixthumbail.zip
And override the old files...

Result:
Image


New genre icons must be placed in which directory and name ?

Thanks

Alda


RE: Confluence Eden (Add Genre Icons) - atlind01 - 2012-10-12

^^^
Check Post#2 on the first page


RE: Confluence Eden (Add Genre Icons) - Nocebo - 2012-10-23

Great update. thanks to all involved. I have 2 questions/issue.

1. I have swapped the aspectratio from 'scale' to 'stretch' for the thumbnails as scaling trims the top/bottom of the image (personal preference).

2. The xml file always looks in the 'moviegenre' folder - even when viewing music genre thumbnails. This is ok until there is a name clash (like 'Indie' or 'christmas'). I don't know how to modify the view in 'ViewFileMode.xml' so that it will look in the correct folder (musicgenre vs moviegenre). Currently the xml lines are as follows:

<texture background="true">moviegenres/$INFO[ListItem.Label].jpg</texture>
<visible>Container.Content(Genres)</visible>

Any ideas?

Thanks once again to all.



RE: Confluence Eden (Add Genre Icons) - mad-max - 2012-10-25

You need another control with

<texture background="true">musicgenres/$INFO[ListItem.Label].jpg</texture>
<visible>Container.Content(Genres) + Window.IsVisible(502)</visible>

mad-max