Macros and action sets

Hello.

Could someone please point me to suggested reading to learn how to create macros and action sets.

I have already looked at the help file for action sets here, but while this was a good intro to pre-defined actions, I want to know how to create macros like Moonbase did here.

Many thanks.

P.S. Florian - thanks for such a powerful and reliable tool.

I think there is no special help file topic about how to build an actionsgroup ("macro").
So do it your own way. Go to Main Menu / Converter / Actions / Actionsgroups dialog and click and write together what you need. The handling of actionsgroups is almost self explaining.
Read about the Mp3tag scripting functions and understand what they can do for you, specifically in combination with the actions when building a proper 'Formatstring'.
And read criss cross through this forum to learn from other users how they have solved their personal problem with Mp3tag.
If you have a concrete question, then come back and ask.

DD.20090731.1605.CEST

Thanks for the reply. I'm still perusing this forum, but still can't understand how to crack the mystery of mta files. Their construct seems pretty simple:
T=: this appears to relate to some function/action
F=: This is probably the field that you're operating on.
and then there are some variables or parameters which presumably give the value for the field or the input of the function.

But how can I possibly figure out what 'T' numbers relate to what functions/actions?

Lots of people on this forum seem to know how to write these mta files. How did you guys figure this out?

Normally a Mp3tag user does not need to look into a mta file or change it manually, because all actions can be managed by user dialogues via the Mp3tag user interface.

Mp3tag experts sometimes use a simple texteditor and copy the published mta sequences from the forum pages via clipboard into a mta textfile, but that is not recommended, because you have to know how to do the escaping of special characters.

A mta 'action script' which you can find occasionally in the forum is a vehicle to transport the values from an action screen dialog to another user's eyes via the forum board.

A mta file has the structure of something like a standard inifile, but with some Mp3tag related anomalies resp. adaptions.

To make your own actions resp. actionsgroups readable for other users you can search the forum for the 'mta converter' tool, a valuable and free tool written by Mp3tag user and moderator Sebastian Mares. Personally I use a mta converter tool written by myself, which is not free available yet.

Have a good time with Mp3tag!

DD.20090803.0030.CEST

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.