Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Anyone knows an app to rename 5000 images?  (Read 1783 times)

0 Members and 1 Guest are viewing this topic.

abispac

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1625
  • Last login:July 15, 2025, 09:27:36 pm
Anyone knows an app to rename 5000 images?
« 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.

Lave Laar

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 199
  • Last login:January 04, 2022, 06:23:13 am
    • Freeware arcade related programs
Re: Anyone knows an app to rename 5000 images?
« Reply #1 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.

BadMouth

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9272
  • Last login:Today at 03:56:14 pm
  • ...
Re: Anyone knows an app to rename 5000 images?
« Reply #2 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

upprc04

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 205
  • Last login:October 31, 2024, 09:06:56 pm
Re: Anyone knows an app to rename 5000 images?
« Reply #3 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

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

abispac

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1625
  • Last login:July 15, 2025, 09:27:36 pm
Re: Anyone knows an app to rename 5000 images?
« Reply #4 on: October 18, 2010, 07:26:00 pm »
Thanks gys, actally jcm worked just fine with a little patience....thanks for the help