Difference between revisions of "The Command Line"

From JRiverWiki
Jump to: navigation, search
(Playback Execute Parameters)
 
(72 intermediate revisions by 7 users not shown)
Line 1: Line 1:
Media Center can be controlled by command line parameters. ''Execute'' parameters will start Media Center if it is not already started. ''Control'' parameters are ignored if Media Center is not currently running.
+
Media Center and Media Jukebox can be controlled by command line parameters sent using a command launcher.  The launcher is installed during installation of main application. The command launcher is version-specific, and installed in the standard system directory. The name of the command launcher for Media Center follows the (case-insensitive) form:
  
If using Media Jukebox, the command to use is ''mjextman.exe'', for Media Center, ''MC11.exe'' or ''MC12.exe''. This document uses ''MC12.exe''
+
<code>'''MC'''''<MC version>'''''.exe'''</code>
  
==Execute Parameters==
+
and for Media Jukebox version 12 and beyond:
Executing one of the following parameters starts Media Center if it's not running.
 
  
===Playback Execute Parameters===
+
<code>'''MJ'''''<MJ version>'''''.exe'''</code>
* '''MC12.exe [''item1''|''item2''|...]''' - If playback is currently stopped, Playing Now is replaced with the item(s) and playback starts, otherwise the item(s) are appended to Playing Now and playback jumps to the first specified item.
 
* '''MC12.exe /Play [''item1''|''item2''|...]''' - If playback is currently stopped, Playing Now is replaced with the item(s) and playback starts, otherwise the item(s) are appended to Playing Now and playback jumps to the first specified item.
 
* '''MC12.exe /Append [''item1''|''item2''|...]''' - Appends item(s) to Playing Now without changing the current play state.
 
* '''MC12.exe /PlayReplace [''item1''|''item2''|...]''' - Playing Now is replaced with the item(s) and playback starts.
 
  
Each ''item'' can be one of the following:
+
and finally, prior to version 12 of Media Jukebox, the launcher is named:
* A filename - '''C:\song1.mp3'''
 
* A URL - '''http:\\www.somewebsite.com\station.pls'''
 
* A location within the Organization Tree - '''TREEPATH=Playlists\Playlist1'''
 
* A device under CD & DVD and Handhelds - '''DEVICE=G:'''
 
  
Note: The TREEPATH=''Location''\''Item'' specification is case-sensitive for ''Location'' and ''Item'' and the hierarchy separator is '''\'''.
+
<code>'''mjextman.exe'''</code>
  
Note: For Media Center 10 or greater, the Playback execute parameters can be issued to a specific Zone by adding '''Zone=x''' as one of the items in the pipe delimited liste.g. "MC12.exe /Append C:\1.mp3|C:\2.mp3|Zone=3".
+
Notes
 +
* The text that follows in this document will assume the usage of '''mc20.exe''', the launcher for Media Center 20Use the appropriate command for your version of Media Center or Media Jukebox. mc27.exe, for example.
  
===Media Core Commands===
+
* The command launcher is installed into the system directory, typically <tt>C:\WINDOWS\system32\</tt> (it does not reside in the application directory).  Because the system directory is normally included in your system's PATH variable, it is not necessary to specify the full path when invoking the command launcher.
These parameters apply to Media Center only.
 
  
'''MC12.exe /MCC [Command],[Param]''' sends the desired command to Media Center ([Param] is optional, and will default to 0)
+
==Command Line Options and Parameters==
 +
Executing '''{{monospace|mc21.exe}}''' with one of the following command line options / parameters first starts Media Center if it is not already running (exception; see '''/Command''' below).
  
See the Media Core Command list [[Media_Center_Core_Commands|here]].
+
Some options in the table below accept a parameter ''<paths>'', which is a list of one or more paths to files and/or folders, each item separated by a '''|''' (vertical bar, or pipe).
  
===Other Execute Parameters===
+
Some options in the table below accept a parameter ''<playitems>'', which is a list of one or more items, each item separated by a '''|''' (vertical bar, or pipe).  Through the text, each item in ''<playitems>'' can be any of the following:
'''MC12.exe /Import [filename]''' imports specified file into MC library and launches Media Center.
+
:* A filename: Example: '''C:\song1.mp3'''
 +
:* A URL: Example: '''http:\\www.somewebsite.com\station.pls'''
 +
:* A location within the Organization Tree: Example: '''TREEPATH=Playlists\Playlist1'''
 +
:: The '''TREEPATH='''''<location>'''''\'''''<item>'' specification is case-sensitive for ''<location>'' and ''<item>'' and the hierarchy separator is '''\''' (backslash).
 +
:* A device under CD & DVD and Handhelds: Example: '''DEVICE=G:'''
  
'''MC12.exe /Connect m01p://[ip address or host name]''' establishes connection to a remote Media Server
+
Each item in ''<playitems>'' may be targeted to a specific Zone by appending the item with '''Zone='''''<x>'', where ''<x>'' is replaced by the Zone number (Media Center 10 or later). Example:
  
