Skip to main content
January 4, 2026
Question

Automation Blocks Script That Let's Me Search and Change Any Metadata

  • January 4, 2026
  • 1 reply
  • 149 views

Hi there!

Was wondering if anyone's written a script in Automation Blocks that let's me choose a metadata item and change it for any selected item? Been trying to make my own but having issues with it

1 reply

Mathias Moehl
Community Expert
Community Expert
January 4, 2026

Do you mean something like this?

 

872774iECFF80BFC8326E1B.png

 

 

In the brown block you can choose the metadata field you want to set (in the dropdown) and the value that this field should have (in the second row).
If you then run the script, the metadata is changed accordingly for all selected items in the project panel. 

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

Thanks for such a prompt response! I tried loading this script but it doesn't seem to be working as the the input box is empty.  Also when I try refreshing the metadata on a clip I don't get a complete list of every metadata column. I was more thinking of writing a script where in the inputs box there'd be a drop down with all metadata categories and then I can fill out/change what it is for simplicity if that makes sense? Similiar to the current "set Copyright and Author" but with a dropdown menu to select any metadata column I want

872984i0F7BF0D2882B430E.png

872983i542DC99585C8F031.png

Mathias Moehl
Community Expert
Community Expert
January 6, 2026

There is no way to bring the dropdown of the block to the inputs panel, unfortunatly. So you won't be able to create a script which modifies arbitrary metadata without touching the block code each time. But this is not as bad as it might sound: Just dare to touch the block instead of the inputs panel.

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