Author Topic: Rename files on ingest to include month_day_sequence using variables?  (Read 4011 times)

Offline rpruden

  • Newcomer
  • *
  • Posts: 3
    • View Profile
Hi, I must be overlooking something, but is there a way to rename my images during an ingest to be the month_day_seqn.[jpeg or nef as shot]?  This would use variables I assume, but how would I accomplish this?  I am using Windows 4.4.3.3 (about to update).  Example: DSC_5516.JPG on card would be NOV_10_001.JPG or November_10_001.JPG

Thanks, Rick

Online Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24756
    • View Profile
    • Camera Bits, Inc.
Re: Rename files on ingest to include month_day_sequence using variables?
« Reply #1 on: December 14, 2007, 08:57:57 PM »
Rick,

Hi, I must be overlooking something, but is there a way to rename my images during an ingest to be the month_day_seqn.[jpeg or nef as shot]?  This would use variables I assume, but how would I accomplish this?  I am using Windows 4.4.3.3 (about to update).  Example: DSC_5516.JPG on card would be NOV_10_001.JPG or November_10_001.JPG

Yes, for Nov_10_001.JPG use:

{monthname3}_{day0}_{seqn}

For November_10_001.JPG use:

{monthname}_{day0}_{seqn}

HTH,

-Kirk