Hi Slope and Ross,
have just zipped the whole Visual Basic Net Project Folder and you can download from
www.peterobermeier.de/Album Cover Export.zip
Just copy it in the Visual Basic 2008 Express Project Folder and open it with File/ Open Project.
The file path should be: Visual Basic 2008 / Projects / AudioGenie1.sln
But be aware that you need to have the freeware dlls from
www.audiogenie.de.
All what you have to do is to copy it in the windows system32 directory. On the audiogenie webpage you will find the instructions.
I have no personal relationship to this webpage or the owner and I am just a normal user who has googled out this web page and using the freeware code.
The main function of my code is to go recursively through all subfolders and check if there are jpg, bmp, gif and other picture files stored in MP3 File.
You can choose to store it in a special folder or in the artist Album folders.
Please start with the special folder, it is much easier to delete.
But even a deletion in the artist album folder is easy because the files names are always starting with "AlbumCover - "
example: "AlbumCover - Celine Dion - Falling into You - P1-1.jpg"
I have tried to check if the album cover is dublicate and if all mp3 files have the same picture it will work 100%.
If there is one mp3 in the middle with no album cover or a different, the other pictures will be extracted again with a new name.
So you can manage VARIOUS ARTISTS Folders as well.
In my code there is a currently deactivated part where I have extracted all the comments in the MP3 File.
with the purpose to read and change the old MediaCenter 10/11 special attributes.
Please be aware that it is your own risk to use that piece of software and make sure you have a backup even the software is currently only reading!!!
You should create first a test folder with some Artist Album subfolders. Create the exe file and copy it in the parent test folder.
Or you can create a test folder in D:\AlbumCoverTest.
This file path can be choosen easily with the SHOW TEST PATH button.
A logfile will be created and you see what files has been checked by the software and what album covers has been extracted. You can open it with excel.
Meanwhile I have created a playing now Track info plugin, just very simple where I could view the backside of album cover in addition to the front album cover.
Naturally it must exist and stored in a special folder or in the artist album folder. It is still in beta phase and if I can show good results I will share.
I am using the Media Center SDK you will find under the wiki:
http://wiki.jrmediacenter.com/index.php/Track_Info_Template_SDKA very nice plugin which is using the same SDK is the PM plugin and you can find it under:
http://yabb.jriver.com/interact/index.php?topic=42976.0best regards
Peter