Everyone seems to think it's pulling from %appdata%/VLC/art/* - end of story. Uh.. NO.
Yes it will do that, but if the art isn't available there are certain other defaults (apparently) it looks for:
I was also getting sick of seeing the same annoying album art for many things including streams and conversions.
To figure out where it was pulling this from, I used a program called Microsoft/Sysinternals "Process Monitor".
I ran a test conversion of a file at the same time I started monitoring the vlc.exe process.
Sure enough - the mysterious album art popped up.
Long story short there were
2 hidden jpg files called
'Folder.jpg' and
'AlbumArtSmall.jpg' in the root folder of the file I was working with. This is alluded to in previous posts.
(In this case my
video file is located on my root T:\ folder). I am guessing that these files are probably remnants of Windows Media Player.. since they are hidden and were never cleaned up by WMP. (Go figure.)
Investigation & Resolution (Windows 7 x64) -
Prepping VLC conversion - looks fine so far:
http://i.imgur.com/LpnSbUT.png
Conversion starts - 'bad' album art shows up from somewhere..
http://i.imgur.com/yIApRZU.png
Investigating VLC file operations shows a
'Folder.jpg' being loaded from root directory of current drive with video file:
To show hidden system files, you have to show all system/hidden files in explorer settings:
http://i.imgur.com/RHAbdRu.png
(remember to re-enable this (check it again) once you have found/deleted the hidden JPG file. (Do not delete any other hidden system files!)
Once I had deleted the
'Folder.jpg' file, I then discovered it was also trying to load
'AlbumArtSmall.jpg' from same area (T:\ root folder in my case):
Once these 2 hidden JPG's were deleted, I no longer show this annoying album art in VLC.
VLC may in fact look for other files - but these were the two that forced displaying of the wrong media/album art in my case.
Hope this helps some in this thread.