Kodi Community Forum

Full Version: Can you stop itemlayout repeating content ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have a simple wraplist at artist level to show me all albums for the artist using the following content:

<content sortby="year" sortorder="descending" target="music">musicdb://artists/$INFO[ListItem.DBID]/</content>

Now this is all working fine but the list has a width of 1125 and each item is a width of 100 and it seems that if you only have a couple of albums for the aritst then the dynamic content of the list repeats these items to fill up the displayed itemlayout width.

So, is there anyway to stop the album repeat happeing in the list?

Thanks,

Mike.
Don't use a wraplist if the contents are less than 12. Wink
Use a fixedlist instead