Page 1 of 1

Delete all covers from all tags and insert resized images

Posted: Mon Jul 03, 2006 3:39 am
by Lolita
How to delete all cover images from all tags and then insert new resized (ie. to 250x250px) from picture i have in album folder in fromat <artist> - <album>\<artist> - <album>.jpg ?

Posted: Mon Jul 03, 2006 9:00 am
by Lowlander
Deleting all is not possible in MediaMonkey, but using add/rescan should pick up the new album art when you allow MediaMonkey to scan for album art in the MediaMonkey options.

Posted: Mon Jul 03, 2006 9:03 am
by Teknojnky
I think one of Trixmoto's scripts can remove album art, I think its the album art exporter script, but you may want to check the script forum for sure.

Posted: Mon Jul 03, 2006 9:08 am
by Lowlander
I think your right, but I wasn't sure. Trixmoto's scripts can be located on his website: http://www.trixmoto.net/

Posted: Mon Jul 03, 2006 9:41 am
by Lolita
Teknojnky wrote:I think one of Trixmoto's scripts can remove album art, I think its the album art exporter script, but you may want to check the script forum for sure.
Buh his scrip do not resize it when inserting it to tag and even can not only delety it.
But i do NOT need to use media monkey for it (: So if you know some other software, what can do it, write it please (:

Posted: Mon Jul 03, 2006 9:51 am
by Lowlander
No, sorry, I thought you already had the images resized.

There are scripts to export album art, which can be change to a specific size. You might want to look in the scrips forum, or wait till a scripter responds here.

Posted: Mon Jul 03, 2006 10:54 am
by trixmoto
I will add a resize option to my "Album Art Tagger" script at some point, but I am in the middle of another couple of scripts at the moment.

Posted: Mon Jul 03, 2006 1:18 pm
by Lowlander
Can't it be manually modified in the script by this user to fit just this users need as a solution for now?

Posted: Mon Jul 03, 2006 2:44 pm
by trixmoto
Yeah, this user can add code to resize the images. My BrowseByArt cache procedure resizes the images as it extracts them from the tags so they could get the code to do it from there.

Posted: Mon Jul 03, 2006 4:50 pm
by Lowlander
Ah ok, I thought it already was part of the code, sorry. Best to wait till this is implemented.

Posted: Tue Jul 04, 2006 11:16 am
by trixmoto
At the moment the code just creates a new image and sets the image location to the filename of the image. You have to convert the image to resize it, which currently isn't done.