Hi,
I have files: img_1234.cr2, img_1235.cr2 and so on. I'd like to select a bunch of them and have them renamed as:
img_1234.cr2 becomes granville-island-20121027-1234.cr2
img_1235.cr2 becomes granville-island-20121027-1235.cr2
img_1236.cr2 becomes granville-island-20121027-1236.cr2
I'd like to only type "granville-island-20121027-" but I want to keep the 1234, 1235, 1236...
Is there a way?
Thank you in advance
Renaming and numbers
-
sauron
- Posts: 29
- Joined: Thu Mar 29, 2012 2:05 am
- System_Drive: X
- 32bit or 64bit: 64 Bit
- motherboard: Asus P5E WS Pro
- processor: Intel Core2 Duo E6850
- ram: 4GB
- Video Card: ATI Radeon X850XT
- sound_card: on board
- Hard_Drive_Capacity: 5Tb
- Monitor/Display Make & Model: NEC Multisync 2190UXi
Re: Renaming and numbers
Code: Select all
exiftool '-filename<granville-island_${DateTimeOriginal}_${ImageNumber}.%e' -d "%Y%m%d" .-
ogrizzo
- Posts: 60
- Joined: Fri Jan 13, 2012 7:45 pm
- System_Drive: Q
- 32bit or 64bit: 64 Bit
- processor: 2.8 Ghz Intel Core i7
- ram: 8 GB
- Hard_Drive_Capacity: 1TB
- Monitor/Display Make & Model: Integrated Apple iMac 27"
Re: Renaming and numbers
Yes, it is possible, and you don't even need to type the date: http://product.corel.com/help/AfterShot ... index.htmlpgman wrote:Hi,
I have files: img_1234.cr2, img_1235.cr2 and so on. I'd like to select a bunch of them and have them renamed as:
img_1234.cr2 becomes granville-island-20121027-1234.cr2
img_1235.cr2 becomes granville-island-20121027-1235.cr2
img_1236.cr2 becomes granville-island-20121027-1236.cr2
I'd like to only type "granville-island-20121027-" but I want to keep the 1234, 1235, 1236...
Is there a way?
Thank you in advance
[jobname]-[date]-[onum].[oext] should do the trick.
Of course, always back up your files before making any experiment and thoroughly check everything is fine before going on.
Ottavio
-
afx
- Posts: 1675
- Joined: Thu Jan 12, 2012 1:38 pm
- System_Drive: N/A
- 32bit or 64bit: 64 Bit
- Video Card: FirePro 4900
- Monitor/Display Make & Model: NEC PA301w, ColorMunki
- Location: München
- Contact:
Re: Renaming and numbers
But if the OP really wants the date without the dashes, then "[year][month][day]" is needed instead of [date].ogrizzo wrote:[jobname]-[date]-[onum].[oext] should do the trick.img_1234.cr2 becomes granville-island-20121027-1234.cr2
I personally think [10dateiso] is safer than [date]. If I remember correctly [date] depends on the settings in the preferences...
cheers
afx
Send bugs to the Monkey // AfterShot Kickstart Guide // sRGB clipping sucks and Adobe RGB is just as bad
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
Re: Renaming and numbers
Perfect! Thank you
