I don't have that option

I don't have that option

Oh, same topic as this one by the same user?!
Yes. That original thread describes in many cases the Windows version.
As described in the linked thread
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.plistand to import you'd use
defaults import app.mp3tag.Mp3tag ~/Desktop/Mp3tagSettings.plist
defaults delete app.mp3tag.Mp3tag SecurityScopedBookmarksThe 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.