'''MC12.exe /SilentImport [filename]''' imports specified file into MC library but does not launch Media Center.
+
:<tt>mc21.exe /Append C:\1.mp3|C:\2.mp3|Zone=3</tt>
  
'''MC12.exe /Clear [mode]''' clears Playing Now playlistIf mode is empty, all items will be removed. If mode is DontRemoveCurrent, currently playing file will not be removed.
+
----
 +
{| border="1" cellpadding="3" cellspacing="0"
 +
|+ align="top" | '''''Media Center Command Line Options and Parameters'''''
 +
!Option !! Parameter !! Description
 +
|-
 +
| /Append || ''<playitems>'' || Appends item(s) to Playing Now without changing the current playback state.
 +
|-
 +
| /AudioCD || ''<drive>'' || Plays the audio CD specified in drive ''<drive>'' (e.g.. '''D:''').
 +
|-
 +
| /Bluray || ''<drive>'' || Plays a Blu-ray disc specified in drive ''<drive>'' (e.g.. '''F:''')Currently functionally equivalent to the /DVDInfo option.
 +
|-
 +
| /Clear || ''<mode>'' || Removes all files from Playing Now and stops playback.
  
'''MC12.exe /Mode [modename]''' if the app is not running the call starts MC in the specified mode, if it's already running the call switches Media Center to the specified mode. List of Mode names: Megame, Minime, Fullscreen, Theater, Windowed. If modename is empty MJ will start in user defined mode.
+
:Values for ''<mode>'' :
 +
:* '''DontRemoveCurrent''' Does not remove the currently playing file and does not stop playback.
 +
|-
 +
| /Close || || Closes Media Center.
 +
|-
 +
| rowspan="18" | /Command
 +
| colspan="2" | '''Note 1:''' The /Command option has no effect if Media Center is not already running.<br />
 +
'''Note 2:''' The /Command ''<subcmd>'' form is considered deprecated starting with 18.0.117; use the direct option instead (e.g. /Pause instead of /Command Pause).
 +
|-
 +
| FastForward || See /FastForward.
 +
|-
 +
| Mute || See /Mute.
 +
|-
 +
| Next || See /Next.
 +
|-
 +
| NextAlbum || See /NextAlbum.
 +
|-
 +
| NextArtist || See /NextArtist.
 +
|-
 +
| Pause || See /Pause.
 +
|-
 +
| Play || See /Play.
 +
|-
 +
| Previous || See /Previous.
 +
|-
 +
| PreviousAlbum || See /PreviousAlbum.
 +
|-
 +
| PreviousArtist || See /PreviousArtist.
 +
|-
 +
| Rewind || See /Rewind.
 +
|-
 +
| Stop || See /Stop.
 +
|-
 +
| ToggleShuffle || See /ToggleShuffle.
 +
|-
 +
| ToggleContinuous ||  See /ToggleContinuous.
 +
|-
 +
| VolumeUp ''<percent>'' || See /VolumeUp.
 +
|-
 +
| style="white-space:nowrap" | VolumeDown ''<percent>'' || See /VolumeDown.
 +
|-
 +
| VolumeSet ''<percent>'' || See /VolumeSet.
 +
|-
 +
| /Connect || m01p://''<host>'' || Establishes a connection to ''<host>'', a hostname or IP address that specifies the remote Media Server.
 +
|-
 +
| /DVDVideo || ''<drive>'' || Plays a DVD specified in drive ''<drive>'' (e.g.. '''E:''').  Currently functionally equivalent to the /Bluray option.
 +
|-
 +
| /ExportToXML || ''<filename>'' || Exports the current library as XML (in the MPL format) to the specified file ''<filename>''.  If the program is not running, the command is performed silently, and the program exits.
 +
|-
 +
| /FastForward || || Jumps 5 seconds forward.  See Note 1.
 +
|-
 +
| /Import || ''<paths>'' || Imports the specified files/folders into the Media Center library and launches Media Center.
 +
|-
 +
| /ImportAndPlay || ''<paths>'' || Same command as /Import, but also starts playback of the imported files (this replaces Playing Now)..
 +
|-
 +
| /Library || ''<library name>'' || Changes to the library specified by ''<library name>'' (Media Center 12.0.384 and later).
 +
|-
 +
| /LibraryReadOnly || || Starts Media Center with the library in read-only mode (aka. Party Mode).
 +
|-
 +
| /MCC || style="white-space:nowrap" | ''<command>'',''<param>'' || Sends the specified Media Center Core Command to Media Center.
  
'''MC12.exe /Start''' starts Media Center or brings it to top.
+
:''<command>'' is one of the [[Media_Center_Core_Commands|Media Center Core Commands]].
  
'''MC12.exe /Close''' closes Media Center
+
:''<param>'' is optional, and defaults to 0.
  
'''MC12.exe /Power''' starts Media Center if it's not running, or closes it if it is.
+
:Note: Only available in Media Center.
 +
|-
 +
|/MCWS/v1/... || || MCWS web service call (does not require Media Network to be running or a server to be listening).  Use double-quotes around entire command (e.g. "/MCWS/v1/Playback/Pause?State=-1").
 +
|-
 +
| /MediaServer || || Starts Media Center in Media Server mode (without a UI).
 +
|-
 +
| /Mime || || Used by some Stores.
 +
|-
 +
| /Mode || ''<modename>'' || Sets the Media Center mode to ''<modename>''Media Center will be started if it is not running.
  
==Command Parameters==
+
:Select ''<modename>'' from one of the following:
Command parameters control the functionality of an already running Media Center. If MC is not running, the following commands will be ignored.
+
:* '''Standard''' Standard View
 +
:* '''Megame''' Standard View, apparently the same as using '''Standard''', or simply defaults to Standard View
 +
:* '''Windowed''' Display View, at the window size previously used. Not forced to full screen.
 +
:* '''Fullscreen''' Display View, shown full screen by default.
 +
:* '''Mini''' Mini View
 +
:* '''Theater''' Theater View
  
'''MC12.exe /Command Play''' starts playback of the selected track(s).
+
:Note: An empty ''<modename>'' is the same as the user's chosen startup mode if Media Center is not running, or Standard if it is already running.
 +
|-
 +
| /MonitorExtend || || Extend available displays across all monitors (Windows 7).
 +
|-
 +
| /MonitorSwitch || ''<monspecs>'' || Select, enable and disable monitors and resolution for playback.  Use /MonitorSwitch without arguments for usage information.  The format of ''<monspecs>'' is one or more of:
  
'''MC12.exe /Command Pause''' toggles between play and pause states.
+
&nbsp;&nbsp;''<device>''''':'''enable<br />
 +
&nbsp;&nbsp;''<device>''''':'''disable<br />
 +
&nbsp;&nbsp;''<device>''''':'''''<width>'''''x'''''<height>'''''x'''<''bit depth>'''''x'''''<refresh>''['''xprimary''']
 +
|-
 +
| /MonitorToggle || || Switch between the connected displays (Windows 7).
 +
|-
 +
| /Mute || || Mutes the sound.  See Note 1.
 +
|-
 +
| /Next || || Skips to the next track.  See Note 1.
 +
|-
 +
| /NextAlbum || || Skips forward to the next album.  See Note 1.
 +
|-
 +
| /NextArtist || || Skips forward to the next artist.  See Note 1.
 +
|-
 +
| /Pause || || Toggles between play and pause states. See Note 1.
 +
|-
 +
| /Play || ''<playitems>'' || If playback is currently stopped, Playing Now is replaced with the item(s) and playback starts, otherwise the item(s) are appended to Playing Now and playback jumps to the first specified item.  Note: The option '''/Play''' may be omitted,  in which case, take care to use double quotes as necessary when issuing commands in the Windows command shell.  If ''<playitems>'' is empty, starts playback of the selected track(s), but see Note 1.
 +
|-
 +
| /PlayReplace || ''<playitems>'' || Playing Now is replaced with the item(s) and playback starts (same as /Replace).
 +
|-
 +
| /PlayNext || ''<playitems>'' || Playing Now has the files added as the next to play.
 +
|-
 +
| /Power || || Media Center is started when it is not currently running, or closed when running.
 +
|-
 +
| /Previous || || Skips back to the previous track.  See Note 1.
 +
|-
 +
| /PreviousAlbum || || Skips back to the first listed track of the previous album.  See Note 1.
 +
|-
 +
| /PreviousArtist || || Skips back to the previous artist (the topmost track of a sequential group by the previous artist).  See Note 1.
 +
|-
 +
| /Protocol || ''<command>'' || Executes the specified protocol command ''<command>'', where the web browser subsequently runs ''<command>''.  This option is used primarily for embedding commands into webpages (e.g. mc19://ShowHelp/Import).
 +
|-
 +
| /Replace || ''<playitems>'' || Playing Now is replaced with the item(s) and playback starts (same as /PlayReplace).
 +
|-
 +
| /Restart || || Restarts Media Center.
 +
|-
 +
| /Rewind || || Jumps 5 seconds backward.  See Note 1.
 +
|-
 +
| /ShowTreePath || ''<treepath>'' || Starts Media Center if necessary, and changes the tree selection to the specified ''<treepath>''.
 +
|-
 +
| /SilentImport || ''<paths>'' || Imports (silently) the specified files/folders into the Media Center library, but does not launch Media Center.
 +
|-
 +
| /Sleep || ''<milliseconds>'' || Sleeps the specified number of ''<milliseconds>'' and then exits; supports delays in scripting.
 +
|-
 +
| /SoundcardSwitch || ''<cardspec>'' || Select sound card for playback (Windows 7/Vista).  Use /SoundcardSwitch without arguments for usage information.  The format of ''<cardspec>'' is:
  
'''MC12.exe /Command Stop''' stops playback.
+
&nbsp;&nbsp;DefaultByIndex:''<sound card index>''<br />
 +
|-
 +
| /Start || || Starts Media Center or brings it to top.
 +
|-
 +
| /StartAfterDelay || ''<milliseconds>'' || Launches Media Center after the specified number of ''milliseconds''.
 +
|-
 +
| /Stop || || Stops playback.  See Note 1.
 +
|-
 +
| /Subscribe || ''<podcast URL>'' || Subscribe to the podcast specified by ''<podcast URL>''.
 +
|-
 +
| /ToggleShuffle || || Toggles shuffle mode.  See Note 1.
 +
|-
 +
| /ToggleContinuous ||  || Toggles continuous mode.  See Note 1.
 +
|-
 +
| /VolumeUp ''<percent>'' || || Increases the sound volume by ''<percent>'' percent.  Default: 5%.  See Note 1.
 +
|-
 +
| style="white-space:nowrap" | /VolumeDown ''<percent>'' || || Decreases the sound volume by ''<percent> percent''.  Default: 5%.  See Note 1.
 +
|-
 +
| /VolumeSet ''<percent>'' || || Sets the sound volume directly to ''<percent>'' percent.  Default: 50%.  See Note 1.
 +
|}
  
'''MC12.exe /Command Next''' skips to the next track.
+
==Examples==
 +
* Start playing the current track (if Media Center is running)
 +
: <tt>mc20.exe /Play</tt>
 +
* Play file.flac, launching Media Center if necessary.
 +
: <tt>mc20.exe /Play "C:\path\to\file.flac"</tt>
 +
* Import file.mp3 and start playback.
 +
: <tt>mc20.exe /ImportAndPlay "C:\path\to\file.mp3"</tt>
 +
* Silently import the files contained in folder1 and folder2.
 +
: <tt>mc20.exe /SilentImport "C:\path\to\folder1|M:\path\to\folder2"</tt>
 +
* Play the Not Recently Played smartlist.
 +
: <tt>MC20.exe  /Play TREEPATH="Playlists\Smartlists\Not Recently Played"</tt>
 +
* Set the tree focus to Audio\Files, starting Media Center if necessary.
 +
: <tt>MC20.exe  /ShowTreePath "Audio\Files"</tt>
  
'''MC12.exe /Command Previous''' jumps to previous track.
+
[[Category:Developer|Command Line]]
 
+
[[Category:Frequently Asked Questions|Command Line]]
'''MC12.exe /Command FastForward''' jumps 5 seconds forward.
 
 
 
'''MC12.exe /Command Rewind''' jumps 5 seconds back.
 
 
 
'''MC12.exe /Command Mute''' mutes the sound.
 
 
 
'''MC12.exe /Command VolumeUp [Value]''' increases sound by Value. Default is 5%
 
 
 
'''MC12.exe /Command VolumeDown [Value]''' decreases sound by Value. Default by 5%
 
 
 
'''MC12.exe /Command VolumeSet [Value]''' sets main volume.  If value is not specified 50% is used.
 
 
 
'''MC12.exe /Command ToggleShuffle''' toggles shuffle mode
 
 
 
'''MC12.exe /Command ToggleContinuous'''  toggles continuous mode
 

Latest revision as of 07:26, 7 June 2021

Media Center and Media Jukebox can be controlled by command line parameters sent using a command launcher. The launcher is installed during installation of main application. The command launcher is version-specific, and installed in the standard system directory. The name of the command launcher for Media Center follows the (case-insensitive) form:

MC<MC version>.exe

and for Media Jukebox version 12 and beyond:

MJ<MJ version>.exe

and finally, prior to version 12 of Media Jukebox, the launcher is named:

mjextman.exe

Notes

  • The text that follows in this document will assume the usage of mc20.exe, the launcher for Media Center 20. Use the appropriate command for your version of Media Center or Media Jukebox. mc27.exe, for example.
  • The command launcher is installed into the system directory, typically C:\WINDOWS\system32\ (it does not reside in the application directory). Because the system directory is normally included in your system's PATH variable, it is not necessary to specify the full path when invoking the command launcher.

Command Line Options and Parameters

Executing mc21.exe with one of the following command line options / parameters first starts Media Center if it is not already running (exception; see /Command below).

Some options in the table below accept a parameter <paths>, which is a list of one or more paths to files and/or folders, each item separated by a | (vertical bar, or pipe).

Some options in the table below accept a parameter <playitems>, which is a list of one or more items, each item separated by a | (vertical bar, or pipe). Through the text, each item in <playitems> can be any of the following:

  • A filename: Example: C:\song1.mp3
  • A URL: Example: http:\\www.somewebsite.com\station.pls
  • A location within the Organization Tree: Example: TREEPATH=Playlists\Playlist1
The TREEPATH=<location>\<item> specification is case-sensitive for <location> and <item> and the hierarchy separator is \ (backslash).
  • A device under CD & DVD and Handhelds: Example: DEVICE=G:

Each item in <playitems> may be targeted to a specific Zone by appending the item with Zone=<x>, where <x> is replaced by the Zone number (Media Center 10 or later). Example:

mc21.exe /Append C:\1.mp3|C:\2.mp3|Zone=3

Media Center Command Line Options and Parameters
Option Parameter Description
/Append <playitems> Appends item(s) to Playing Now without changing the current playback state.
/AudioCD <drive> Plays the audio CD specified in drive <drive> (e.g.. D:).
/Bluray <drive> Plays a Blu-ray disc specified in drive <drive> (e.g.. F:). Currently functionally equivalent to the /DVDInfo option.
/Clear <mode> Removes all files from Playing Now and stops playback.
Values for <mode> :
  • DontRemoveCurrent Does not remove the currently playing file and does not stop playback.
/Close Closes Media Center.
/Command Note 1: The /Command option has no effect if Media Center is not already running.

Note 2: The /Command <subcmd> form is considered deprecated starting with 18.0.117; use the direct option instead (e.g. /Pause instead of /Command Pause).

FastForward See /FastForward.
Mute See /Mute.
Next See /Next.
NextAlbum See /NextAlbum.
NextArtist See /NextArtist.
Pause See /Pause.
Play See /Play.
Previous See /Previous.
PreviousAlbum See /PreviousAlbum.
PreviousArtist See /PreviousArtist.
Rewind See /Rewind.
Stop See /Stop.
ToggleShuffle See /ToggleShuffle.
ToggleContinuous See /ToggleContinuous.
VolumeUp <percent> See /VolumeUp.
VolumeDown <percent> See /VolumeDown.
VolumeSet <percent> See /VolumeSet.
/Connect m01p://<host> Establishes a connection to <host>, a hostname or IP address that specifies the remote Media Server.
/DVDVideo <drive> Plays a DVD specified in drive <drive> (e.g.. E:). Currently functionally equivalent to the /Bluray option.
/ExportToXML <filename> Exports the current library as XML (in the MPL format) to the specified file <filename>. If the program is not running, the command is performed silently, and the program exits.
/FastForward Jumps 5 seconds forward. See Note 1.
/Import <paths> Imports the specified files/folders into the Media Center library and launches Media Center.
/ImportAndPlay <paths> Same command as /Import, but also starts playback of the imported files (this replaces Playing Now)..
/Library <library name> Changes to the library specified by <library name> (Media Center 12.0.384 and later).
/LibraryReadOnly Starts Media Center with the library in read-only mode (aka. Party Mode).
/MCC <command>,<param> Sends the specified Media Center Core Command to Media Center.
<command> is one of the Media Center Core Commands.
<param> is optional, and defaults to 0.
Note: Only available in Media Center.
/MCWS/v1/... MCWS web service call (does not require Media Network to be running or a server to be listening). Use double-quotes around entire command (e.g. "/MCWS/v1/Playback/Pause?State=-1").
/MediaServer Starts Media Center in Media Server mode (without a UI).
/Mime Used by some Stores.
/Mode <modename> Sets the Media Center mode to <modename>. Media Center will be started if it is not running.
Select <modename> from one of the following:
  • Standard Standard View
  • Megame Standard View, apparently the same as using Standard, or simply defaults to Standard View
  • Windowed Display View, at the window size previously used. Not forced to full screen.
  • Fullscreen Display View, shown full screen by default.
  • Mini Mini View
  • Theater Theater View
Note: An empty <modename> is the same as the user's chosen startup mode if Media Center is not running, or Standard if it is already running.
/MonitorExtend Extend available displays across all monitors (Windows 7).
/MonitorSwitch <monspecs> Select, enable and disable monitors and resolution for playback. Use /MonitorSwitch without arguments for usage information. The format of <monspecs> is one or more of:

  <device>:enable
  <device>:disable
  <device>:<width>x<height>x<bit depth>x<refresh>[xprimary]

/MonitorToggle Switch between the connected displays (Windows 7).
/Mute Mutes the sound. See Note 1.
/Next Skips to the next track. See Note 1.
/NextAlbum Skips forward to the next album. See Note 1.
/NextArtist Skips forward to the next artist. See Note 1.
/Pause Toggles between play and pause states. See Note 1.
/Play <playitems> If playback is currently stopped, Playing Now is replaced with the item(s) and playback starts, otherwise the item(s) are appended to Playing Now and playback jumps to the first specified item. Note: The option /Play may be omitted, in which case, take care to use double quotes as necessary when issuing commands in the Windows command shell. If <playitems> is empty, starts playback of the selected track(s), but see Note 1.
/PlayReplace <playitems> Playing Now is replaced with the item(s) and playback starts (same as /Replace).
/PlayNext <playitems> Playing Now has the files added as the next to play.
/Power Media Center is started when it is not currently running, or closed when running.
/Previous Skips back to the previous track. See Note 1.
/PreviousAlbum Skips back to the first listed track of the previous album. See Note 1.
/PreviousArtist Skips back to the previous artist (the topmost track of a sequential group by the previous artist). See Note 1.
/Protocol <command> Executes the specified protocol command <command>, where the web browser subsequently runs <command>. This option is used primarily for embedding commands into webpages (e.g. mc19://ShowHelp/Import).
/Replace <playitems> Playing Now is replaced with the item(s) and playback starts (same as /PlayReplace).
/Restart Restarts Media Center.
/Rewind Jumps 5 seconds backward. See Note 1.
/ShowTreePath <treepath> Starts Media Center if necessary, and changes the tree selection to the specified <treepath>.
/SilentImport <paths> Imports (silently) the specified files/folders into the Media Center library, but does not launch Media Center.
/Sleep <milliseconds> Sleeps the specified number of <milliseconds> and then exits; supports delays in scripting.
/SoundcardSwitch <cardspec> Select sound card for playback (Windows 7/Vista). Use /SoundcardSwitch without arguments for usage information. The format of <cardspec> is:

  DefaultByIndex:<sound card index>

/Start Starts Media Center or brings it to top.
/StartAfterDelay <milliseconds> Launches Media Center after the specified number of milliseconds.
/Stop Stops playback. See Note 1.
/Subscribe <podcast URL> Subscribe to the podcast specified by <podcast URL>.
/ToggleShuffle Toggles shuffle mode. See Note 1.
/ToggleContinuous Toggles continuous mode. See Note 1.
/VolumeUp <percent> Increases the sound volume by <percent> percent. Default: 5%. See Note 1.
/VolumeDown <percent> Decreases the sound volume by <percent> percent. Default: 5%. See Note 1.
/VolumeSet <percent> Sets the sound volume directly to <percent> percent. Default: 50%. See Note 1.

Examples

  • Start playing the current track (if Media Center is running)
mc20.exe /Play
  • Play file.flac, launching Media Center if necessary.
mc20.exe /Play "C:\path\to\file.flac"
  • Import file.mp3 and start playback.
mc20.exe /ImportAndPlay "C:\path\to\file.mp3"
  • Silently import the files contained in folder1 and folder2.
mc20.exe /SilentImport "C:\path\to\folder1|M:\path\to\folder2"
  • Play the Not Recently Played smartlist.
MC20.exe /Play TREEPATH="Playlists\Smartlists\Not Recently Played"
  • Set the tree focus to Audio\Files, starting Media Center if necessary.
MC20.exe /ShowTreePath "Audio\Files"