Parameter
| Functionality |
--help |
Shows the list of valid parameters and exits. See below the Windows-specific notes about seeing the console output. |
file and/or folder names |
The program doesn't enter the GUI mode but either analyzes the files it was passed and prints the result to the console or applies a transformation list. It does the former if the --transf-list parameter is not passed and the latter if it is. See below the Windows-specific notes about seeing the console output. |
--transf-list <number> |
Runs the specified transformation list (1 to 4) on the files and/or directories passed. |
--session <session_file> |
Uses a specific session given by its session file (currently with an ".ini" extension). It is used in both GUI and CLI modes. If this parameter is not provided, MP3 Diags reopens the last open session in GUI mode or uses the settings in that session for CLI functionality. |
--severity <folder_name> |
Minimum severity to show when analyzing file or folder names; one of error, warning, support; default: warning. |
--hidden-session <folder_name> |
A session gets created inside the specified folder (if it doesn't already exist) and then the program starts up and uses that session; the session isn't stored in the session list but it is saved on disk, so running the same command again will just reuse the existing session. |
--visible-session <folder_name> |
Similar to --hidden-session but the session remains in the session list after the program exits. |
--temp-session <folder_name> |
Similar to --hidden-session but this is a temporary session, which gets created inside the temporary directory and is always removed from the session list and from the disk when the program exits. |
--uninstall |
Clears the session list and the global settings and removes the shell integration. |