Kodi Community Forum

Full Version: <info>VideoPlayer.Cover</info> does not display default image why?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If we write
<info>MusicPlayer.Cover</info>
in
<control type="image">
the album art image gets displayed. If no album art is there then "DefaultAlbumCover.png" or "DefaultAudio.png"
is displayed.
But If we write
<info>VideoPlayer.Cover</info>
in
<control type="image">
the album art image(may be cover art) gets displayed. If no album art is there then nothing is displayed why?
It should display "DefaultVideo.png" or "DefaultVideoCover.png" from media directory.

Also how can we check if no cover is displayed so we can do something about it?

Thanks.
It displays DefaultVideoCover.png fine for me maybe you have a case issue if you not on win32
Then what should be the right name of file(cAsE wise) so it works on every os?


Also can we have more than one control with same id in one window ?





Case wise its exactly as I wrote and for more than 1 control with the same id sure but it may cause issues with visible checking and navigation if they are both visible at once