stringcompare problem (plugins)
#1
-please delete/ignore this post, i'm an idiot-

I'm using

<visible>stringcompare(container.folderpath,plugin://video/)</visible>

to conditionaly display
$INFO[Container.PluginName]
and $INFO[Container.Property(PluginCategory)]

In the AMT plugin for instance it would display these fine when I implemented this a while ago. It doesn't seem to work anymore though, and I can't remember changing anything to my code.

Did something break or is it just me again? Wink


note: the space in plugin:// is not in my code, seems to be a forum quirk
Reply
#2
not sure how that works, do you have to limit the length?

<visible>stringcompare(container.folderpath,plugin://video/,15)</visible>

since the folderpath would be plugin://video/pluginname/?
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply

Logout Mark Read Team Forum Stats Members Help
stringcompare problem (plugins)0