Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
mezzmo_command_line_interface [2016/06/20 07:06]
admin [/AddFile=<file>]
mezzmo_command_line_interface [2016/06/20 07:08]
admin [/ScanFolder]
Line 7: Line 7:
 Start Mezzmo application with no splash screen. Start Mezzmo application with no splash screen.
  
-**Example:​** Mezzmo.exe /NoSplash +**Example:​** 
 +<​code>​ 
 +Mezzmo.exe /NoSplash 
 +</​code>​
 ==== /​AddFile="<​file>"​ ==== ==== /​AddFile="<​file>"​ ====
  
 Add a media file to your Mezzmo library. Add a media file to your Mezzmo library.
  
-**Example:​** Mezzmo.exe /​AddFile="​C:​\MyVideos\inception.mkv"​ +**Example:​** ​ 
- +<​code>​ 
-===== /​ScanFolder ​=====+Mezzmo.exe /​AddFile="​C:​\MyVideos\inception.mkv"​ 
 +</​code>​ 
 +==== /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. 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"​+**Example:​** ​ 
 +<​code>​ 
 +Mezzmo.exe /​ScanFolder="​F:​\Downloads\Videos"​ /​Filter="​*.mkv;​*.avi;​*.mp4;​*.wtv;"​ /​Playlist="​LatestMovies"​ 
 +</​code>​
  
-===== /​Maintenance ​=====+==== /​Maintenance ====
  
 Run Maintain Library on your Mezzmo library. ​ The last used settings for Maintain Library are applied. Run Maintain Library on your Mezzmo library. ​ The last used settings for Maintain Library are applied.
Line 27: Line 34:
 **Example:​** Mezzmo.exe /​Maintenance **Example:​** Mezzmo.exe /​Maintenance
  
-===== /​IgnoreOS ​=====+==== /IgnoreOS ====
  
 Run Mezzmo as a non-admin user on Windows XP. Run Mezzmo as a non-admin user on Windows XP.
Line 33: Line 40:
 **Example:​** Mezzmo.exe /IgnoreOS **Example:​** Mezzmo.exe /IgnoreOS
  
-===== /​Logging=1 ​=====+==== /Logging=1 ====
  
 Turn diagnostic logging on in Mezzmo and Mezzmo media server. Turn diagnostic logging on in Mezzmo and Mezzmo media server.
Line 39: Line 46:
 **Example:​** Mezzmo.exe /Logging=1 **Example:​** Mezzmo.exe /Logging=1
  
-===== /​Logging=0 ​=====+==== /Logging=0 ====
  
 Turn diagnostic logging off in Mezzmo and Mezzmo media server. Turn diagnostic logging off in Mezzmo and Mezzmo media server.
Line 45: Line 52:
 **Example:​** Mezzmo.exe /Logging=0 **Example:​** Mezzmo.exe /Logging=0
  
-===== /​ExitOnComplete ​=====+==== /​ExitOnComplete ====
  
 Exit Mezzmo app after the command-line task has completed. Exit Mezzmo app after the command-line task has completed.