I can't seem to find any documentation listing if there are any command line parameters for macOS. I can launch the application via the command line like:
open -a Mp3tag --args ??
or
/Applications/Mp3tag.app/Contents/MacOS/Mp3tag
Can we set the directory upon launching?
This is said in the documentation about the startup folder:
You can configure many areas of Mp3tag via the preferences window at Mp3tag → Preferences… or ⌘ ,
General
[Preferences → General]
Startup Folder
Here you can specify the startup behavior of Mp3tag.
None starts with an empty File List.
Previous starts with the folder which was loaded the last time you’ve used Mp3tag.
Other… lets you choose a explicit folder that is loaded on startup.
Genres
Use standard genres If enabled, Mp3tag lists the standard genres in the genre field on the Ta…
I meant can I set the directory via command line parameters.
Yes, you can just pass the directory to the open command, e.g.,
open -a Mp3tag "path/to/your/files"
Florian:
Yes, you can just pass the directory to the open command, e.g.,
open -a Mp3tag "path/to/your/files"
Thanks!
What about the "/add" commands like you can do in Windows to add only certain directories?