Some of my album folders have a set of files which I believe is created by Windows Media Player.
These files are:
desktop.ini
AlbumArtSmall.jpg
AlbumArt_{7E518F75-1BC4-4CD1-92B4-B349D9E9248B}Large.jpg
AlbumArt{7E518F75-1BC4-4CD1-92B4-B349D9E9248B}_Small.jpg
Folder.jpg
These files are hidden files and hidden files. I can't see them in the Windows Explorer. But they show up in Mp3tag Albumart Preview Window, and they can't be overwritten by Mp3tag.
That's anoying, because I have set Mp3tag to store covers as folder.jpg, and thw WMP folder.jpg has always 200x200 pixel, which is a bit too small for my liking, and often a completely wrong picture of another album which has only a similar title.
What I do now is: open the folder with 7-Zip, there I delete the files, and after that I run my web sources again to get proper covers.
Can someone show me how to make a tool for Mp3tag which deletes these files automatically?
At least Folder.jpg, AlbumArtSmall.jpg & desktop.ini, which have always the same filenames. The other two AlbumArt_{...}_....jpg files have always different filenames, so the tool would need some wildcards which i more difficult i guess. Would be ok if these files keep there.
I already open the folder with 7-Zip with a simple tool:
Path: C:\Program Files\7-Zip\7zFM.exe
Parameter: "%_folderpath%
And it seems that 7-Zip is capable of using command lines. I found an tutorial here which mentions a command to delete files:
http://www.dotnetperls.com/7-zip-examples -> Example "e" command
But I can't figure out how to transform this into a command line parameter for Mp3tag.
Using something different than 7-Zip would be also ok. That's just the first idea which came to my mind.
EDIT:
Or can this be done with the standard Windows CMD Commands?
I don't know much about that things. Any help appreciated.
http://ss64.com/nt/
http://ss64.com/nt/del.html