What if the name of a file is something like "01_Intro.mp3", and I wanted to rename the album liket this: "01. Gorillaz - Intro.mp3"???
I want to keep the number sequencing and add the "Gorillaz - " bit into the filename, and then keep the title. I do this so often that it would be great if I can automate it. It doesn't sound possible, but you never know.
Also, how do I make a Workflow act like an app? If I make a workflow and save it to the desktop, I want to be able to double-click it and have it execute without it opening up the Automator app. I want the workflow to act on its own without executing the application itself, sorta like it has been compiled and run. Right now its like I have to open XCode and running an app I wrote in there each time I want to use it. What's the point?