Visibility if no CD Art found?
#1
How can I show an image only if no cd art is found? Not a fallback, a separate image.

I tried this:

Code:
<visible>IsEmpty(Player.FolderPath/cdart.png)</visible>
Image
To learn more, click here.
Reply
#2
That's never empty as the path is always something (regardless of whether it exists or not).

You could try Control.GetLabel on an image control with that as the path perhaps (background loaded)
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
jmarshall Wrote:That's never empty as the path is always something (regardless of whether it exists or not).

You could try Control.GetLabel on an image control with that as the path perhaps (background loaded)

Edit. I got it. Thanks! I learn something new everyday. Smile
Image
To learn more, click here.
Reply

Logout Mark Read Team Forum Stats Members Help
Visibility if no CD Art found?0