How to test if the playing song has fanart?
#1
I want to modify my visualization screen so that fanart is displayed if and only if there's fanart for the currently playing song. Is there a boolean test I can use for this?
Reply
#2
Bare in mind I have just added this to the main version source code https://github.com/xbmc/xbmc/commit/8c4f...0fdd426329
the check is
PHP Code:
!IsEmpty(MusicPlayer.Property(Fanart_Image)) 
Reply
#3
Excellent, that works perfectly. Thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
How to test if the playing song has fanart?0