Action Group Export missing

I don't have that option

Screenshot 2024-03-10 at 12.35.46 p.m.

Oh, same topic as this one by the same user?!

I thought I was replying to your response, not creating a new topic

It was splitted into a new topic...

Yes. That original thread describes in many cases the Windows version.

As described in the linked thread

  • the function is different on the Mac.

Ok, so no info about how to do it on mac

Thanks

What?
AFAIK it is described in documentation:

Exporting and importing preferences settings

Exporting the settings and importing on another Mac (or the same) is possible via the defaultscommand in Terminal.app. To export the settings you'd use

defaults export app.mp3tag.Mp3tag ~/Desktop/Mp3tagSettings.plist

and to import you'd use

defaults import app.mp3tag.Mp3tag ~/Desktop/Mp3tagSettings.plist
defaults delete app.mp3tag.Mp3tag SecurityScopedBookmarks

The last command is necessary to remove data that is specific to the Mac you've exported from.

Please note, that Mp3tag's settings are also part of every Time Machine backup you're doing and are restored if you restore from a backup.