Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: abispac on October 17, 2010, 11:29:13 pm

Title: Anyone knows an app to rename 5000 images?
Post by: abispac on October 17, 2010, 11:29:13 pm
Heres the deal , i have a collection of more then 5000 mp3 albums, most of them with covers, some are named folder.jpg some cover.jpg, some have the name of the album,not to mention i have lots of coversmall.jpg and thumb.jpg, what i need to do, its to rename the larger image to cover.jpg to use with Freebox or etouch, i can delete most of the thumb,coversmall images so they dont bother the larger images. I found jukebox cover manager, but it only has an option to batch rename albums with only one image, it dosn seem to work on albums that have more the one image, thanks for any help provided.
Title: Re: Anyone knows an app to rename 5000 images?
Post by: Lave Laar on October 18, 2010, 11:58:43 am
You can delete all thumb.jpg and coversmall.jpg from a command prompt.
Go to the root directory of your music and type the following:

del thumb.jpg /s
del coversmall.jpg /s

You can also use JCM to do the same in two steps by setting thumb.jpg and coversmall.jpg as the name of the Thumbnail name in the settings and then use the Delete Thumbnail option.

If there is more than one image in a folder, how will you know which one to rename?  You could check the size of the image, but that is not always correct.
Title: Re: Anyone knows an app to rename 5000 images?
Post by: BadMouth on October 18, 2010, 03:57:20 pm
Media monkey might be useful.  I used it to restructure the folder system of my music collection.
Not sure what it can do with album art in big batches.
It's free.  www.mediamonkey.com (http://www.mediamonkey.com)
Title: Re: Anyone knows an app to rename 5000 images?
Post by: upprc04 on October 18, 2010, 04:10:12 pm
I've used this before to clean up some screenshots taken for NES snaps in MaLa.

http://www.bulkrenameutility.co.uk/Main_Intro.php (http://www.bulkrenameutility.co.uk/Main_Intro.php)

A simple batch file with windows commands might work for your case.  If you can get it down to one picture per folder you want to keep (i.e. delete remaining pictures- or maybe just move them to a temp folder to review later?), then you could write a batch file to look in each folder and rename *.jpg to (whatever you want).jpg
Title: Re: Anyone knows an app to rename 5000 images?
Post by: abispac on October 18, 2010, 07:26:00 pm
Thanks gys, actally jcm worked just fine with a little patience....thanks for the help