Since Artwork Downloader is populating Art table in MyVideosXX database for adding artwork (discart, clearlogo, ...), skinners can display disc by using this code :
Code:
$INFO[ListItem.Art(discart)]
rather than this one, which is like a workaround :
Code:
$INFO[ListItem.path,,disc.png]
But it's mean that XBMC users have to use Artwork Downloader to update MyVideosXX database.
All my movies are stored on my NAS and I use a specific software (XBNE) to scrap new movies and create .nfo, .tbn, -fanart.jpg file (and soon disc.png) and write them in the movie's folder on my NAS.
And when I start my HTPC, library is scanned and new movies are added to it but disc.png is not available as Artwork Downloader is not runned.
So for having my disc displayed, I have to manually run Artwork Download for movie information window on each movie added or run Artwork Downloader for Programms menu to update my database.
In old version, with $INFO[ListItem.path,,disc.png], disc is displayed without doing anything more.
I think it's to late to add this to Frodo but for XBMC 13.0, XBMC should automatically import discart.png, logo.png, clearart.png, ... into art table when scanning library for new contents.