Script Request: Album Art Extractor to Overwrite WMPAlbumArt

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

Kiliman
Posts: 6
Joined: Wed Dec 06, 2006 3:42 pm

Post by Kiliman »

If you want to extract the image as is, modify the following line (line 687 in my version):

Code: Select all

Set jpg = img.ConvertFormat(imgw,imgh,"image/jpeg",Compress,-1)  
to

Code: Select all

Set jpg = img
This will not do any conversion to the image.
Kiliman
Posts: 6
Joined: Wed Dec 06, 2006 3:42 pm

Post by Kiliman »

Actually, I just uploaded an updated version that adds a new option "Extract original image".

You can download it from the same place:

http://www.systemex.net/files/mediamonk ... er_mod.zip

Kiliman
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Post by trixmoto »

Thanks for looking at this kiliman, not using WMP I hadn't realised that the system flag was also being set. I'll work your modifications into the next official release, if that's ok?
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Kiliman
Posts: 6
Joined: Wed Dec 06, 2006 3:42 pm

Post by Kiliman »

No problem. Thanks for sharing your scripts with the rest of us. It's the least I can do to help.
Post Reply