Confluence Eden (Add Genre Icons)

  Thread Rating:
  • 2 Votes - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Nocebo Offline
Junior Member
Posts: 3
Joined: Apr 2012
Reputation: 0
Post: #41
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.
find quote
mad-max Offline
Posting Freak
Posts: 1,476
Joined: Jul 2010
Reputation: 52
Location: Germany
Post: #42
You need another control with

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

mad-max

[Image: obi3o55x.jpg]
[Image: 7c8w3bu8.png]

- - - Tribute to Metallica - - -

If I managed to help you, please click my reputation
find quote
Post Reply