====== Mezzmo Command Line Interface ======
Mezzmo.exe is the Mezzmo Windows application. The Mezzmo.exe command-line options are as follows:
==== /NoSplash ====
Start Mezzmo application with no splash screen.
**Example:**
Mezzmo.exe /NoSplash
==== /AddFile="" ====
Add a media file to your Mezzmo library.
**Example:**
Mezzmo.exe /AddFile="C:\MyVideos\inception.mkv"
==== /ScanFolder ====
Scan a drive\folder on your computer or external drive for media files and add them to your Mezzmo library. Used in conjunction with **/Filter** and **/Playlist** parameters.
**Example:**
Mezzmo.exe /ScanFolder="F:\Downloads\Videos" /Filter="*.mkv;*.avi;*.mp4;*.wtv;" /Playlist="LatestMovies"
==== /Maintenance ====
Run Maintain Library on your Mezzmo library. The last used settings for Maintain Library are applied.
**Example:**
Mezzmo.exe /Maintenance
==== /IgnoreOS ====
Run Mezzmo as a non-admin user on Windows XP.
**Example:**
Mezzmo.exe /IgnoreOS
==== /Logging=1 ====
Turn diagnostic logging on in Mezzmo and Mezzmo media server.
**Example:**
Mezzmo.exe /Logging=1
==== /Logging=0 ====
Turn diagnostic logging off in Mezzmo and Mezzmo media server.
**Example:**
Mezzmo.exe /Logging=0
==== /ExitOnComplete ====
Exit Mezzmo app after the command-line task has completed.
**Example:**
Mezzmo.exe /Maintenance /ExitOnComplete