I’m quite happy with the way MP3tag writes a .plist file:
My question is, is there a way to export/import only my custom action groups? I’m bouncing between plist files to make managing my File List + Tag Panel easier (no need to have every one of my options for every job). The only issue with that, is my action groups don’t carry over, so I have to manage/update my action groups for every plist I’m working with.
If not, I’d like to make a feature suggestion, however it’s not imperative.
And this command replaces the existing value for the action groups with what has been exported before.
Hope this helps, and please make a full export before trying this. If the changes are not immediately visible, you can force a re-read via killall cfprefsd.
So “defaults export app.mp3tag.Mp3tag - | plutil -extract ActionGroups xml1 -o Mp3tagActionGroups.plist -“ will now create a JSON file? Should I change the extension?