Kodi Community Forum

Full Version: Video and Music Library Root Conditionals?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to get a specific image to NOT show on musiclibrary root, where it displays artists/albums/songs/etc, I cannot find anything to use for the condition such as:

PHP Code:
    <visible>!Substring(Container.FolderPath,musicroot)</visible

or maybe

PHP Code:
    <visible>!Substring(Container.FolderPath,musicdb://root)</visible> 

when I create a label to show the FolderPath, it doesn't display anything while in Root.

*EDIT* Nevermind, I found another way.