Kodi Community Forum

Full Version: visible query on sub menu settings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

studios.xml for movies in the submenu has this:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="6" type="filter">
<label>20388</label>
<icon>DefaultStudios.png</icon>
<content>movies</content>
<group>studios</group>
</node>

Is there a way to build both the content and group into a visible, I know Container.Content exists but on checking wiki there doesn't seem to be a Container.Group?

Is there anyway I can have a visible so it only displays for Content movies and group studios?

Thanks

Mike.
Doesnt Container.Content(studios) work?
Hi Bignoid.

No, it doesn't seem too work? top left, breadcrumb is it, shows video / studios but a visible with !Container.Content(studios) is still showing so from that I presume that it doesn't work. So was wondering if there is another way?

Mike.