メインコンテンツへスキップ

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Batch Rename using Apple Script

コメント

4件のコメント

  • Jim_DK
    What you need here can be done mixing text and Tokens; you don't necessarily need AppleScript for it...

    https://www.dropbox.com/s/7tr12g4mghyptq7/Screenshot%202020-04-16%20at%2014.59.23.png?dl=0
    0
  • Suguru Kaibara
    Jim

    Thanks for the reply.
    With your proposal,

    XXXXXXXXXXXXX_001.RAW is to be renamed as XXXXXXXXXXXXX_001_A_082035.RAW

    Would love to delete "_001" at the same time.
    That is why I would like to put [Capture Name] into the Batch Rename setting.
    Any ideas using text&tokes or AppleScript??

    Best,
    0
  • Jim_DK
    Oh. You will need a script to trim original file name then...

    Unless - what is [Capture Name] or where is it derived from? If the parent folder of the files was named the same, you could use [image folder name] token in the batch rename.
    0
  • Suguru Kaibara
    Jim,

    Parent folder is just Capture as default.

    Capture Name Format: [Capture Name]_[4DigitCounter]
    Capture Name: 123456_789A123B_12

    Batch Rename Format: [Job Name]_A_[Current Time (HH)][Current Time (mm)][Current Time (ss)]
    Job Name: 123456_789A123B_12 --same as Capture Name

    Is there any way to rename like that using Apple Script?

    Best,
    0

投稿コメントは受け付けていません。