• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Automation Blocks - Renaming Correct Clip

Explorer ,
Apr 24, 2024 Apr 24, 2024

Copy link to clipboard

Copied

Hi Team.

The below script looks for any selected items with the word "2mix" in the file name and imports a new copy of that item. It then adds "_DM" to the name of the original item.

 

I want it to add "_DM" to the newly imported version of the item, but I can't figure out how.
Any ideas...

ImportScript.png

TOPICS
SDK

Views

84

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 25, 2024 Apr 25, 2024

If you have two items with exactly the same name in exactly the same bin, Automation Blocks will always use the first one it finds - I think this is always the older one, but not 100% sure.
I think the best solution would be to create some temp bin, then
- import the new item in the temp bin
- rename the item inside the temp bin
- move the item into the target bin

Votes

Translate

Translate
Community Expert ,
Apr 25, 2024 Apr 25, 2024

Copy link to clipboard

Copied

LATEST

If you have two items with exactly the same name in exactly the same bin, Automation Blocks will always use the first one it finds - I think this is always the older one, but not 100% sure.
I think the best solution would be to create some temp bin, then
- import the new item in the temp bin
- rename the item inside the temp bin
- move the item into the target bin

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines