1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

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

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]));