Author Topic: renaming files  (Read 4018 times)

Offline Eric

  • Sr. Member
  • ****
  • Posts: 263
    • View Profile
renaming files
« on: October 21, 2009, 07:05:20 AM »
I need to rename 1000's of files that had the .jpg extension capitalized. All I need to do is to change the extension to lowercase WITHOUT changing the numbering sequence. Any ideas?

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24731
    • View Profile
    • Camera Bits, Inc.
Re: renaming files
« Reply #1 on: October 21, 2009, 07:29:38 AM »
Eric,

I need to rename 1000's of files that had the .jpg extension capitalized. All I need to do is to change the extension to lowercase WITHOUT changing the numbering sequence. Any ideas?

Set PM to use lowercase filename extensions.  You can do this in the Files tab of Photo Mechanic's Preferences dialog.  Then rename the files with the Rename Photos dialog (File menu) using the following as your renaming string:

{filenamebase}

That should do it, though I haven't tested it.

-Kirk

Offline Eric

  • Sr. Member
  • ****
  • Posts: 263
    • View Profile
Re: renaming files
« Reply #2 on: October 21, 2009, 07:45:59 AM »
Thanks Kirk! In I discovered that copying the files to a new folder also accomplishes the conversion!