Container.Content(addons)?
#1
I am creating a Square view for addons and also make it available for albums, but what would the correct visible be?

<visible>Huh | Container.Content(albums)</visible>

thx...


On a related note what is window=20's name? You know like window=24 is videofiles
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#2
'20' is 'scripts' but it's been removed for Dharma.

http://wiki.xbmc.org/index.php?title=Window_IDs

As for Container.Content(addons) it's not been finalised yet -

http://forum.xbmc.org/showthread.php?tid=75781
Reply
#3
Yea I knew that scripts was gone but I thought it was just replaced as Confluence uses <window id="20"> for addonbrowser.xml
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#4
<visible>Window.IsVisible(AddonBrowser.xml) | Container.Content(albums)</visible>

I wanted to use Container.Content(addons) for content type ... that didn't work.
Also Container.Content(Playlists) and Container.Content(Plugins) doesn't work anymore.

Did this work around to show content type for video-addons.

PHP Code:
            <control type="label">
                <
description>Videos addons</description>
                <
label>1037</label>
                <
visible>[Window.IsVisible(MyVideoLibrary) | Window.IsVisible(MyVideoFiles)] + !IsEmpty(ListItem.Property(Addon.Name))</visible>
                <include>
MediaLeftContentTypeLabel</include>
            </
control
Reply

Logout Mark Read Team Forum Stats Members Help
Container.Content(addons)?0