Kodi Community Forum

Full Version: Does 'Hidden Parent Folder' have a Skin Setting?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've run into a problem using stringcompare(Container(n).NumItems,n) to centralise a list when there's less items than can be displayed (see here) when the Parent Folder isn't hidden because it's obviously not counted as an item.
So can the skin find out if it's hidden or not?
i'm not sure if it's available to the skin, but it try this:
system.getbool(filelists.hideparentdiritems)
Note also that there's been a request to drop the "All" items from the numitems infolabel as well.

I suggest it's probably better just to introduce one that has the actual number of items in it, or just support wraplist centering in the code as is.

Cheers,
Jonathan