HI All, I’m a long time user/fan of MP3TAG. I know how to create and use actions to batch correct or change meta data, but I don’t see how to enter multiple actions in a single action (as opposed to creating an sub action for each thing I want to alter. For example, I might have a very long list (short example below) of desired changes that I want to perform all at one time. I can do this in some file renaming apps by adding a text file to a ‘replace with’ command but haven’t found a way yet with mp3tag. Thanks for any suggestions or advice.
There is no way to use a text file to modify the contents of an action at runtime.
You could use the an action group with several actions. See the HowTos about the creation of an action group:
Alternatively, you could use an action that allows a format string with the scripting function $replace() that allows several pairs of search and replace strings.