Kodi Community Forum

Full Version: Missing music cover icon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It seams to me that if no Album cover is found XBMC fallbacks to DefaultMusicSongs.png

I would expect that DefaultAlbumCover should be used for missing Album covers.

Further, there seams to be a problem in DialogAlbumInfo as it seams there's no fallback icon there.

Can anyone confirm?
pecinko Wrote:It seams to me that if no Album cover is found XBMC fallbacks to DefaultMusicSongs.png

I would expect that DefaultAlbumCover should be used for missing Album covers.

yup, i can confirm that one:

http://forum.xbmc.org/showthread.php?tid=60351
ronie Wrote:yup, i can confirm that one:

http://forum.xbmc.org/showthread.php?tid=60351

Thanks. In the thread you are reffering to JM mentions that it was fixed, so I presume this is a regression?

Is there a document with actual icon mappings?
pecinko Wrote:Thanks. In the thread you are reffering to JM mentions that it was fixed, so I presume this is a regression?

Is there a document with actual icon mappings?

the issue of being able to specify a fallback texture for listitem.thumb was fixed,
but the default fallback is still DefaultMusicSongs.png
commited changes (DefaultAlbumCover.png in album nodes and missing fallbacks in DialogAlbumInfo) - try it with next nightly build
Thanks guys. Will try it out.
cheers pieh, this makes things much easier.
can remove a bunch of code from the skin now.