Batch Rename - allow 6 digits (or more)

Batch rename of files allows a sequence number that is limited to 5 digits. Even though the selector control allows you to specify six digits, the sequence number box does not allow the entry of the 6th digit. For example, I have the following:
New file name:
text: tf
sequence number: 40389
allow: Six Digits
If I attempt to enter the sixth digit, I get a "beep" and the entry is not allowed. The Preview at the bottom indicates:
Current file name: tf0001.cr2
New filename: tf0403980.cr2
It might also be useful to allow seven digits on the sequence number.
The motivation for this is to allow perpetual sequence numbers. I have named all of my digital images with the series tf######. At present, I have over 400,000 images in my system. This provides a unique image identification without restoring to additional information such as "date + subject". In this way, all images on my web pages are identified by this simple number and a customer can simply provide a file number as an image reference - no matter when the image was taken or for which event.

You are probably stuck with writing a script as this is an unusual format.  Check with Bridge scripting to see if one is already available.

Similar Messages

  • Rename with resequence does not allow 6 digits

    OS: Win XP
    Bridge: 3.0.0.464
    Batch rename of files allows a sequence number that is limited to 5 digits. Even though the selector control allows you to specify six digits, the sequence number box does not allow the entry of the 6th digit. For example, I have the following:
    New file name:
    text: tf
    sequence number: 40389
    allow: Six Digits
    If I attempt to enter the sixth digit, I get a "beep" and the entry is not allowed. The Preview at the bottom indicates:
    Current file name: tf0001.cr2
    New filename: tf0403980.cr2
    It might also be useful to allow seven digits on the sequence number.
    The motivation for this is to allow perpetual sequence numbers. I have named all of my digital images with the series tf######. At present, I have over 400,000 images in my system. This provides a unique image identification without restoring to additional information such as "date + subject". In this way, all images on my web pages are identified by this simple number and a customer can simply provide a file number as an image reference - no matter when the image was taken or for which event.

    Be careful with setting the user agent to IE because that can make website send content (JavaScript and CSS) files that only work in IE and not in Firefox.<br />
    Google Docs should work in Firefox with the normal settings, unless Ubuntu made some changes with their branded version that is causing problems on that site.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Batch rename with minimum numeber of digits in sequence number

    I'm pretty sure I remember this working how I wanted in previous versions of Bridge, but at least since cs4, it has not worked as I would like. I've tried searching for an answer or a setting that I'm missing, but have come back empty-handed.
    Here's my situation. Let's say I'm renaming 18 files. Each file has a sequence number. I want the sequence numeber for the first 9 to be one digit, and for the second nine to be 2 digits.
    i.e. image_1.jpg, image_2.jgp, image_3.jpg...image_10.jpg, image_11.jpg...
    The best way I've found that I can do this is to select all 18 images, and assign a 2-digit sequence number. Then, once that is complete, select the first 9 and repeat, but with a 1 digit number.
    In the past, I could select all 18 images, and choose a 1 digit number, and after 9, it would switch to 10, instead of going back to zero. Is there still a way to do that? I know it's only one extra step, but that one extra step is actually kind of two, because each time I have to reset tho starting number back to 1 or 10, and switch the setting from 2-digits to 1-digit and back again. And I usually have to rename multiple groups of files at once, so it does add up. Granted, much better than renaming one at a time, but not as convenient as I feel it could be, and as it once was.
    Am I missing something?
    Thanks,
    iLan

    While I certainly can understand the way in which computers work, I also understand that in a program as complex as any of the components in Adobe's Creative Suite, there is most certainly a way to override the computer's numerical logic so that it can remove the initial "0" from a 2-digit number. Granted, that may not be possible in the current version of Bridge, theoretically it is "Possible". And I'm quite sure it functioned that way in previous versions, although I really don't know which version I was using when it worked that way. Maybe cs2?
    As a developer, the whole reason for this question is to avoid having to create extra code in my applications to add an unnecessary "0" to digits 0-9 in any filenames of any files I want to load. Although it looks as though adobe changed the default behavior of the batch rename function, and removed (or in some peoples' minds improved) some functionality without an option to get it back.
    Unfortunately for me anyways...
    Thanks for the help,
    ilan

  • Molt: batch renaming utility

    Hi all,
    Recently I was looking for a batch renaming utility, and while I did find a few, none of them would really fill all the checkboxes of my requirements list. Either because they didn’t provide the "rules" I was looking for, or because they would rename files after each rule has been applied, or because they couldn’t be used from scripts (that way I wanted), or whatever the reason. So I made myself one: molt.
    You use it by specifying a set of rules to use, which will all be processed to determine the new name. molt will make sure those new names are "free," as in not already in use; and handles "avoidable conflicts" - when a file's new name is taken by another file to be renamed (performing two-steps renaming with a temporary name if needed).
    Usage: molt [OPTION]... RULE... [FILE]...
    Options :
    -D, --exclude-directories Ignore directories from specified files
    -F, --exclude-files Ignore files from specified files
    -S, --exclude-symlinks Ignore symlinks from specified files
    -i, --from-stdin Get list of files from stdin
    -P, --process-fullname Send the full path/name to the rules
    (Imply --output-fullname)
    -p, --allow-path Allow (relative/absolute) paths in new filenames
    (Imply --output-fullname)
    -m, --make-parents Create parents if needed
    -O, --output-fullname Output full path/names
    -B, --output-both-names Output the old then the new filename for each file
    -N, --output-new-names Output the new filename for each file
    -R, --only-rules Only apply the rules and output results,
    without any conflict detection
    (Imply --dry-run)
    -n, --dry-run Do not rename anything
    -C, --continue-on-error Process as much as possible, even on errors
    or when conflicts are detected
    -d, --debug Enable debug mode - Specify twice for verbose
    output
    -h, --help Show this help screen and exit - Specify twice for
    verbose output
    -V, --version Show version information and exit
    Rules :
    Rules are the part of molt that process filenames. Rules will be applied
    in the order specified, you can use the same rule as may times as you want.
    Some rules require a parameter, what it can be depend of the rule. Usually,
    it will be a string where you can specify multiple parameter using slash ( / )
    as separator.
    --upper Convert to uppercase
    --lower Convert to lowercase
    --vars Resolve variables
    --tpl PARAM Apply specified template (resolve variables)
    --sr PARAM Search & replace a string
    PARAM = search[/replacement[/option]]
    If no replacement is specified, the string will be removed.
    Search is case-sensitive, unless option i was specified.
    --camel Convert to Camel Case
    --list Use list of new names from stdin
    --regex PARAM Search & replace using regular expression
    PARAM = pattern[/replacement[/option]]
    If no replacement is specified, the string will be removed.
    Search is case-sensitive, unless option i was specified.
    Variables :
    You can use variables in the new filenames. The syntax is to put the
    variable's name in between dollar signs, e.g: $FOOBAR$
    You can also (if supported) specify one (or more) parameters, using colon
    as separator, e.g: $FOOBAR:PARAM1:PARAM2$
    Variables are not automatically resolved, you need to use the rule --vars
    in order to have them resolved, which gives you the ability to determine
    when resolving happens, and continue processing with more rules afterwards.
    Note that rule --tpl also resolves variables.
    NB[:PARAM...] Counter, incremented for each file using it
    You can specify up to 3 parameters:
    - the minimum number number of digits (padding with 0's)
    - the starting value of the counter
    - the increment (can be negative)
    E.g: $NB:3:42:-2$ will resolve as 042, 040, 038, etc
    _[:PARAM...] Magic variable: specify "variable" as parameter
    The first parameter is the name of the "variable" to resolve.
    Resolving is done running the corresponding command line, using output
    as value (removing trailing newline (\n) if present)
    Links:
    - Slightly more verbose description
    - Source code
    - PKGBUILD in the AUR
    Hopefully someone may find it useful.
    Cheers,
    -jacky

    Yes, this works. However, this was already part of my workflow.... and not where the trouble lies.
    After exporting jpeg images from Aperture, they carry the same name of the original RAW files, from which they came. (So, IMG_8342.jpg would have started it's life as IMG_8342.CR2.) But we dont' send them out like that. We sequentially name them 0001_image.jpg, 0002_image.jpg, etc... So after renaming, how do you find the original file again, right?
    BEFORE the renaming phase, I would run the "Store Original Names in Spotlight Comments" action. That way, I could look at the comments for a derivative .jpg—whose name has now changed—and determine the name of the ORIGINAL file.
    After renaming, the derivative file might end up being named 0361_image.jpg, but it's Spotlight comments would say, for example, Original Name:<<IMG_8485.jpg>>. Then I would know that this particular file started off as IMG_8485.CR2.
    As such, I could quickly/easily backtrack, knowing that the original RAW file was named IMG_8485.CR2
    The issue is that once you've gone thru the effort to ADD these spotlight comments, if you THEN go through a re-naming step, this erases all those Spotlight Comments. That was my problem... Getting the Spotlight Comments in place was never the issue. KEEPING them there was the problem.

  • File Batch Rename Errors

    I am renaming a lot of files using Bridge Batch Rename and get errors on some of the files.  I have a Windows 7 Professional 64 bit computer running Photoshop CS6.  Bridge version is 5.0.1.23 x64.  I am renaming files using this format - YYYYMMDD-HHMM-XXX-D700, where XXX is a sequence number.  I select an entire folder of images, set the sequence number to 1 and click "Rename".  Most work correctly, but in a few cases I will get several images where the Date and Time number are incorrect.  I know the YYYY is incorrect, but have not looked in enough detail on the other numbers.  I may get 2010 instead of 2007.  If I select these again and Rename I get the correct name. 
    These are NEF files with sidecar files. 
    I will pay more attention to the errors and supply more detail - I have a lot more to rename. 
    Anyone else experience these type errors?

    A card reader was used to copy the NEF file to a folder on the computer.  They were initially renamed using the Batch command in Bridge of Photoshop CS5 using the format YYYYMMDD-XXX-D700, where XXX is a sequence number.  Files were in date order when renamed.  I did not experience any problems with these renames, I only renamed the NEF files.  I also copied the jpg files from the camera, but did not rename them.  I processed the NEF files using Adobe Camera RAW and generated jpg files. 
    I decided to modify the name to allow mixing images from multiple cameras and have them sort in the correct order by date and time shot.  I selected the renamed NEF files in Bridge (Photoshop CS6 now), modified the name to YYYYMMDD-HHMM-XXX-D700 and clicked the rename button.  The sequence number was assigned based on the file order, but the YYYYMMDD and HHMM values were incorrect on a few files.  The incorrect file names were all the same for the YYYYMMDD and HHMM values, sequence numbers were correct, incorrect named files were in sequence order (a group of adjacent files).  The correct YYYYMMDD was 20080630, but the incorrect value was 20100222 and incorrect HHMM was 2042.  The incorrect named files appeared at the end of the list since the date was 2010 instead of 2008, but they had the correct sequence number.  I selected the group of incorrect named files, set the sequence number to the correct value for the first file, clicked rename and they were named correctly.  The number of incorrect named files varies - 5 of 64, 3 of 77, 6 of 59, 12 of 88, 1 of 434.  All of these files have sidecar files since they were processed using Adobe Camera RAW and these files are in the same folder.  The sidecar files are named the same as the NEF file. 
    I also renamed the JPG files that were generated from Adobe Camera RAW and did not experience any problems with names in these files to date. 
    I also tried using Photoshop CS5 Bridge to rename the a group of NEF files and get the same problem. 

  • Batch rename question

    Hi,
    I need some help with a non-standard  batch rename.  I have a series of images that look like the following:
    M5200101
    M5200102
    M5200201
    M5200202
    The  files are named based on a fish tag # and a 2 digit sequence (last 2  digits and they go from 01 to 12 typically but it can vary.  The problem  is that I need to add an underscore between the tag number and the last  2 digits.  (E.g. M52001_01 etc.)  Does anyone have a solution to this?  Prefereably freeware?!
    Thanks!

    If you're running a 32 bit version of windows try Batch Rename
    A really great piece of freeware that is easy to use.
    There are also options within PS's batch dialog that allow you to do the same thing, but I find the above app so much easier.
    I really miss it on my Vista 64 box...

  • Batch rename files

    How can I batch rename files to original (embedded in metadata) file names?

    If you are saying that your photos have their original filename stored as the DocumentName field in the EXIF metadata, you can use the free ExifToolGUI:
    http://www.softpedia.com/get/PORTABLE-SOFTWARE/Multimedia/Graphics/Portable-ExifToolGUI.sh tml
    It requires the free ExifTool:
    http://www.softpedia.com/progDownload/ExifTool-Download-90656.html
    ExifToolGUI allows you to rename files using that DocumentName field -- just be sure the extension is included.
    Added:
    I just installed those latest versions, and there isn't the file renaming option any more.
    Can probably be done by setting up an ExifTool commandline, but I haven't experimented with that yet.
    Ken
    Message was edited by: photodrawken to add more info.

  • Batch Rename... how do I keep the version number [NOT the version name]?

    Hi!
    I've finally made up my mind about renaming my img. names in Aperture, and I would like to have something like "Travel San Francisco 2005 version x 1.CR2", where "version x" is the number which Aperture automatically adds whenever I make a change to an image. This is then followed by a number which automatically increases by one for every new image: 1, 2, 3, 4... etc. until there are no more images to choose from in the current project.
    My problem is that I cannot figure out how to get Aperture to keep the, for me, very helpful "version 1, 2, ..." info attached to the images during renaming. In the Batch rename dialog box I am able to choose "Version Name" but that only gives me the current name of the selected image which I do not want. Aperture just replaces the "version x" in the image name.
    Can anyone help me, or am I asking for something that cannot be done in Aperture?
    Kind regards
    Heine
    DP 2GHz G5   Mac OS X (10.4.7)   3G Memory, BlueTooth, Aiport, 20" Cinema Display

    HI, there:
    I like answering these easy ones. Too often the questions regarding Aperture can't be solved as of yet becasue it's a bug or a lacking feature.
    Anyway, when you import your files, look for the sidebar that has all the options on it. Look for a spot that says "Name Format." When you get there, there should be a drop down menu that will allow you to choose a variety of options. One of the options is "custom name with counter." Aperture will automatically assign each image a custom name and a numerical number starting with 1 and incrementing by 1 for a maximum of 999. You can change the options for this by selecting "edit" from the drop down menu.
    Cheers

  • Sedname - Batch rename files using sed

    Renaming files using sed is nothing new, but this script makes the process a little more friendly and adds a few features, including insertion of sequential numbers and a simulation mode.  The output of any find command can also be piped through sedname.
    sedname version 1.0.0
    Batch-renames files using a sed script
    Usage: sedname [OPTIONS] SEDSCRIPT FILE ...
    Usage: find [...] | sedname [OPTIONS] SEDSCRIPT
    Example: sedname 's/\(.*\)\.jpg/\1.jpeg/' *.jpg
    Example: find /mypics | sedname 's/\(.*\)\.jpg/\1.jpeg/'
    OPTIONS:
    --sim simulate only
    --dir rename directories too
    Use #D to insert a number with D digits forming a unique filename
    Example: sedname 's/thisname.*/thatname#3/' *
    ( changes thisname* to thatname001, thatname002, ... )
    Use #0 in replacement name to insert a number if needed
    Example: sedname 's/thisname.*/thatname#0/' *
    ( changes thisname* to thatname, thatname1, thatname2, ... )
    http://igurublog.wordpress.com/download … t-sedname/
    http://aur.archlinux.org/packages.php?ID=37707

    What does it have over zsh's zmv:
    # Remove illegal characters in a fat32 file system. Illegal characters are
    # / : ; * ? " < > |
    # NOTE: ``-Q'' and (D) is to include hidden files.
    $ unwanted='[:;*?\"<>|]'
    $ zmv -Q "(**/)(*$~unwanted*)(D)" '$1${2//$~unwanted/}'
    # Changing part of a filename (i. e. "file-hell.name" -> "file-heaven.name")
    $ zmv '(*)hell(*)' '${1}heaven${2}'
    # or
    $ zmv '*' '$f:s/hell/heaven/'
    # remove round bracket within filenames
    # i. e. foo-(bar).avi -> foo-bar.avi
    $ zmv '*' '${f//[()]/}'
    # serially all files (foo.foo > 1.foo, fnord.foo > 2.foo, ..)
    $ ls *
    1.c asd.foo bla.foo fnord.foo foo.fnord foo.foo
    $ c=1 zmv '*.foo' '$((c++)).foo'
    $ ls *
    1.c 1.foo 2.foo 3.foo 4.foo foo.fnord
    # Rename "file.with.many.dots.txt" by substituting dots (exept for the last
    # one!) with a space
    $ touch {1..20}-file.with.many.dots.txt
    $ zmv '(*.*)(.*)' '${1//./ }$2'
    # Remove the first 4 chars from a filename
    $ zmv -n '*' '$f[5,-1]' # NOTE: The "5" is NOT a mistake in writing!
    # Rename names of all files under the current Dir to lower case, but keep
    # dirnames as-is.
    $ zmv -Qv '(**/)(*)(.D)' '$1${(L)2}'
    # replace all 4th character, which is "1", with "2" and so on
    $ zmv '(???)1(???[1-4].txt)' '${1}2${2}'
    # Remove the first 15 characters from a string
    $ touch 111111111111111{a-z}
    $ zmv '*' '$f[16,-1]'
    # Replace spaces (any number of them) with a single dash in file names
    $ zmv -n '(**/)(* *)' '$1${2//( #-## #| ##)/-}'
    # or - with Bash
    $ find . -depth -name '* *' -exec bash -c '
    > shopt -s extglob
    > file=$1
    > dir=${file%/*}
    > name=${file##*/}
    > newname=${name//*([ -]) *([ -])/-}
    > mv -i -- "$file" "$Dir/$newname"' {} {} \;
    # Clean up file names and remove special characters
    $ zmv -n '(**/)(*)' '$1${2//[^A-Za-z0-9._]/_}'
    # Add *.py to a bunch of python scripts in a directory (some of them end
    # in *.py and give them all a proper extension
    $ zmv -n '(**/)(con*)(#qe,file $REPLY | grep "python script",)' '$1$2.py'
    # lowercase all extensions (i. e. *.JPG) incl. subfolders
    $ zmv '(**/)(*).(#i)jpg' '$1$2.jpg'
    # Or - without Zsh
    $ find Dir -name '*.[jJ][pP][gG]' -print | while read f
    > do
    > case $f in
    > *.jpg) ;
    > *) mv "$f" "${f%.*}.jpg" ;
    > esac
    > done
    # remove leading zeros from file extension
    $ ls
    filename.001 filename.003 filename.005 filename.007 filename.009
    filename.002 filename.004 filename.006 filename.008 filename.010
    $ zmv '(filename.)0##(?*)' '$1$2'
    $ ls
    filename.1 filename.10 filename.2 filename.3 filename.4 filename.5 ..
    # renumber files.
    $ ls *
    foo_10.jpg foo_2.jpg foo_3.jpg foo_4.jpg foo_5.jpg foo_6.jpg ..
    $ zmv -fQ 'foo_(<0->).jpg(.nOn)' 'foo_$(($1 + 1)).jpg'
    $ ls *
    foo_10.jpg foo_11.jpg foo_3.jpg foo_4.jpg foo_5.jpg ...
    # adding leading zeros to a filename (1.jpg -> 001.jpg, ..
    $ zmv '(<1->).jpg' '${(l:3::0:)1}.jpg'
    # See above, but now only files with a filename >= 30 chars
    $ c=1 zmv "${(l:30-4::?:)}*.foo" '$((c++)).foo'
    # Replace spaces in filenames with a underline
    $ zmv '* *' '$f:gs/ /_'
    # Change the suffix from *.sh to *.pl
    $ zmv -W '*.sh' '*.pl'
    # Add a "".txt" extension to all the files within ${HOME}
    # ``-.'' is to only rename regular files or symlinks to regular files,
    # ``D'' is to also rename hidden files (dotfiles))
    $ zmv -Q '/home/**/*(D-.)' '$f.txt'
    # Or to only rename files that don't have an extension:
    $ zmv -Q '/home/**/^?*.*(D-.)' '$f.txt'
    # Recursively change filenames with characters ? [ ] / = + < > ; : " , - *
    $ chars='[][?=+<>;",*-]'
    $ zmv '(**/)(*)' '$1${2//$~chars/%}'
    # Removing single quote from filenames (recursively)
    $ zmv -Q "(**/)(*'*)(D)" "\$1\${2//'/}"
    # When a new file arrives (named file.txt) rename all files in order to
    # get (e. g. file119.txt becomes file120.txt, file118.txt becomes
    # file119.txt and so on ending with file.txt becoming file1.txt
    $ zmv -fQ 'file([0-9]##).txt(On)' 'file$(($1 + 1)).txt'
    # lowercase/uppercase all files/directories
    $ zmv '(*)' '${(L)1}' # lowercase
    $ zmv '(*)' '${(U)1}' # uppercase
    # Remove the suffix *.c from all C-Files
    $ zmv '(*).c' '$1'
    # Uppercase only the first letter of all *.mp3 - files
    $ zmv '([a-z])(*).mp3' '${(C)1}$2.mp3'
    # Copy the target `README' in same directory as each `Makefile'
    $ zmv -C '(**/)Makefile' '${1}README'
    # Removing single quote from filenames (recursively)
    $ zmv -Q "(**/)(*'*)(D)" "\$1\${2//'/}"
    # Rename pic1.jpg, pic2.jpg, .. to pic0001.jpg, pic0002.jpg, ..
    $ zmv 'pic(*).jpg' 'pic${(l:4::0:)1}.jpg'
    $ zmv '(**/)pic(*).jpg' '$1/pic${(l:4::0:)2}.jpg' # recursively
    (from zsh-lovers)
    Edit: tried it now, and had to remove this silly block to make it let me use alternate delimiters:
    if [ "${sedscript:0:2}" != "s/" ]; then
    echo "Invalid sed script: $sedscript" > /dev/stderr
    exit 1
    fi
    Last edited by JohannesSM64 (2010-05-31 15:29:44)

  • Quandary with batch rename  of photos

    This seems like it ought to be a simple task, but I'm stumped. I've got a couple hundred photos in an Event that I want to rename with a title + number. This part is easy using iPhoto's "Batch Change".
    But then some time later, I need to be able to add more photos to that Event and rename them with the same scheme. The problem is that the Batch Change doesn't let me specify what number I want the new photos to start at. It just starts them at 1 so I end up with duplicate titles within the event. Is there some clever way to do this that I haven't found yet?
    The Batch Change feature does allow for renaming the Title to match the Filename, but I've read that messing about in the Finder (to actually rename the files themselves) is a big NO-NO, so I don't think I want to go that route. But I haven't been able to find anything within Automator or any plug-ins that will allow for this changing of the photo title while specifying a starting index number.
    Hoping someone can point me to a way to do this. Thanks.

    I thought I'd follow up here in case others run into this. It turns out that you can achieve this as long as you sort it properly before the rename. An easy way to do this is to rename the newly added photos to something alphabetically after the set that is already in the event. Then just sort by title, Select All in the Event and do the batch rename again. All the original photos will retain their original titles (including the appended number) and the new ones will get new names that begin numerically after those.
    It would still be way better if the batch change just let you specify the number you want to start with.

  • Batch rename / renumber images in folder..problem :(

    I am trying to rename/renumber a folder of 100 pictures, so they are all in 3 digits, but remain in the order & have the same number associated with the same file.  Right now the folder is numbered 1, 2, 3, 4, etc..  I attempted to do the batch rename through Photoshop to make the folder 001, 002, 003.etc, BUT when I did this, the first picture 1 turned into 001..which is great...but the old 2 turns into 002, but is actually what 10 used to be. 
    19 turns into 011 instead of 019
    40 turns into 035 instead of 040
    Why is Photoshop changing the original number to a 3 digit, but changing the number it should have been.  I just want it to be 001, 002, 003, 004, 005, 006, 007, 008, 009, 010, 011, 012... 
    Seems so simple..but I'm missing something!
    I would greatly appreciate any help! 

    You seem to be asking "why?" rather than seeking a better alternative...
    Isn't it clear that the Adobe software is accessing the files purely alphabetically, rather than numerically?
    Take this sequence of text lines and alphabetically sort it with any program:
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    You'll get this:
    1
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    2
    20
    3
    4
    5
    6
    7
    8
    9
    Windows Explorer, on the other hand, has a more sophisticated sorting algorithm that marries alphabetic and numeric sorting of filenames, because Microsoft realized that people like you often want to see things in numeric sequence - so you will see the files on disk appearing in the order you expect, even though it's not alphabetic.
    I believe you've already been given the answer:  Use an application other than the ancient Adobe software to do the file renaming.  Several alternatives have already been named.
    -Noel

  • Rename/Batch Rename files

    I use PSE 5.
    I name all my images before I import them into Organizer. Here is an example: 2007-11-01 071500 Bolsa Chica pelican -- meaning this picture of a pelican was taken November 1, 2007 at 7:15AM. I may have a dozen or more images of pelicans from that day, but taken at different times obviously. If I would like to rename/batch rename these files to indicate brown pelicans instead of just pelicans, can I do it within the program and still retain the date and the different times for images?
    I can't find a way to do it. And I've searched this site as well as The Missing Manual. I've been using PSE since Ver. 3, but have always used another program to batch rename files. I'm guessing Adobe expects users to rely on tags, otherwise they would have a more "sophisticated" batch rename capability.
    But am I missing something about batch renaming? Sorry for the very long post . . .
    Wendell

    I have several bones to pick with PSE5's file rename ability (in Organizer, go to File, Rename), primarily the 30-character limit on new names.
    I use long file names like
    2007-11-11 Al and Nadia wedding NYC roses-1.jpg
    2007-11-11 Al and Nadia wedding NYC roses-2.jpg
    2007-11-11 Al and Nadia wedding NYC Peter and Julie.jpg
    The spaces make for easier legibility to humans.
    If I were to include these files in a web address, I'd use hyphens.
    For this past Thanksgiving I toiled over the metadata in a group photo that might become important for family history, adding title, caption, keywords, date. I found that the "Save for Web" dialog strips some or all of the metadata, and other programs might or might not read or preserve the metadata.
    A number of people who receive my photos cannot readily use the metadata:
    --Naive users (gram and gramps)
    --Busy and distracted users (the niece who is a mother of 3; the day-trader who's thinking about his puts and calls)
    --People with poor support (a friend who has some sort of Photoshop Starter edition at work that does not recognize keywords; and she can't justify even Photoshop Elements)
    Even among all these folks, almost no one is using an operating system that requires short names.
    So, I put an abundance of information into my file names. Photoshop Elements allows that ON IMPORT, but not after the fact IN THE ORGANIZER.
    I just hope that this inconsistency is fixed in PSE6. I get tired of explaining this over and over again to folks.
    -- Bob
    P.S. I love Photoshop Elements, but I'm looking into moving my picture store to my MacBook Pro, and using Bridge (already installed) and GraphicConvert to manage my photos.

  • Batch rename files preserving the original file name in metadata

    How can I batch rename files while preserving the original file name in metadata? (Don't want the old file name as part of the new file name)
    (Adobe CS Bridge can do this with some success, but I don't want to be dependant on this software. Results are inconsistent.)

    With a simple terminal script. More details needed, though.

  • Batch rename, name changes after frame 99

    Hi, I put a folder into bridge to do a batch rename and called the text MILAN/SYRIA and gave for first number 00.
    After frame 99 the name changed to a weird  Adobe Bridge Batch Rename Temp 10037
    Which you can see better in the RAW windows, the 99 and the following one.
    Photoshop doesn't like to open a name like that, can't blame her.
    of course I strongly suppose that I should have given 3 digits in Batch rename, and l am looking for your confirmation, and while I am here
    why was my card full at 0485 pictures when a folder I think takes as many as 9999, how do you finish a folder if your card is full?
    i suppose you change card and you keep going with the same folder? Sorry about the camera question, couldn't keep it, thanks dona

    no,no, i started with 00 two digits only, batch rename changed to 623  after i put the folder back in just in order to take the screenshot, i dont know why but that always happens if i put the folder back in after usage, but i do know for life now that if I am going to take over 100 shots, which is most of the time, i should start with 001 or 000.
    See, this is the first number that was given to the first file,  01,WHICH actually became  00, i don't have it here.
    So it rest to know where is "Preserve file name " in current metadata, and would that make it possible  to revert to the original CR2 number?
    Why not to change name straight from the new name? thanks

  • Issue with Adobe Bridge batch rename crashing

    Hi, I have been trying to rename photo files in Adobe Bridge CC using the batch rename tool. I have just started using CC apps. All the updates are done. It crashes after doing just a few files. Started with 40 files at a time, crashed. Empty folder cache. Tried with 20 files, worked for a few times then crashed again. Tried 10 files and it crashed immediately. I found directions online (unfortunately it was for CS5, but I assume it's similar to CC). Any ideas on what to do differently? I really need to get these photos renamed and to a client tomorrow. Thanks in advance for any help.
    Cheryl

    Video card is updated, though I've been getting an error message on it.
    I'm not sure what this should have to do with your batch rename problem. Your specs seem more then sufficient and batch renaming does only save the files you already have cached.
    First check if you have enough free space left on your disk (at least 10 - 15 % free space is needed for good operation of your system and apps) and also try to reset preferences for Bridge by holding down contrl key while restarting Bridge. Check reset preferences from the pop up window and try again.

Maybe you are looking for

  • "options" is not listed on tools menu

    "Options" is not listed on my pull down Tools menu. I am trying to prevent .pdf files from opening in excel and apparently need to access options to do so.

  • Oracle database upgrade 11.2.0.3 to 11.2.0.4 from 11.5.10.2

    Hello, could you please share document for database upgrade 11.2.0.4 for 11.5.10.2. Thanks Prince

  • HT4623 Constantly losing cellular service!

    Using Iphone 5C and constantly losing cellular service.  Just had new sim card installed this morning and still having issues.  Anyone else experiencing this?  Phone is brand new.

  • Servlet Calling Web Service

    Hi I need to call a web service via a servlet Both web service and servlet files are located on the same PC , but in a different directories the web service is working OK when I use a command line, However , when I try to use a Servlet method to acti

  • System sound delay RDP session with Windows server 2012 R2 standard

    I have the following problem during a RDP session with a Microsoft Terminal Server 2012 R2 standard: when i produce a system sound, the delay could be up to 15 seconds before I hear the cound on the client side. making immediately a second system sou