Folder: support more album art files

This commit is contained in:
Jean-Baptiste Kempf 2012-09-24 14:58:53 +02:00
parent 312dac879f
commit 7e04b2c2ba
1 changed files with 3 additions and 0 deletions

View File

@ -41,8 +41,11 @@
static const char* cover_files[] = {
"Folder.jpg", /* Windows */
"AlbumArtSmall.jpg", /* Windows */
"AlbumArt.jpg", /* Windows */
"Album.jpg",
".folder.png", /* KDE? */
"cover.jpg", /* rockbox */
"thumb.jpg",
};
static const int i_covers = (sizeof(cover_files)/sizeof(cover_files[0]));