1. Computer Skills

Adding Metadata to Your Garageband Project

Scroll to top
1 min read

Adding metadata to an audio file can be confusing and unintuitive. In this screencast we'll take a look at some common pitfalls and find the fastest, easiest way to solve the problem.


Adding Metadata to Your Garageband Project

Perl Code from Automator Action

1
$oldfile = "$ARGV[0]";$newfile = $oldfile;$path = "/";$newfile =~ s/.*\/Ep\s(\d*).*//g;$newfile = substr("00$1",-3);$newfile = "handlebars$newfile";$newfile = "$path$newfile";rename $oldfile, $newfile;
Did you find this post useful?
Want a weekly email summary?
Subscribe below and we’ll send you a weekly email summary of all new Computer Skills tutorials. Never miss out on learning about the next big thing.
Looking for something to help kick start your next project?
Envato Market has a range of items for sale to help get you started.