Media Center Core Commands: Difference between revisions
(31 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{{see also|DevZone}} |
|||
= Introduction = |
|||
MC Core Commands are used to control various aspects of Media Center via software or command line. |
MC Core Commands are used to control various aspects of Media Center via software or command line. |
||
Each command consists of a name (or number), followed by an optional parameter which selects or specifies the particular command behavior. |
Each command consists of a name (or number), followed by an optional parameter which selects or specifies the particular command behavior. |
||
Line 25: | Line 26: | ||
Note: The '''MCC''' commands can be entered in Vista and Windows 7 directly into ''Search Files and Programs'' under the Windows Start menu, or as commands in a Windows command shell, which can be launched in Vista and Windows 7 by entering '''cmd.exe''' in ''Search Files and Programs'' under the Windows Start menu. It is available under the Accessories menu as ''Command Prompt'' in previous versions of Windows. |
Note: The '''MCC''' commands can be entered in Vista and Windows 7 directly into ''Search Files and Programs'' under the Windows Start menu, or as commands in a Windows command shell, which can be launched in Vista and Windows 7 by entering '''cmd.exe''' in ''Search Files and Programs'' under the Windows Start menu. It is available under the Accessories menu as ''Command Prompt'' in previous versions of Windows. |
||
On Mac: |
|||
<code>'''/Applications/Media\ Center\ ''<version>''.app/Contents/MacOS/Launcher.app/Contents/MacOS/Launcher''' '''/MCC''' ''<command number>''''','''''<parameter>''</code> |
|||
On Linux: |
|||
<code>'''/usr/lib/jriver/MC''<version>''/mc''<version>''''' '''/MCC''' ''<command number>''''','''''<parameter>''</code> |
|||
== Issuing a command from C++ == |
== Issuing a command from C++ == |
||
Line 184: | Line 193: | ||
</tr><tr> |
</tr><tr> |
||
<td id="10064">10064</td><td>MCC_PLAY_LAST_TV_CHANNEL</td><td>ignore</td> |
<td id="10064">10064</td><td>MCC_PLAY_LAST_TV_CHANNEL</td><td>ignore</td> |
||
</tr><tr> |
|||
<td id="10065">10065</td><td>MCC_BLURAY_POPUP_MENU</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="10066">10066</td><td>MCC_PLAY_SYNCED_CPLDB_INDEX</td><td>int nIndex</td> |
|||
</tr><tr> |
|||
<td id="10067">10067</td><td>MCC_STOP_AFTER_DELAY</td><td>int nMinutes (negative value for hard stop)</td> |
|||
</tr><tr> |
|||
<td id="10068">10068</td><td>MCC_STOP_AFTER_TRACKS</td><td>int nNumberTracks (negative one to reset)</td> |
|||
</tr><tr> |
|||
<td id="10069">10069</td><td>MCC_PLAY_SELECTED</td><td>0: play replace, 1: append, 2: play next</td> |
|||
</tr><tr> |
|||
<td id="10070">10070</td><td>MCC_PLAY_AUTO_PLAYLIST_CLOUD</td><td>BSTR: seed</td> |
|||
</tr><tr> |
|||
<td id="10071">10071</td><td>MCC_CLEAR_REMAINING_ZONE_SPECIFIC</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="10072">10072</td><td>MCC_SEEK_PERCENT</td><td>int nPercent</td> |
|||
</tr><tr> |
|||
<td id="10073">10073</td><td>MCC_SHUFFLE_ALBUMS</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="10074">10074</td><td>MCC_JRVR_PROFILE_OUTPUT</td><td>Profile ID (-1: Default Profile, -2: Auto Select Profile)</td> |
|||
</tr><tr> |
|||
<td id="10075">10075</td><td>MCC_JRVR_PROFILE_SCALING</td><td>Profile ID (-1: Default Profile, -2: Auto Select Profile)</td> |
|||
</tr><tr> |
|||
<td id="10076">10076</td><td>MCC_JRVR_PROFILE_FILTERING</td><td>Profile ID (-1: Default Profile, -2: Auto Select Profile)</td> |
|||
</tr><tr> |
|||
<td id="10077">10077</td><td>MCC_JRVR_PROFILE_ADVANCED</td><td>Profile ID (-1: Default Profile, -2: Auto Select Profile)</td> |
|||
</tr><tr> |
|||
<td id="10078">10078</td><td>MCC_CLOSE_PROGRAM_AFTER_STOP</td><td>0: no, 1: yes, -1: toggle</td> |
|||
</tr><tr> |
|||
<td id="10079">10079</td><td>MCC_ZONE_SWITCH_ENABLE</td><td>0: no, 1: yes, -1: toggle</td> |
|||
</tr><tr> |
|||
<td id="10080">10080</td><td>MCC_JRVR_DEFAULT_PROFILE_OUTPUT</td><td>int ProfileID</td> |
|||
</tr><tr> |
|||
<td id="10081">10081</td><td>MCC_JRVR_DEFAULT_PROFILE_SCALING</td><td>int ProfileID</td> |
|||
</tr><tr> |
|||
<td id="10082">10082</td><td>MCC_JRVR_DEFAULT_PROFILE_FILTERING</td><td>int ProfileID</td> |
|||
</tr><tr> |
|||
<td id="10083">10083</td><td>MCC_JRVR_DEFAULT_PROFILE_ADVANCED</td><td>int ProfileID</td> |
|||
</tr><tr> |
|||
<td id="10084">10084</td><td>MCC_HIDE_DSP_STUDIO</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="10085">10085</td><td>MCC_SET_DSP_STUDIO_PLAYBACK_RATE</td><td>Non-zero integers for percent of normal speed, negative values mute audio</td> |
|||
</tr><tr> |
|||
<td id="10086">10086</td><td>MCC_RESTART_PLAYBACK_WITH_RATE</td><td>new playback rate</td> |
|||
</tr> |
</tr> |
||
</table> |
</table> |
||
Line 258: | Line 311: | ||
<td id="20031">20031</td><td>MCC_DISCONNECT_LIBRARY</td><td>ignore</td> |
<td id="20031">20031</td><td>MCC_DISCONNECT_LIBRARY</td><td>ignore</td> |
||
</tr><tr> |
</tr><tr> |
||
<td id="20032">20032</td><td>MCC_SYNC_WITH_LIBRARY_SERVER</td><td> |
<td id="20032">20032</td><td>MCC_SYNC_WITH_LIBRARY_SERVER</td><td>bool bSilent</td> |
||
</tr><tr> |
</tr><tr> |
||
<td id="20033">20033</td><td>MCC_STOP_ALL_ZONES</td><td>bool bStopRemoteZones</td> |
<td id="20033">20033</td><td>MCC_STOP_ALL_ZONES</td><td>bool bStopRemoteZones</td> |
||
Line 265: | Line 318: | ||
</tr><tr> |
</tr><tr> |
||
<td id="20035">20035</td><td>MCC_OPEN_LIVE</td><td>ignore</td> |
<td id="20035">20035</td><td>MCC_OPEN_LIVE</td><td>ignore</td> |
||
</tr><tr> |
|||
<td id="20036">20036</td><td>MCC_PLAY_RADIO_PARADISE</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="20037">20037</td><td>MCC_IMPORT_ITUNES</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="20038">20038</td><td>MCC_PLAY_RADIO_JRIVER</td><td>int nStationNumber</td> |
|||
</tr><tr> |
|||
<td id="20039">20039</td><td>MCC_EXPORT_ALL_TO_ITUNES</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="20040">20040</td><td>MCC_IMPORT_ITUNES_DATABASE</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="20041">20041</td><td>MCC_SET_CROSS_PLATFORM_RULES</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="20042">20042</td><td>MCC_DOWNLOAD_FROM_LIBRARY_SERVER</td><td>ignore</td> |
|||
</tr> |
</tr> |
||
</table> |
</table> |
||
Line 342: | Line 409: | ||
</tr><tr> |
</tr><tr> |
||
<td id="21033">21033</td><td>MCC_SHUFFLE_SELECTION</td><td>ignore</td> |
<td id="21033">21033</td><td>MCC_SHUFFLE_SELECTION</td><td>ignore</td> |
||
</tr><tr> |
|||
<td id="21034">21034</td><td>MCC_CLOSE_QUICK_SEARCH</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="21035">21035</td><td>MCC_ADD_ZONE_GROUP</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="21036">21036</td><td>MCC_COMBINE</td><td>int nPlaylistID</td> |
|||
</tr><tr> |
|||
<td id="21037">21037</td><td>MCC_ADD_DYNAMIC_ZONE</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="21038">21038</td><td>MCC_PLAYLIST_SEARCH</td><td>ignore</td> |
|||
</tr> |
</tr> |
||
</table> |
</table> |
||
Line 354: | Line 431: | ||
<td id="22000">22000</td><td>MCC_TOGGLE_MODE</td><td>[[#UI_MODES|UI_MODES mode]]</td> |
<td id="22000">22000</td><td>MCC_TOGGLE_MODE</td><td>[[#UI_MODES|UI_MODES mode]]</td> |
||
</tr><tr> |
</tr><tr> |
||
<td id="22001">22001</td><td>MCC_THEATER_VIEW</td><td>0: Toggle, 1: Home, 2: Playing Now, 3: Audio, 4: Images, 5: Video, 6: Playlists, 7: CD & DVD, 8: TV, 9: TV Guide, 10: TV Recordings</td> |
<td id="22001">22001</td><td>MCC_THEATER_VIEW</td><td>0: Toggle, 1: Home, 2: Playing Now, 3: Audio, 4: Images, 5: Video, 6: Playlists, 7: CD & DVD, 8: TV, 9: TV Guide, 10: TV Recordings, 12: Netflix</td> |
||
</tr><tr> |
</tr><tr> |
||
<td id="22002">22002</td><td>MCC_PARTY_MODE</td><td>ignore</td> |
<td id="22002">22002</td><td>MCC_PARTY_MODE</td><td>ignore</td> |
||
Line 415: | Line 492: | ||
</tr><tr> |
</tr><tr> |
||
<td id="22031">22031</td><td>MCC_AUDIO_ONLY_MODE</td><td>bool bAudioOnlyMode (-1 toggles)</td> |
<td id="22031">22031</td><td>MCC_AUDIO_ONLY_MODE</td><td>bool bAudioOnlyMode (-1 toggles)</td> |
||
</tr><tr> |
|||
<td id="22032">22032</td><td>MCC_SHOW_SHARED_PLAYLISTS</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="22033">22033</td><td>MCC_SET_ZONE_VISIBLE</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="22034">22034</td><td>MCC_SHOW_PLAYING_FILE</td><td>int nFlags (1: no force; 2: only do Playing Now)</td> |
|||
</tr><tr> |
|||
<td id="22035">22035</td><td>MCC_F11</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="22036">22036</td><td>MCC_SHOW_PLAYLIST</td><td>int nPlaylistID</td> |
|||
</tr><tr> |
|||
<td id="22037">22037</td><td>MCC_SPLIT_VIEW_TOGGLE</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="22038">22038</td><td>MCC_SHOW_PLAYERBAR</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="22039">22039</td><td>MCC_SET_PLAYERBAR_ALTERNATE_TEXT</td><td>bool bValue (-1 toggles)</td> |
|||
</tr><tr> |
|||
<td id="22040">22040</td><td>MCC_LOCK_TAB</td><td>bool bValue (-1 toggles)</td> |
|||
</tr><tr> |
|||
<td id="22041">22041</td><td>MCC_SHOW_SPOTLIGHT</td><td>int nType (0: current file, 1: current selection</td> |
|||
</tr><tr> |
|||
<td id="22042">22042</td><td>MCC_CLEAR_SEARCH_CONTROL</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="22043">22043</td><td>MCC_THEATER_VIEW_PATH</td><td>Optional. Defaults to Theater View 'Home'. Surround path with single quotes, for example: MCxx.exe /MCC 22043,'Video\YouTube').</td> |
|||
</tr><tr> |
|||
<td id="22044">22044</td><td>MCC_ERROR_FREE_MODE</td><td>bool bValue (-1 toggles)</td> |
|||
</tr><tr> |
|||
<td id="22045">22045</td><td>MCC_SHOW_VIEW_HEADER_MENU</td><td>ignore</td> |
|||
</tr> |
</tr> |
||
</table> |
</table> |
||
Line 532: | Line 637: | ||
</tr><tr> |
</tr><tr> |
||
<td id="23053">23053</td><td>MCC_BREAK_TRACK_LINKS</td><td>ignore</td> |
<td id="23053">23053</td><td>MCC_BREAK_TRACK_LINKS</td><td>ignore</td> |
||
</tr><tr> |
|||
<td id="23054">23054</td><td>MCC_AB_COMPARISON</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="23055">23055</td><td>MCC_COVER_ART_EDIT</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="23056">23056</td><td>MCC_BUILD_MISSING_THUMBNAILS</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="23057">23057</td><td>MCC_UPLOAD_TO_CLOUD</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="23058">23058</td><td>MCC_LOOKUP_LYRICS</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="23059">23059</td><td>MCC_COVER_ART_GET_ARTIST_IMAGES_FROM_LAST_FM</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="23060">23060</td><td>MCC_COVER_ART_GET_COMPOSER_IMAGES_FROM_GOOGLE</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="23061">23061</td><td>MCC_LOOKUP_DATE</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="23062">23062</td><td>MCC_LOCK_PLAYLIST</td><td>int nPlaylistID</td> |
|||
</tr><tr> |
|||
<td id="23063">23063</td><td>MCC_UNLOCK_PLAYLIST</td><td>int nPlaylistID</td> |
|||
</tr><tr> |
|||
<td id="23064">23064</td><td>MCC_GET_SHARING_URL</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="23065">23065</td><td>MCC_UNSHARE</td><td>ignore</td> |
|||
</tr> |
</tr> |
||
</table> |
</table> |
||
Line 590: | Line 719: | ||
<td id="24023">24023</td><td>MCC_BENCHMARK</td><td>ignore</td> |
<td id="24023">24023</td><td>MCC_BENCHMARK</td><td>ignore</td> |
||
</tr><tr> |
</tr><tr> |
||
<td id=" |
<td id="24024">24024</td><td>MCC_UPGRADE_TO_MASTER_LICENSE</td><td>ignore</td> |
||
</tr> |
</tr> |
||
</table> |
</table> |
||
Line 650: | Line 779: | ||
</tr><tr> |
</tr><tr> |
||
<td id="25024">25024</td><td>MCC_SCROBBLE_LISTENING_TO</td><td>ignore</td> |
<td id="25024">25024</td><td>MCC_SCROBBLE_LISTENING_TO</td><td>ignore</td> |
||
</tr><tr> |
|||
<td id="25025">25025</td><td>MCC_TREE_OPEN_DIRECTORY_IN_FILE_MANAGER</td><td>ignore</td> |
|||
</tr> |
</tr> |
||
</table> |
</table> |
||
Line 713: | Line 844: | ||
</tr><tr> |
</tr><tr> |
||
<td id="26026">26026</td><td>MCC_PANE_SET_EXPANDED</td><td>loword: nPaneIndex, hiword: 0: collapsed; 1: expanded</td> |
<td id="26026">26026</td><td>MCC_PANE_SET_EXPANDED</td><td>loword: nPaneIndex, hiword: 0: collapsed; 1: expanded</td> |
||
</tr><tr> |
|||
<td id="26031">26031</td><td>MCC_LIST_SEND_TO_PLAYING_NOW</td><td>SENDTO_PLAYING_NOW_TYPES Type</td> |
|||
</tr><tr> |
|||
<td id="26032">26032</td><td>MCC_LIST_SELECT_RANDOM</td><td>ignore</td> |
|||
</tr> |
</tr> |
||
</table> |
</table> |
||
Line 800: | Line 935: | ||
<td id="28031">28031</td><td>MCC_TV_PLAY_CHANNEL_POSITION</td><td>int Playlist position</td> |
<td id="28031">28031</td><td>MCC_TV_PLAY_CHANNEL_POSITION</td><td>int Playlist position</td> |
||
</tr><tr> |
</tr><tr> |
||
<td id="28032">28032</td><td>MCC_PLAYBACK_ENGINE_SET_SUBTITLES</td><td>int nIndex (-1 toggles forward, -2 toggles backwards)</td> |
<td id="28032">28032</td><td>MCC_PLAYBACK_ENGINE_SET_SUBTITLES</td><td>int nIndex (-1 toggles forward, -2 toggles backwards, -3 to browse for subtitles)</td> |
||
</tr><tr> |
</tr><tr> |
||
<td id="28033">28033</td><td>MCC_PLAYBACK_ENGINE_SET_AUDIO_STREAM</td><td>int nIndex (-1 toggles forward, -2 toggles backwards)</td> |
<td id="28033">28033</td><td>MCC_PLAYBACK_ENGINE_SET_AUDIO_STREAM</td><td>int nIndex (-1 toggles forward, -2 toggles backwards)</td> |
||
Line 811: | Line 946: | ||
</tr><tr> |
</tr><tr> |
||
<td id="28037">28037</td><td>MCC_PLAYBACK_ENGINE_SET_SUBTITLE_TIMING</td><td>int nChangeMS</td> |
<td id="28037">28037</td><td>MCC_PLAYBACK_ENGINE_SET_SUBTITLE_TIMING</td><td>int nChangeMS</td> |
||
</tr><tr> |
|||
<td id="28038">28038</td><td>MCC_PLAYBACK_ENGINE_VIDEO_ZOOM</td><td>int nZoomAmount (100 is 1.0)</td> |
|||
</tr><tr> |
|||
<td id="28039">28039</td><td>MCC_IMAGE_SET_FOCUS</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="25040">25040</td><td>MCC_STEP_FORWARD_FRAMES</td><td>int nNumOfFrames (0 is special and default when no parameter is passed - to the next Keyframe)</td> |
|||
</tr><tr> |
|||
<td id="28041">28041</td><td>MCC_STEP_BACK_FRAMES</td><td>int nNumOfFrames (0 is special and default when no parameter is passed - to the previous Keyframe)</td> |
|||
</tr><tr> |
|||
<td id="28042">28042</td><td>MCC_PLAYBACK_ENGINE_TOGGLE_COMSKIP</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="28043">28043</td><td>MCC_PLAYBACK_ENGINE_HIDE_OSD</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="28044">28044</td><td>MCC_PLAYBACK_ENGINE_VIDEO_LIPSYNC_ZONE</td><td>int nShiftMS, positive or negative increment, zero to reset to 0. Value is saved in zone setting</td> |
|||
</tr><tr> |
|||
<td id="28045">28045</td><td>MCC_BLURAY_SHOW_POPUP_MENU</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="28046">28046</td><td>MCC_PLAYBACK_ENGINE_SETTINGS_CHANGED</td><td>ignore</td> |
|||
</tr> |
|||
</table> |
</table> |
||
Line 867: | Line 1,021: | ||
</tr><tr> |
</tr><tr> |
||
<td id="30023">30023</td><td>MCC_STOP_SERVING_TV_FILE</td><td>CTVPlayer *: pointer to TVPlayer object serving the file</td> |
<td id="30023">30023</td><td>MCC_STOP_SERVING_TV_FILE</td><td>CTVPlayer *: pointer to TVPlayer object serving the file</td> |
||
</tr><tr> |
|||
<td id="30025">30025</td><td>MCC_SET_OSD_ENABLED</td><td>-1 toggles, 1 turns on, 0 turns off (/mcc 30025,-1)</td> |
|||
</tr><tr> |
|||
<td id="30026">30026</td><td>MCC_TOGGLE_THEATER_VIEW_GRIDS_CHANNEL_NAME</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="30027">30027</td><td>MCC_PASTE_PLAYING_NOW_IMAGE_FROM_CLIPBOARD</td><td>int nZoneID</td> |
|||
</tr><tr> |
|||
<td id="30028">30028</td><td>MCC_SHOW_SERVER_PRESENTATION_WEBPAGE</td><td>int nDeviceSessionID</td> |
|||
</tr><tr> |
|||
<td id="30029">30029</td><td>MCC_PLAY_TRAILER</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="30030">30030</td><td>MCC_MOVE_TAB</td><td>int nDelta</td> |
|||
</tr><tr> |
|||
<td id="30031">30031</td><td>MCC_CHECK_LOADED</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="30032">30032</td><td>MCC_RELAUNCH_PROGRAM</td><td>ignore</td> |
|||
</tr> |
</tr> |
||
</table> |
</table> |
||
Line 907: | Line 1,077: | ||
</tr><tr> |
</tr><tr> |
||
<td id="32000">32000</td><td>MCC_QUERY_UI_MODE</td><td>bool bInternalMode; Exit status is current [[#UI_MODES|UI_MODES]]</td> |
<td id="32000">32000</td><td>MCC_QUERY_UI_MODE</td><td>bool bInternalMode; Exit status is current [[#UI_MODES|UI_MODES]]</td> |
||
</tr><tr> |
|||
<td id="32001">32001</td><td>MCC_QUERY_WEBPAGE_VIEW</td><td>ignore</td> |
|||
</tr> |
</tr> |
||
</table> |
</table> |
||
Line 1,147: | Line 1,319: | ||
</tr><tr> |
</tr><tr> |
||
<td id="34095">34095</td><td>MCC_NOTIFY_OPTICAL_DISC_CHANGED</td><td>ignore</td> |
<td id="34095">34095</td><td>MCC_NOTIFY_OPTICAL_DISC_CHANGED</td><td>ignore</td> |
||
</tr><tr> |
|||
<td id="34096">34096</td><td>MCC_NOTIFY_STORE_DOWNLOAD_STATUS_CHANGED</td><td>int nStoreNumber</td> |
|||
</tr><tr> |
|||
<td id="34097">34097</td><td>MCC_NOTIFY_CURRENT_PLAYLIST_NEXT_ITEM_TO_PLAY_CHANGED</td><td>int nZone</td> |
|||
</tr><tr> |
|||
<td id="34098">34098</td><td>MCC_NOTIFY_CONTENT_UPLOAD_PROGRESS</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="34099">34099</td><td>MCC_NOTIFY_CONTENT_UPLOAD_UPDATE</td><td>int nEnsureVisibleColumn (if nEnsureVisibleColumn > 0, call EnsureVisible() on the list control)</td> |
|||
</tr><tr> |
|||
<td id="34100">34100</td><td>MCC_NOTIFY_TV_PROPERTIES_CHANGED</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="34101">34101</td><td>MCC_NOTIFY_STATUSBAR_TEXT_CHANGED</td><td>ignore</td> |
|||
</tr> |
</tr> |
||
</table> |
</table> |
||
Line 1,165: | Line 1,349: | ||
<td id="35003">35003</td><td>MCC_STORE_SEARCH_AMAZON_MP3_STORE</td><td>MFKEY nKey</td> |
<td id="35003">35003</td><td>MCC_STORE_SEARCH_AMAZON_MP3_STORE</td><td>MFKEY nKey</td> |
||
</tr><tr> |
</tr><tr> |
||
<td id="35004">35004</td><td> |
<td id="35004">35004</td><td>MCC_OBSOLETE_35004</td><td>ignore</td> |
||
</tr><tr> |
|||
<td id="35005">35005</td><td>MCC_STORE_CHANGE_USER</td><td>ignore</td> |
|||
</tr><tr> |
|||
<td id="35006">35006</td><td>MCC_STORE_CHECK_FOR_DOWNLOADS</td><td>ignore</td> |
|||
</tr> |
</tr> |
||
</table> |
</table> |
||
==Defines== |
==Defines== |
Latest revision as of 13:34, 17 October 2024
- See also: DevZone
MC Core Commands are used to control various aspects of Media Center via software or command line. Each command consists of a name (or number), followed by an optional parameter which selects or specifies the particular command behavior.
The full, C++ header is available here: JRiver Media Core Commands Header File
Notes
- Save the MCCommands.h file to your hard drive to avoid potential line break issues.
- Commands have changed over time; use the Wiki's page history to see previous versions of this page. Some commands may only work with the latest version of Media Center.
How To Issue Media Core Commands
Look up the command name / number and its parameter in the tables below. For example, the command to toggle between play and pause is MCC_PLAY_PAUSE. It has command number (enum value) 10000 and its accompanying parameter is ignored. Some MCC commands may be targeted a particular Zone - see Specifying Zones.
Issuing a command from the command line
Assuming you are familiar with the first section of The Command Line, the general syntax for issuing an MCC command from the Windows command line (or equivalent) is:
MC<version>.exe /MCC <command number>,<parameter>
Note: Command numbers must be used; command names are not used on the command line.
Example: To toggle between play and pause in MC16, use the command:
MC18.exe /MCC 10000,0
Note: The MCC commands can be entered in Vista and Windows 7 directly into Search Files and Programs under the Windows Start menu, or as commands in a Windows command shell, which can be launched in Vista and Windows 7 by entering cmd.exe in Search Files and Programs under the Windows Start menu. It is available under the Accessories menu as Command Prompt in previous versions of Windows.
On Mac:
/Applications/Media\ Center\ <version>.app/Contents/MacOS/Launcher.app/Contents/MacOS/Launcher /MCC <command number>,<parameter>
On Linux:
/usr/lib/jriver/MC<version>/mc<version> /MCC <command number>,<parameter>
Issuing a command from C++
The calling syntax for posting a WM_MC_COMMAND -based message to the MC frame is demonstrated in the example below.
Example: To post a command to toggle between play and pause
HWND hwndMC = FindWindow(_T("MJFrame"), NULL); PostMessage(hwndMC, WM_MC_COMMAND, MCC_PLAY_PAUSE, 0);
Notes on usage
- Use command numbers when calling from the command line, enum names from within software (e.g. MCC_PLAY_PAUSE).
- Set parameter to 0 if unused.
MC Commands
The MCC commands table and defines below were auto-generated on 2014-06-09 from the latest MCCommands.h (19.0.138) file posted above.
MC Commands Table
Playback
Range: 10,000 to 20,000
Note: See Specifying Zones to learn about issuing commands to a specific Zone.
Enum | Command | Parameter |
---|---|---|
10000 | MCC_PLAY_PAUSE | ignore |
10001 | MCC_PLAY | ignore |
10002 | MCC_STOP | bool bDisplayError |
10003 | MCC_NEXT | int nFlags (1: bNotActualNext, 2: bNoChapters) |
10004 | MCC_PREVIOUS | int nFlags (1: reserved, 2: bNoChapters, 4: no seek to beginning) |
10005 | MCC_SHUFFLE | 0: toggle shuffle mode; 1: shuffle, jump to PN; 2: shuffle, no jump; 3: off; 4: on; 5:automatic |
10006 | MCC_CONTINUOUS | 0: toggle continuous; 1: off; 2: playlist; 3: song; 4: stop after each |
10007 | MCC_OBSOLETE_10007 | ignore |
10008 | MCC_FAST_FORWARD | int nRate |
10009 | MCC_REWIND | int nRate |
10010 | MCC_STOP_CONDITIONAL | ignore |
10011 | MCC_SET_ZONE | int nZoneIndex (-1 toggles forward, -2 toggles backwards) |
10012 | MCC_TOGGLE_DISPLAY | bool bExcludeTheaterView |
10013 | MCC_SHOW_WINDOW | bool bJumpToPlayingNow |
10014 | MCC_MINIMIZE_WINDOW | ignore |
10015 | MCC_PLAY_CPLDB_INDEX | int nIndex |
10016 | MCC_SHOW_DSP_STUDIO | ignore |
10017 | MCC_VOLUME_MUTE | 0: toggle; 1: mute; 2: unmute |
10018 | MCC_VOLUME_UP | int nDeltaPercent |
10019 | MCC_VOLUME_DOWN | int nDeltaPercent |
10020 | MCC_VOLUME_SET | int nPercent |
10021 | MCC_SHOW_PLAYBACK_OPTIONS | ignore |
10022 | MCC_SET_PAUSE | bool bPause (-1 toggles) |
10023 | MCC_SET_CURRENTLY_PLAYING_RATING | int nRating (1 through 5; 0 clears, but see here.) |
10024 | MCC_SHOW_PLAYBACK_ENGINE_MENU | screen point (loword: x, hiword: y) -- must send directly |
10025 | MCC_PLAY_NEXT_PLAYLIST | ignore |
10026 | MCC_PLAY_PREVIOUS_PLAYLIST | ignore |
10027 | MCC_MAXIMIZE_WINDOW | ignore |
10028 | MCC_RESTORE_WINDOW | ignore |
10029 | MCC_SET_PLAYERSTATUS | PLAYER_STATUS_CODES Code |
10030 | MCC_SET_ALTERNATE_PLAYBACK_SETTINGS | bool bAlternateSettings (-1 toggles) |
10031 | MCC_SET_PREVIEW_MODE_SETTINGS | low 12 bits: int nDurationSeconds, high 12 bits: int nStartSeconds |
10032 | MCC_SHOW_PLAYBACK_ENGINE_DISPLAY_PLUGIN_MENU | screen point (loword: x, hiword: y) -- must send directly |
10033 | MCC_DVD_MENU | ignore |
10034 | MCC_SEEK_FORWARD | int nMilliseconds (0 means default -- varies depending on playback type) |
10035 | MCC_SEEK_BACK | int nMilliseconds (0 means default -- varies depending on playback type) |
10036 | MCC_STOP_AFTER_CURRENT_FILE | bool bStopAfterCurrentFile (-1 toggles) |
10037 | MCC_DETACH_DISPLAY | bool bDetach (-1 toggles) |
10038 | MCC_SET_MODE_ZONE_SPECIFIC | UI_MODES mode |
10039 | MCC_STOP_INTERNAL | ignore |
10040 | MCC_PLAYING_NOW_REMOVE_DUPLICATES | ignore |
10041 | MCC_SHUFFLE_REMAINING | ignore |
10042 | MCC_PLAY_FIRST_FILE | ignore |
10043 | MCC_PLAY_LAST_FILE | ignore |
10044 | MCC_PLAY_FILE_BY_STRING | BSTR bstrFile (deleted by receiver) |
10045 | MCC_PLAY_FILE_AGAIN | ignore |
10046 | MCC_HANDLE_PLAYBACK_ERROR | ignore |
10047 | MCC_PLAY_AUTOMATIC_PLAYLIST | BSTR bstrSeed (deleted by receiver) |
10048 | MCC_SEEK | int nPositionMilliseconds |
10049 | MCC_CLEAR_PLAYING_NOW_ZONE_SPECIFIC | 0: all files; 1: leave playing file |
10050 | MCC_PLAY_RADIO_LAST_FM | ignore |
10051 | MCC_SHOW_ON_SCREEN_DISPLAY | 0: position bar |
10052 | MCC_SET_SUBTITLES | int nIndex (-1 toggles forward, -2 toggles backwards) |
10053 | MCC_SET_AUDIO_STREAM | int nIndex (-1 toggles forward, -2 toggles backwards) |
10054 | MCC_SET_VIDEO_STREAM | int nIndex (-1 toggles forward, -2 toggles backwards) |
10055 | MCC_VIDEO_SCREEN_GRAB | 0: use as thumbnail; 1: save as external file |
10056 | MCC_SET_VOLUME_MODE | int nMode (internal type EPlaybackVolumeModes) (0: application, 1: internal; 2: system; 3: disabled) |
10057 | MCC_RESTART_PLAYBACK | ignore |
10058 | MCC_ZONE_SWITCH | ignore |
10059 | MCC_SKIP_TO | SKIP_TO_MODES Mode |
10060 | MCC_LINK_ZONE | int nZoneID |
10061 | MCC_UNLINK_ZONE | ignore |
10062 | MCC_PLAY_RADIO_MEDIANET | ignore |
10063 | MCC_CLEAR_PLAYED_ZONE_SPECIFIC | ignore |
10064 | MCC_PLAY_LAST_TV_CHANNEL | ignore |
10065 | MCC_BLURAY_POPUP_MENU | ignore |
10066 | MCC_PLAY_SYNCED_CPLDB_INDEX | int nIndex |
10067 | MCC_STOP_AFTER_DELAY | int nMinutes (negative value for hard stop) |
10068 | MCC_STOP_AFTER_TRACKS | int nNumberTracks (negative one to reset) |
10069 | MCC_PLAY_SELECTED | 0: play replace, 1: append, 2: play next |
10070 | MCC_PLAY_AUTO_PLAYLIST_CLOUD | BSTR: seed |
10071 | MCC_CLEAR_REMAINING_ZONE_SPECIFIC | ignore |
10072 | MCC_SEEK_PERCENT | int nPercent |
10073 | MCC_SHUFFLE_ALBUMS | ignore |
10074 | MCC_JRVR_PROFILE_OUTPUT | Profile ID (-1: Default Profile, -2: Auto Select Profile) |
10075 | MCC_JRVR_PROFILE_SCALING | Profile ID (-1: Default Profile, -2: Auto Select Profile) |
10076 | MCC_JRVR_PROFILE_FILTERING | Profile ID (-1: Default Profile, -2: Auto Select Profile) |
10077 | MCC_JRVR_PROFILE_ADVANCED | Profile ID (-1: Default Profile, -2: Auto Select Profile) |
10078 | MCC_CLOSE_PROGRAM_AFTER_STOP | 0: no, 1: yes, -1: toggle |
10079 | MCC_ZONE_SWITCH_ENABLE | 0: no, 1: yes, -1: toggle |
10080 | MCC_JRVR_DEFAULT_PROFILE_OUTPUT | int ProfileID |
10081 | MCC_JRVR_DEFAULT_PROFILE_SCALING | int ProfileID |
10082 | MCC_JRVR_DEFAULT_PROFILE_FILTERING | int ProfileID |
10083 | MCC_JRVR_DEFAULT_PROFILE_ADVANCED | int ProfileID |
10084 | MCC_HIDE_DSP_STUDIO | ignore |
10085 | MCC_SET_DSP_STUDIO_PLAYBACK_RATE | Non-zero integers for percent of normal speed, negative values mute audio |
10086 | MCC_RESTART_PLAYBACK_WITH_RATE | new playback rate |
File
Range: 20,000 to 21,000
Enum | Command | Parameter |
---|---|---|
20000 | MCC_OPEN_FILE | ignore |
20001 | MCC_OPEN_URL | ignore |
20002 | MCC_PRINT_LIST | ignore |
20003 | MCC_EXPORT_PLAYLIST | int nPlaylistID (-1 for active view) |
20004 | MCC_EXPORT_ALL_PLAYLISTS | bool bSilent |
20005 | MCC_UPLOAD_FILES | ignore |
20006 | MCC_EMAIL_FILES | ignore |
20007 | MCC_EXIT | int nMode (0: normal, 1: force close (close media server), 2: force close (allow media server)) |
20008 | MCC_UPDATE_LIBRARY | ignore |
20009 | MCC_CLEAR_LIBRARY | ignore |
20010 | MCC_EXPORT_LIBRARY | ignore |
20011 | MCC_BACKUP_LIBRARY | int nMode (0: normal, 1: silent automatic backup) |
20012 | MCC_RESTORE_LIBRARY | ignore |
20013 | MCC_LIBRARY_MANAGER | ignore |
20014 | MCC_IMAGE_ACQUIRE | ignore |
20015 | MCC_PRINT_IMAGES | MFKEY nKey (-1 for selected files) |
20016 | MCC_PRINT | ignore |
20017 | MCC_OBSOLETE_20017 | ignore |
20018 | MCC_OBSOLETE_20018 | ignore |
20019 | MCC_OBSOLETE_20019 | ignore |
20020 | MCC_OBSOLETE_20020 | ignore |
20021 | MCC_OBSOLETE_20021 | ignore |
20022 | MCC_OBSOLETE_20022 | ignore |
20023 | MCC_OBSOLETE_20023 | ignore |
20024 | MCC_IMPORT_PLAYLIST | ignore |
20025 | MCC_LOAD_LIBRARY | int nLibraryIndex |
20026 | MCC_SYNC_LIBRARY | ignore |
20027 | MCC_EMAIL_PODCAST_FEED | ignore |
20028 | MCC_LOAD_LIBRARY_READ_ONLY | int nLibraryIndex |
20029 | MCC_ADD_LIBRARY | ignore |
20030 | MCC_EXPORT_ITUNES | ignore |
20031 | MCC_DISCONNECT_LIBRARY | ignore |
20032 | MCC_SYNC_WITH_LIBRARY_SERVER | bool bSilent |
20033 | MCC_STOP_ALL_ZONES | bool bStopRemoteZones |
20034 | MCC_CLONE_LIBRARY | int nLibraryIndex |
20035 | MCC_OPEN_LIVE | ignore |
20036 | MCC_PLAY_RADIO_PARADISE | ignore |
20037 | MCC_IMPORT_ITUNES | ignore |
20038 | MCC_PLAY_RADIO_JRIVER | int nStationNumber |
20039 | MCC_EXPORT_ALL_TO_ITUNES | ignore |
20040 | MCC_IMPORT_ITUNES_DATABASE | ignore |
20041 | MCC_SET_CROSS_PLATFORM_RULES | ignore |
20042 | MCC_DOWNLOAD_FROM_LIBRARY_SERVER | ignore |
Edit
Range: 21,000 to 22,000
Enum | Command | Parameter |
---|---|---|
21000 | MCC_COPY | ignore |
21001 | MCC_PASTE | ignore |
21002 | MCC_SELECT_ALL | ignore |
21003 | MCC_SELECT_INVERT | ignore |
21004 | MCC_DELETE | bool bAggressive |
21005 | MCC_RENAME | ignore |
21006 | MCC_UNDO | ignore |
21007 | MCC_REDO | ignore |
21008 | MCC_QUICK_SEARCH | bool bRepeatLastSearch |
21009 | MCC_ADD_PLAYLIST | MEDIAFILE_INFO_ARRAY * paryFiles = NULL |
21010 | MCC_ADD_SMARTLIST | ignore |
21011 | MCC_ADD_PLAYLIST_GROUP | ignore |
21012 | MCC_PROPERTIES | MEDIAFILE_INFO_ARRAY * paryFiles = NULL (-1 toggles) (note: never PostMessage(...) a pointer) |
21013 | MCC_TOGGLE_TAGGING_MODE | ignore |
21014 | MCC_CUT | ignore |
21015 | MCC_DESELECT_ALL | ignore |
21016 | MCC_DELETE_ALL | bool bAggressive |
21017 | MCC_ADD_PODCAST_FEED | ignore |
21018 | MCC_EDIT_PODCAST_FEED | ignore |
21019 | MCC_ADD_PODCAST_DEFAULTS | ignore |
21020 | MCC_CREATE_STOCK_SMARTLISTS | ignore |
21021 | MCC_ENABLE_PODCAST_DOWNLOAD | ignore |
21022 | MCC_DISABLE_PODCAST_DOWNLOAD | ignore |
21023 | MCC_EDIT_PLAYLIST | ignore |
21024 | MCC_EDIT_PLAYING_NOW | int nZoneID |
21025 | MCC_EDIT_DISC_INFORMATION | ignore |
21026 | MCC_EDIT_SMARTLIST | int nPlaylistID |
21027 | MCC_REFRESH_PODCAST_FEED | ignore |
21028 | MCC_LOOKUP_MOVIE_INFORMATION | ignore |
21029 | MCC_ADD_ZONE | ignore |
21030 | MCC_ADD_AUTOMATIC_PLAYLIST | ignore |
21031 | MCC_SET_WRITE_TAGS | bool bWriteTags (-1 toggles) |
21032 | MCC_PASTE_TAGS | ignore |
21033 | MCC_SHUFFLE_SELECTION | ignore |
21034 | MCC_CLOSE_QUICK_SEARCH | ignore |
21035 | MCC_ADD_ZONE_GROUP | ignore |
21036 | MCC_COMBINE | int nPlaylistID |
21037 | MCC_ADD_DYNAMIC_ZONE | ignore |
21038 | MCC_PLAYLIST_SEARCH | ignore |
View
Range: 22,000 to 23,000
Enum | Command | Parameter |
---|---|---|
22000 | MCC_TOGGLE_MODE | UI_MODES mode |
22001 | MCC_THEATER_VIEW | 0: Toggle, 1: Home, 2: Playing Now, 3: Audio, 4: Images, 5: Video, 6: Playlists, 7: CD & DVD, 8: TV, 9: TV Guide, 10: TV Recordings, 12: Netflix |
22002 | MCC_PARTY_MODE | ignore |
22003 | MCC_SHOW_TREE_ROOT | -1: Toggle, 0: Hide, 1: Show |
22004 | MCC_FIND_MEDIA | wchar * pstrSearch (note: memory will be deleted by receiver) |
22005 | MCC_BACK | int nLevels (0 does 1 level) |
22006 | MCC_FORWARD | int nLevels (0 does 1 level) |
22007 | MCC_REFRESH | int nFlags (1: no webpage refresh) |
22008 | MCC_SET_LIST_STYLE | int nListStyle (-1 toggles) |
22009 | MCC_SET_MODE | UI_MODES mode |
22010 | MCC_OBSOLETE_22010 | ignore |
22011 | MCC_OBSOLETE_22011 | ignore |
22012 | MCC_SHOW_RECENTLYIMPORTED | ignore |
22013 | MCC_SHOW_TOPHITS | ignore |
22014 | MCC_SHOW_RECENTLYPLAYED | ignore |
22015 | MCC_SET_MEDIA_MODE | int nMediaMode |
22016 | MCC_OBSOLETE_22016 | ignore |
22017 | MCC_SET_SERVER_MODE | bool bServerMode |
22018 | MCC_SET_MODE_FOR_EXTERNAL_PROGRAM_LAUNCH | int nType (0: starting external app, 1: ending external app) |
22019 | MCC_SET_MODE_FOR_SECOND_INSTANCE_LAUNCH | UI_MODES mode |
22020 | MCC_HOME | ignore |
22021 | MCC_ROLLUP_VIEW_HEADER | bool bRollup (-1: toggle) |
22022 | MCC_FOCUS_SEARCH_CONTROL | ignore |
22023 | MCC_SET_ACTIVE_VIEW_KEY | int nViewKey (-1: toggle, -2: toggle backwards, -3: new view) |
22024 | MCC_CLOSE_VIEW_KEY | int nViewKey (-1: current view) |
22025 | MCC_VIEW_ZOOM_SET | int nZoomPercentage |
22026 | MCC_VIEW_ZOOM_INCREMENT | int nZoomDeltaPercentage |
22027 | MCC_FIND_MEDIA_WITH_WIZARD | ignore |
22028 | MCC_SET_USER | int nUserId |
22029 | MCC_SHOW_TREE | bool bShowTree (-1 toggles) |
22030 | MCC_SET_TOOLTIPS | bool bTooltips (-1 toggles) |
22031 | MCC_AUDIO_ONLY_MODE | bool bAudioOnlyMode (-1 toggles) |
22032 | MCC_SHOW_SHARED_PLAYLISTS | ignore |
22033 | MCC_SET_ZONE_VISIBLE | ignore |
22034 | MCC_SHOW_PLAYING_FILE | int nFlags (1: no force; 2: only do Playing Now) |
22035 | MCC_F11 | ignore |
22036 | MCC_SHOW_PLAYLIST | int nPlaylistID |
22037 | MCC_SPLIT_VIEW_TOGGLE | ignore |
22038 | MCC_SHOW_PLAYERBAR | ignore |
22039 | MCC_SET_PLAYERBAR_ALTERNATE_TEXT | bool bValue (-1 toggles) |
22040 | MCC_LOCK_TAB | bool bValue (-1 toggles) |
22041 | MCC_SHOW_SPOTLIGHT | int nType (0: current file, 1: current selection |
22042 | MCC_CLEAR_SEARCH_CONTROL | ignore |
22043 | MCC_THEATER_VIEW_PATH | Optional. Defaults to Theater View 'Home'. Surround path with single quotes, for example: MCxx.exe /MCC 22043,'Video\YouTube'). |
22044 | MCC_ERROR_FREE_MODE | bool bValue (-1 toggles) |
22045 | MCC_SHOW_VIEW_HEADER_MENU | ignore |
Tools
Range: 23,000 to 24,000
50Enum | Command | Parameter |
---|---|---|
23000 | MCC_IMPORT | int nFlags (1: bDisableAlreadyRunningWarning, 2: bFirstImportMode) |
23001 | MCC_RIP_CD | ignore |
23002 | MCC_BURN | ignore |
23003 | MCC_RECORD_AUDIO | ignore |
23004 | MCC_CONVERT | ignore |
23005 | MCC_ANALYZE_AUDIO | ignore |
23006 | MCC_MEDIA_EDITOR | ignore |
23007 | MCC_CD_LABELER | ignore |
23008 | MCC_OBSOLETE_23008 | ignore |
23009 | MCC_OBSOLETE_23009 | ignore |
23010 | MCC_SKIN_MANAGER | ignore |
23011 | MCC_OPTIONS | int nPageID |
23012 | MCC_RENAME_CD_FILES | ignore |
23013 | MCC_OBSOLETE_23013 | ignore |
23014 | MCC_OBSOLETE_23014 | ignore |
23015 | MCC_HANDHELD_UPLOAD | loword: nDeviceSessionID (0 gets default), hiword: flags (1: sync only; 2: show warnings) |
23016 | MCC_HANDHELD_UPDATE_UPLOAD_WORKER_FINISHED | int nDeviceSessionID |
23017 | MCC_HANDHELD_CLOSE_DEVICE | int nDeviceSessionID |
23018 | MCC_HANDHELD_SHOW_OPTIONS | int nDeviceSessionID |
23019 | MCC_HANDHELD_INFO_DUMP | bool bShowInfo |
23020 | MCC_IMPORT_AUTO_RUN_NOW | bool bSilent |
23021 | MCC_IMPORT_AUTO_CONFIGURE | ignore |
23022 | MCC_HANDHELD_EJECT | int nDeviceSessionID |
23023 | MCC_RECORD_TV | ignore |
23024 | MCC_FIND_AND_REPLACE | ignore |
23025 | MCC_CLEAN_PROPERTIES | ignore |
23026 | MCC_FILL_TRACK_ORDER | ignore |
23027 | MCC_MOVE_COPY_FIELDS | ignore |
23028 | MCC_REMOVE_TAGS | ignore |
23029 | MCC_UPDATE_TAGS_FROM_DB | ignore |
23030 | MCC_UPDATE_DB_FROM_TAGS | ignore |
23031 | MCC_LOOKUP_TRACK_INFO_FROM_INTERNET | ignore |
23032 | MCC_SUBMIT_TRACK_INFO_TO_INTERNET | ignore |
23033 | MCC_OBSOLETE_23033 | ignore |
23034 | MCC_FILL_PROPERTIES_FROM_FILENAME | ignore |
23035 | MCC_RENAME_FILES_FROM_PROPERTIES | ignore |
23036 | MCC_COVER_ART_ADD_FROM_FILE | ignore |
23037 | MCC_COVER_ART_QUICK_ADD_FROM_FILE | ignore |
23038 | MCC_COVER_ART_GET_FROM_INTERNET | ignore |
23039 | MCC_COVER_ART_SUBMIT_TO_INTERNET | ignore |
23040 | MCC_COVER_ART_GET_FROM_SCANNER | ignore |
23041 | MCC_COVER_ART_SELECT_SCANNER | ignore |
23042 | MCC_COVER_ART_GET_FROM_CLIPBOARD | ignore |
23043 | MCC_COVER_ART_COPY_TO_CLIPBOARD | ignore |
23044 | MCC_COVER_ART_REMOVE | ignore |
23045 | MCC_COVER_ART_PLAY | ignore |
23046 | MCC_COVER_ART_SAVE_TO_EXTERNAL_FILE | ignore |
23047 | MCC_COVER_ART_REBUILD_THUMBNAIL | ignore |
23048 | MCC_RINGTONE | ignore |
23049 | MCC_AUDIO_CALIBRATION | ignore |
23050 | MCC_MARK_PLAYED | ignore |
23051 | MCC_MARK_NOT_PLAYED | ignore |
23052 | MCC_LINK_TRACKS | ignore |
23053 | MCC_BREAK_TRACK_LINKS | ignore |
23054 | MCC_AB_COMPARISON | ignore |
23055 | MCC_COVER_ART_EDIT | ignore |
23056 | MCC_BUILD_MISSING_THUMBNAILS | ignore |
23057 | MCC_UPLOAD_TO_CLOUD | ignore |
23058 | MCC_LOOKUP_LYRICS | ignore |
23059 | MCC_COVER_ART_GET_ARTIST_IMAGES_FROM_LAST_FM | ignore |
23060 | MCC_COVER_ART_GET_COMPOSER_IMAGES_FROM_GOOGLE | ignore |
23061 | MCC_LOOKUP_DATE | ignore |
23062 | MCC_LOCK_PLAYLIST | int nPlaylistID |
23063 | MCC_UNLOCK_PLAYLIST | int nPlaylistID |
23064 | MCC_GET_SHARING_URL | ignore |
23065 | MCC_UNSHARE | ignore |
Help
Range: 24,000 to 25,000
Enum | Command | Parameter |
---|---|---|
24000 | MCC_HELP_CONTENTS | ignore |
24001 | MCC_HELP_HOWTO_IMPORT_FILES | ignore |
24002 | MCC_HELP_HOWTO_PLAY_FILES | ignore |
24003 | MCC_HELP_HOWTO_RIP | ignore |
24004 | MCC_HELP_HOWTO_BURN | ignore |
24005 | MCC_HELP_HOWTO_ORGANIZE_FILES | ignore |
24006 | MCC_HELP_HOWTO_VIEW_SCHEMES | ignore |
24007 | MCC_HELP_HOWTO_MANAGE_PLAYLISTS | ignore |
24008 | MCC_HELP_HOWTO_EDIT_PROPERTIES | ignore |
24009 | MCC_HELP_HOWTO_FIND | ignore |
24010 | MCC_HELP_HOWTO_CONFIGURE | ignore |
24011 | MCC_CHECK_FOR_UPDATES | ignore |
24012 | MCC_BUY | ignore |
24013 | MCC_INSTALL_LICENSE | ignore |
24014 | MCC_REGISTRATION_INFO | ignore |
24015 | MCC_PLUS_FEATURES | ignore |
24016 | MCC_INTERACT | ignore |
24017 | MCC_SYSTEM_INFO | ignore |
24018 | MCC_ABOUT | ignore |
24019 | MCC_CONFIGURE_DEBUG_LOGGING | ignore |
24020 | MCC_WIKI | ignore |
24021 | MCC_TEST | ignore |
24022 | MCC_SHOW_EULA | ignore |
24023 | MCC_BENCHMARK | ignore |
24024 | MCC_UPGRADE_TO_MASTER_LICENSE | ignore |
Tree
Range: 25,000 to 26,000
Enum | Command | Parameter |
---|---|---|
25000 | MCC_ADD_VIEW_SCHEME | ignore |
25001 | MCC_EDIT_VIEW_SCHEME | ignore |
25002 | MCC_OBSOLETE_25002 | ignore |
25003 | MCC_OBSOLETE_25003 | ignore |
25004 | MCC_OBSOLETE_25004 | ignore |
25005 | MCC_OBSOLETE_25005 | ignore |
25006 | MCC_OBSOLETE_25006 | ignore |
25007 | MCC_OBSOLETE_25007 | ignore |
25008 | MCC_TREE_ADD_DIRECTORY | ignore |
25009 | MCC_TREE_IMPORT | ignore |
25010 | MCC_TREE_ADD_CD_FOLDER | ignore |
25011 | MCC_UPDATE_FROM_CD_DATABASE | ignore |
25012 | MCC_SUBMIT_TO_CD_DATABASE | ignore |
25013 | MCC_TREE_RIP | ignore |
25014 | MCC_CLEAR_PLAYING_NOW | 0: all files; 1: leave playing file |
25015 | MCC_COPY_LISTENING_TO | bool bPaste |
25016 | MCC_TREE_SET_EXPANDED | 0: collapsed; 1: expanded |
25017 | MCC_RESET_VIEW_SCHEMES | ignore |
25018 | MCC_TREE_ERASE_CD_DVD | ignore |
25019 | MCC_UPDATE_FROM_CDPLAYER_INI | ignore |
25020 | MCC_TREE_EJECT | ignore |
25021 | MCC_TREE_ADD_VIRTUAL_DEVICE | ignore |
25022 | MCC_TREE_RENAME_PLAYLIST | int nPlaylistID |
25023 | MCC_TWITTER_LISTENING_TO | ignore |
25024 | MCC_SCROBBLE_LISTENING_TO | ignore |
25025 | MCC_TREE_OPEN_DIRECTORY_IN_FILE_MANAGER | ignore |
List
Range: 26,000 to 27,000
Enum | Command | Parameter |
---|---|---|
26000 | MCC_LIST_UPDATE_ORDER | ignore |
26001 | MCC_LIST_SHUFFLE_ORDER | ignore |
26002 | MCC_LIST_IMPORT | ignore |
26003 | MCC_LIST_REMOVE_ORDER | ignore |
26004 | MCC_LOCATE_FILE | int nLocation (-1: on disk (internal); -2: on disk (external); 0-n: library field index) |
26005 | MCC_LIST_OBSOLETE_26005 | ignore |
26006 | MCC_LIST_INCREMENT_SELECTION | int nDelta |
26007 | MCC_LIST_REMOVE_DUPLICATES | ignore |
26008 | MCC_LIST_AUTO_SIZE_COLUMN | int nColumn, zero-based column index (-1: all) |
26009 | MCC_LIST_CUSTOMIZE_VIEW | ignore |
26010 | MCC_LIST_COPY_DISK_FILES | ignore |
26011 | MCC_LIST_SET_RIP_CHECK | 0: uncheck, 1: check, -1: toggle |
26012 | MCC_LIST_DOWNLOAD | ignore |
26013 | MCC_LIST_GET_LIST_POINTER | ignore |
26014 | MCC_LOCATE_STACK | ignore |
26015 | MCC_SET_AS_STACK_TOP | ignore |
26016 | MCC_EXPAND_STACK | ignore |
26017 | MCC_COLLAPSE_STACK | ignore |
26018 | MCC_AUTOSTACK | 0: by name, 1: artist, album, name, 2: Artist, Album, Track # and Name |
26019 | MCC_CHECK_STACKS | ignore |
26020 | MCC_STACK | int nZeroBasedSelection |
26021 | MCC_UNSTACK | ignore |
26022 | MCC_ADD_TO_STACK | ignore |
26023 | MCC_PANE_RESET_SELECTION | int nPaneIndex (-1 resets all) |
26024 | MCC_LIST_REMOVE_ALL | ignore |
26025 | MCC_LIST_LOCK | bool bLock (-1 toggles) |
26026 | MCC_PANE_SET_EXPANDED | loword: nPaneIndex, hiword: 0: collapsed; 1: expanded |
26031 | MCC_LIST_SEND_TO_PLAYING_NOW | SENDTO_PLAYING_NOW_TYPES Type |
26032 | MCC_LIST_SELECT_RANDOM | ignore |
System
Range: 27,000 to 28,000
Enum | Command | Parameter |
---|---|---|
27000 | MCC_KEYSTROKE | int nKeyCode |
27001 | MCC_SHUTDOWN | int nMode (0: shutdown; 1: sleep; 2: hibernate; 3: restart) (based on CSystemShutdown::EShutdownModes) |
Playback Engine
Range: 28,000 to 29,000
Enum | Command | Parameter |
---|---|---|
28000 | MCC_PLAYBACK_ENGINE_ZOOM_IN | ignore |
28001 | MCC_PLAYBACK_ENGINE_ZOOM_OUT | ignore |
28002 | MCC_PLAYBACK_ENGINE_UP | ignore |
28003 | MCC_PLAYBACK_ENGINE_DOWN | ignore |
28004 | MCC_PLAYBACK_ENGINE_LEFT | ignore |
28005 | MCC_PLAYBACK_ENGINE_RIGHT | ignore |
28006 | MCC_PLAYBACK_ENGINE_ENTER | ignore |
28007 | MCC_PLAYBACK_ENGINE_FIRST | ignore |
28008 | MCC_PLAYBACK_ENGINE_LAST | ignore |
28009 | MCC_PLAYBACK_ENGINE_NEXT | ignore |
28010 | MCC_PLAYBACK_ENGINE_PREVIOUS | ignore |
28011 | MCC_PLAYBACK_ENGINE_PAUSE | bool bPause (-1 toggles) |
28012 | MCC_IMAGE_PAN_AND_ZOOM | bool bPanAndZoom (-1 toggles) |
28013 | MCC_IMAGE_TOGGLE_EFFECT | int nDelta |
28014 | MCC_IMAGE_RAPID_ZOOM | int nRapidZoom |
28015 | MCC_DVD_SET_AUDIO_STREAM | int nAudioStream (-1 toggles) |
28016 | MCC_DVD_SHOW_MENU | ignore |
28017 | MCC_TV_RECORD | ignore |
28018 | MCC_TV_SNAPSHOT | ignore |
28019 | MCC_TV_CHANGE_STANDARD | ignore |
28020 | MCC_PLAYBACK_ENGINE_OSD_VIDEO_PROC_AMP | int nIndex (0 for brightness, 1 for contrast, etc. -1 cycles) |
28021 | MCC_PLAYBACK_ENGINE_SET_CUR_VIDEO_PROC_AMP | int nStep (... -2, -1, 1, 2, etc. 0 is invalid and will default to 1) |
28022 | MCC_PLAYBACK_ENGINE_SET_ASPECT_RATIO | -1: cycles; 0 - 8: selects individual Aspect Ratio Modes |
28023 | MCC_PLAYBACK_ENGINE_SCROLL_UP | ignore |
28024 | MCC_PLAYBACK_ENGINE_SCROLL_DOWN | ignore |
28025 | MCC_PLAYBACK_ENGINE_SCROLL_LEFT | ignore |
28026 | MCC_PLAYBACK_ENGINE_SCROLL_RIGHT | ignore |
28027 | MCC_TV_SET_SAVE_TIME_SHIFTING | int nSaveMode (0 - 6, -1 cycles by incrementing, -2 cycles by decrementing) |
28028 | MCC_PLAYBACK_ENGINE_ZOOM_TO_PRESET | int 0 to fit window, 1 for 100%, 2 for 200% |
28029 | MCC_TV_SCAN_PROGRAMMING_EVENTS | ignored |
28030 | MCC_TV_CHANGE_CHANNEL_KEY | int nKey |
28031 | MCC_TV_PLAY_CHANNEL_POSITION | int Playlist position |
28032 | MCC_PLAYBACK_ENGINE_SET_SUBTITLES | int nIndex (-1 toggles forward, -2 toggles backwards, -3 to browse for subtitles) |
28033 | MCC_PLAYBACK_ENGINE_SET_AUDIO_STREAM | int nIndex (-1 toggles forward, -2 toggles backwards) |
28034 | MCC_PLAYBACK_ENGINE_SET_VIDEO_STREAM | int nIndex (-1 toggles forward, -2 toggles backwards) |
28035 | MCC_PLAYBACK_ENGINE_VIDEO_SCREEN_GRAB | 0: use as thumbnail; 1: save as external file |
28036 | MCC_PLAYBACK_ENGINE_VIDEO_LIPSYNC | int nShiftMS |
28037 | MCC_PLAYBACK_ENGINE_SET_SUBTITLE_TIMING | int nChangeMS |
28038 | MCC_PLAYBACK_ENGINE_VIDEO_ZOOM | int nZoomAmount (100 is 1.0) |
28039 | MCC_IMAGE_SET_FOCUS | ignore |
25040 | MCC_STEP_FORWARD_FRAMES | int nNumOfFrames (0 is special and default when no parameter is passed - to the next Keyframe) |
28041 | MCC_STEP_BACK_FRAMES | int nNumOfFrames (0 is special and default when no parameter is passed - to the previous Keyframe) |
28042 | MCC_PLAYBACK_ENGINE_TOGGLE_COMSKIP | ignore |
28043 | MCC_PLAYBACK_ENGINE_HIDE_OSD | ignore |
28044 | MCC_PLAYBACK_ENGINE_VIDEO_LIPSYNC_ZONE | int nShiftMS, positive or negative increment, zero to reset to 0. Value is saved in zone setting |
28045 | MCC_BLURAY_SHOW_POPUP_MENU | ignore |
28046 | MCC_PLAYBACK_ENGINE_SETTINGS_CHANGED | ignore |
Other
Range: 30,000 to 31,000
Enum | Command | Parameter |
---|---|---|
30000 | MCC_RELOAD_MC_VIEW | ignore |
30001 | MCC_CUSTOMIZE_TOOLBAR | ignore |
30002 | MCC_PLAY_TV | int nChannelNumber, user assigned channel number |
30003 | MCC_UPDATE_WEBPAGES | ignore |
30004 | MCC_SHOW_RUNNING_MC | bool bToggleVisibility |
30005 | MCC_SHOW_MENU | int nMenuID |
30006 | MCC_TUNE_TV | ignore |
30007 | MCC_PLAY_PLAYLIST | int nPlaylistID |
30008 | MCC_SENDTO_TOOL | 0: labeler; 1: media editor; 2: default editor; 3: ftp upload; 4: email; 5 Menalto Gallery; 6 Web Gallery |
30009 | MCC_SHOW_VIEW_INFO | new CMCViewInfo * (for internal use only) |
30010 | MCC_OBSOLETE_30010 | ignore |
30011 | MCC_DEVICE_CHANGED | new DEVICE_CHANGE_INFO * (for internal use only) |
30012 | MCC_CONFIGURE_THEATER_VIEW | ignore |
30013 | MCC_SET_STATUSTEXT | BSTR bstrText (deleted by receiver) |
30014 | MCC_UPDATE_UI_AFTER_ACTIVE_WINDOW_CHANGE | ignore |
30015 | MCC_REENUM_PORTABLE_DEVICES | bool bDeviceConnected |
30016 | MCC_PLAY_ADVANCED | PLAY_COMMAND * pCommand (deleted by receiver) |
30017 | MCC_UPDATE_STATUS_BAR | ignore |
30018 | MCC_REQUEST_PODCAST_UPDATE | ignore |
30019 | MCC_REQUEST_PODCAST_PURGE | ignore |
30020 | MCC_OBSOLETE_30020 | ignore |
30021 | MCC_SHOW_INVALID_CD_VOLUME_WARNING | TCHAR cDriveLetter |
30022 | MCC_PLAY_TV_CHANNEL_FOR_CLIENT | the MFKEY key of the TV channel to be played |
30023 | MCC_STOP_SERVING_TV_FILE | CTVPlayer *: pointer to TVPlayer object serving the file |
30025 | MCC_SET_OSD_ENABLED | -1 toggles, 1 turns on, 0 turns off (/mcc 30025,-1) |
30026 | MCC_TOGGLE_THEATER_VIEW_GRIDS_CHANNEL_NAME | ignore |
30027 | MCC_PASTE_PLAYING_NOW_IMAGE_FROM_CLIPBOARD | int nZoneID |
30028 | MCC_SHOW_SERVER_PRESENTATION_WEBPAGE | int nDeviceSessionID |
30029 | MCC_PLAY_TRAILER | ignore |
30030 | MCC_MOVE_TAB | int nDelta |
30031 | MCC_CHECK_LOADED | ignore |
30032 | MCC_RELAUNCH_PROGRAM | ignore |
Image Tools
Range: 31,000 to 32,000
Enum | Command | Parameter |
---|---|---|
31000 | MCC_IMAGE_SET_DESKTOP_BACK | ignore |
31001 | MCC_IMAGE_ROTATE_LEFT | ignore |
31002 | MCC_IMAGE_ROTATE_RIGHT | ignore |
31003 | MCC_IMAGE_ROTATE_UPSIDEDOWN | ignore |
31004 | MCC_IMAGE_RESIZE | ignore |
31005 | MCC_IMAGE_EDIT | int nFileKey |
31006 | MCC_IMAGE_DELETE | int nFileKey |
31007 | MCC_IMAGE_PREVIEW_SHOW | ignore |
31008 | MCC_IMAGE_PREVIEW_HIDE | ignore |
31009 | MCC_IMAGE_LOCATE_ON_MAP | ignore |
Query
Range: 32,000 to 33,000
Enum | Command | Parameter |
---|---|---|
32000 | MCC_QUERY_UI_MODE | bool bInternalMode; Exit status is current UI_MODES |
32001 | MCC_QUERY_WEBPAGE_VIEW | ignore |
Commands
Range: 33,000 to 34,000
Note: These are used internally; standard routing.
Enum | Command | Parameter |
---|---|---|
33000 | MCC_GET_SELECTED_FILES | loword: GET_SELECTION_MODES Mode, hiword: short nFlags (1: for playback) |
33001 | MCC_PRINTVIEW | ignore |
33002 | MCC_OUTPUT | int nPlaylistID (-1 for active view) |
33003 | MCC_SETFOCUS | ignore |
33004 | MCC_SELECT_FILES | CMediaArray * |
33005 | MCC_DOUBLE_CLICK | ignore |
33006 | MCC_PLAY_OR_SHOW | ignore |
33007 | MCC_SHOW_CURRENT_FILE | int nFlags (1: force, 2: select) |
33008 | MCC_BUY_SELECTED_TRACKS | int nPurchaseFlags |
33009 | MCC_BUY_ALL_TRACKS | int nPurchaseFlags |
33010 | MCC_BUY_ALBUM | int nPurchaseFlags |
33011 | MCC_UPDATE_AFTER_PLUGIN_INSTALLED | ignore |
33012 | MCC_UPDATE_AFTER_SKIN_INSTALLED | bool bMiniView |
Notifications
Range: 34,000 to 35,000
Note: These are used internally; routed to all view windows.
Enum | Command | Parameter |
---|---|---|
34000 | MCC_NOTIFY_FONT_CHANGED | ignore |
34001 | MCC_NOTIFY_VIEW_CHANGED | ignore |
34002 | MCC_NOTIFY_BEFORE_ACTIVE_VIEW_CHANGED | ignore |
34003 | MCC_NOTIFY_ACTIVE_VIEW_CHANGED | ignore |
34004 | MCC_NOTIFY_PLAYER_INFO_CHANGED | PLAYER_INFO_CHANGES nChange |
34005 | MCC_NOTIFY_TOOLTIPS_CHANGED | bool bEnabled |
34006 | MCC_NOTIFY_OPTIONS_CHANGED | ignore |
34007 | MCC_UPDATE | int nFlags |
34008 | MCC_NOTIFY_FOCUS_CHANGED | ignore |
34009 | MCC_SAVE_PROPERTIES | ignore |
34010 | MCC_NOTIFY_UI_MODE_CHANGED | UI_MODES NewMode |
34011 | MCC_NOTIFY_SELECTION_CHANGED | int nViewKey |
34012 | MCC_NOTIFY_FILE_CHANGED | int nFileKey (-1: invalidates all files) |
34013 | MCC_NOTIFY_FILE_STATUS_CHANGED | int nFileKey (-1: invalidates all files) |
34014 | MCC_NOTIFY_FILE_ENSURE_VISIBLE | int nFileKey |
34015 | MCC_NOTIFY_GET_TAB_HWNDS | ignore |
34016 | MCC_NOTIFY_BURNER_QUEUE_CHANGED | int nFlags (1: folder change) |
34017 | MCC_NOTIFY_BURNER_PROGRESS_CHANGED | int nPercentage |
34018 | MCC_NOTIFY_BURNER_STATUS_CHANGED | ignore |
34019 | MCC_NOTIFY_BURNER_STARTED | ignore |
34020 | MCC_NOTIFY_BURNER_FINISHED_INTERNAL | ignore |
34021 | MCC_NOTIFY_BURNER_FINISHED | ignore |
34022 | MCC_NOTIFY_BURNER_FAILED_INTERNAL | ignore |
34023 | MCC_NOTIFY_BURNER_FAILED | ignore |
34024 | MCC_NOTIFY_BURNER_CLOSE_UI | ignore |
34025 | MCC_NOTIFY_BURNER_PREPARE_FOR_NEXT_COPY | LPCTSTR pStatus |
34026 | MCC_NOTIFY_RIP_STARTED | ignore |
34027 | MCC_NOTIFY_RIP_FINISHED | ignore |
34028 | MCC_NOTIFY_RIP_FAILED | LPCTSTR pError |
34029 | MCC_NOTIFY_RIP_PROGRESS_CHANGED | ignore |
34030 | MCC_NOTIFY_RIP_QUEUE_CHANGED | ignore |
34031 | MCC_NOTIFY_DVD_RIP_STARTED | ignore |
34032 | MCC_NOTIFY_DVD_RIP_FINISHED | ignore |
34033 | MCC_NOTIFY_DVD_RIP_FAILED | int nErrorCode |
34034 | MCC_NOTIFY_DVD_RIP_PROGRESS_CHANGED | int nPercent |
34035 | MCC_NOTIFY_DOWNLOAD_FINISHED | int nFileKey (-1: unknown) |
34036 | MCC_NOTIFY_DOWNLOAD_FAILED | int nFileKey (-1: unknown) |
34037 | MCC_NOTIFY_DOWNLOAD_STATUS_CHANGED | ignore |
34038 | MCC_NOTIFY_STATUS_CHECKER_COMPLETE | ignore |
34039 | MCC_NOTIFY_CURRENT_ZONE_CHANGED | ignore |
34040 | MCC_NOTIFY_DISPLAY_OWNER_CHANGED | JRWnd * pwndOwner |
34041 | MCC_NOTIFY_AFTER_FIRST_UPDATE_LAYOUT_WINDOW | ignore |
34042 | MCC_NOTIFY_AFTER_FIRST_UPDATE_APPLY_VIEW_STATE | ignore |
34043 | MCC_NOTIFY_PROCESS_TIME_REMAINING | int nSecondsRemaining |
34044 | MCC_NOTIFY_UI_UPDATE_ENABLE_DISABLE_STATES | ignore |
34045 | MCC_NOTIFY_UI_SKIN_CHANGED | ignore |
34046 | MCC_UPDATE_WINDOW_LAYOUT | ignore |
34047 | MCC_NOTIFY_SAVE_UI_BEFORE_SHUTDOWN | ignore |
34048 | MCC_OBSOLETE_34046 | ignore |
34049 | MCC_NOTIFY_PLAYLIST_FILES_CHANGED | int nPlaylistID |
34050 | MCC_NOTIFY_PLAYLIST_INFO_CHANGED | int nPlaylistID |
34051 | MCC_NOTIFY_PLAYLIST_ADDED_INTERNAL | int nPlaylistID |
34052 | MCC_NOTIFY_PLAYLIST_ADDED_BY_USER | int nPlaylistID |
34053 | MCC_NOTIFY_PLAYLIST_REMOVED | int nPlaylistID |
34054 | MCC_NOTIFY_PLAYLIST_COLLECTION_CHANGED | ignore |
34055 | MCC_NOTIFY_PLAYLIST_PROPERTIES_CHANGED | int nPlaylistID |
34056 | MCC_NOTIFY_HANDHELD_UPLOAD_STARTED | int nDeviceSessionID (0 gets default) |
34057 | MCC_NOTIFY_HANDHELD_AFTER_DEVICE_CHANGED | ignore |
34058 | MCC_NOTIFY_HANDHELD_QUEUE_CHANGED | ignore |
34059 | MCC_NOTIFY_HANDHELD_INFO_COMPLETE | ignore |
34060 | MCC_NOTIFY_HANDHELD_AFTER_UPLOAD_FINISHED | ignore |
34061 | MCC_NOTIFY_COMPACT_MEMORY | ignore |
34062 | MCC_NOTIFY_SEARCH_CHANGED | ignore |
34063 | MCC_NOTIFY_SEARCH_CONTEXT_CHANGED | ignore |
34064 | MCC_NOTIFY_UPDATE_SHOPPING_CART | JRStoreBase * pStore |
34065 | MCC_NOTIFY_UPDATE_NAVIGATION_TRAIL | ignore |
34066 | MCC_NOTIFY_IMPORT_STARTED | bool bSilent |
34067 | MCC_NOTIFY_IMPORT_FINISHED | bool bSilent |
34068 | MCC_NOTIFY_ROTATED_IMAGES | MFKEY nKey |
34069 | MCC_NOTIFY_LOGIN_STATE_CHANGE | bool bLoggedIn |
34070 | MCC_NOTIFY_MYGAL_PROGRESS | ignore |
34071 | MCC_NOTIFY_MYGAL_DONE | ignore |
34072 | MCC_NOTIFY_PODCAST_CHANGED | ignore |
34073 | MCC_NOTIFY_PODCAST_SETTINGS_CHANGED | ignore |
34074 | MCC_NOTIFY_CONVERT_PROGRESS | ignore |
34075 | MCC_NOTIFY_CONVERT_UPDATE | ignore |
34076 | MCC_NOTIFY_BREADCRUMBS_CHANGED | ignore |
34077 | MCC_NOTIFY_UI_LANGUAGE_CHANGED | ignore |
34078 | MCC_NOTIFY_INSTALLED_PLUGINS_CHANGED | ignore |
34079 | MCC_NOTIFY_SUGGESTED_MUSIC_CHANGED | ignore |
34080 | MCC_NOTIFY_VIEW_SETTINGS_CHANGED | int nFlags |
34081 | MCC_NOTIFY_BEFORE_CONFIGURE_VIEW_SETTINGS | ignore |
34082 | MCC_NOTIFY_TV_RECORDING_CHANGED | ignore |
34083 | MCC_NOTIFY_TV_PROGRAMMING_GUIDE_CHANGED | ignore |
34084 | MCC_NOTIFY_TV_CHANNELS_CHANGED | ignore |
34085 | MCC_NOTIFY_TV_RECORDING_STARTED | ignore |
34086 | MCC_NOTIFY_TV_RECORDING_FINISHED | ignore |
34087 | MCC_NOTIFY_IMPORT_FILES_ADDED | ignore |
34088 | MCC_NOTIFY_PLAYBACK_OPTIONS_CHANGED | ignore |
34089 | MCC_NOTIFY_BEFORE_LAYOUT_USER_INTERFACE | ignore |
34090 | MCC_NOTIFY_AFTER_LAYOUT_USER_INTERFACE | ignore |
34091 | MCC_NOTIFY_ZONE_ADDED_OR_REMOVED | int nZoneID (PLAYER_ZONE_ID_UNDEFINED means multiple changes) |
34092 | MCC_NOTIFY_ZONE_LINKED_OR_UNLINKED | ignore |
34093 | MCC_NOTIFY_LIBRARY_LOCATIONS_CHANGED | ignore |
34094 | MCC_NOTIFY_DSP_SETTINGS_CHANGED_IN_CODE | int nZoneID |
34095 | MCC_NOTIFY_OPTICAL_DISC_CHANGED | ignore |
34096 | MCC_NOTIFY_STORE_DOWNLOAD_STATUS_CHANGED | int nStoreNumber |
34097 | MCC_NOTIFY_CURRENT_PLAYLIST_NEXT_ITEM_TO_PLAY_CHANGED | int nZone |
34098 | MCC_NOTIFY_CONTENT_UPLOAD_PROGRESS | ignore |
34099 | MCC_NOTIFY_CONTENT_UPLOAD_UPDATE | int nEnsureVisibleColumn (if nEnsureVisibleColumn > 0, call EnsureVisible() on the list control) |
34100 | MCC_NOTIFY_TV_PROPERTIES_CHANGED | ignore |
34101 | MCC_NOTIFY_STATUSBAR_TEXT_CHANGED | ignore |
Store
Range: 35,000 to 36,000
Enum | Command | Parameter |
---|---|---|
35000 | MCC_STORE_DOWNLOAD | bool bAllowPurchaseType |
35001 | MCC_STORE_PURCHASE | MFKEY nKey |
35002 | MCC_STORE_SEARCH_AMAZON | MFKEY nKey |
35003 | MCC_STORE_SEARCH_AMAZON_MP3_STORE | MFKEY nKey |
35004 | MCC_OBSOLETE_35004 | ignore |
35005 | MCC_STORE_CHANGE_USER | ignore |
35006 | MCC_STORE_CHECK_FOR_DOWNLOADS | ignore |
Defines
// return value for unhandled MCC commands #define MCC_UNHANDLED 0
// flags for command enable, disable, and check enum MCC_UPDATEUI_FLAGS { MCC_UPDATEUI_ENABLE = 1, MCC_UPDATEUI_DISABLE = 2, MCC_UPDATEUI_PRESSED = 4, };
// update flags #define MCC_UPDATE_FLAG_THUMBNAILS (1 << 0) #define MCC_UPDATE_FLAG_FILE_PROPERTIES (1 << 1) #define MCC_UPDATE_FLAG_FILE_ADDED_OR_REMOVED (1 << 2) #define MCC_UPDATE_FLAG_TREE_STRUCTURE (1 << 3) #define MCC_UPDATE_FLAG_REFILL_LIST (1 << 4) #define MCC_UPDATE_FLAG_ITEM_DELETED (1 << 5) #define MCC_UPDATE_FLAG_NO_PRESERVE_VIEW_STATE (1 << 6) #define MCC_UPDATE_FLAG_WEB_VIEW (1 << 7)
// update all #define MCC_UPDATE_FLAG_ALL (0x7FFFFFFF & ~(MCC_UPDATE_FLAG_NO_PRESERVE_VIEW_STATE))
// settings changed flags #define MCC_SETTING_CHANGED_FLAG_UNKNOWN (1 << 0) #define MCC_SETTING_CHANGED_FLAG_COLUMNS (1 << 1) #define MCC_SETTING_CHANGED_FLAG_SORTING (1 << 2) #define MCC_SETTING_CHANGED_FLAG_VIEW_SCHEME (1 << 3) #define MCC_SETTING_CHANGED_FLAG_GROUPING (1 << 5) #define MCC_SETTING_CHANGED_FLAG_LIBRARY_VIEW_SETTINGS (1 << 6)
// UI modes
enum UI_MODES
{
// unknown
UI_MODE_UNKNOWN = -2000,
// internal modes UI_MODE_INTERNAL_NO_UI = -1000, UI_MODE_INTERNAL_STANDARD = 0, UI_MODE_INTERNAL_MINI_FREEFORM = 1, UI_MODE_INTERNAL_MINI_SLIM = 2, UI_MODE_INTERNAL_DISPLAY_WINDOWED = 3, UI_MODE_INTERNAL_DISPLAY_FULLSCREEN = 4, UI_MODE_INTERNAL_THEATER = 5, UI_MODE_INTERNAL_COVER = 6,
// toggles, shortcuts, etc. UI_MODE_SHORTCUT_TEMPORARY_DISPLAY_WINDOWED = -8, UI_MODE_SHORTCUT_TOGGLE_DISPLAY_AND_LAST_USER_INPUT_MODE = -7, UI_MODE_SHORTCUT_TOGGLE_DISPLAY_EXCLUDE_THEATER_VIEW = -6, UI_MODE_SHORTCUT_TOGGLE_DISPLAY = -5, UI_MODE_SHORTCUT_LAST_SHUTDOWN = -4, UI_MODE_SHORTCUT_CURRENT = -3, UI_MODE_SHORTCUT_CLOSE_DISPLAY = -2, UI_MODE_SHORTCUT_NEXT = -1,
// modes presented to the user UI_MODE_STANDARD = 0, UI_MODE_MINI = 1, UI_MODE_DISPLAY = 2, UI_MODE_THEATER = 3, UI_MODE_COVER = 4, UI_MODE_COUNT = 5, };
// player changes #define PLAYER_INFO_CHANGE_ALL 0xFFFF #define PLAYER_INFO_CHANGE_PLAYER_STATE (1 << 0) #define PLAYER_INFO_CHANGE_VOLUME (1 << 1) #define PLAYER_INFO_CHANGE_FILE_INFO (1 << 2) #define PLAYER_INFO_CHANGE_PLAYLIST (1 << 3) #define PLAYER_INFO_CHANGE_DSP (1 << 4) #define PLAYER_INFO_CHANGE_IMAGE (1 << 5) #define PLAYER_INFO_CHANGE_PLAYING_FILE (1 << 6) #define PLAYER_INFO_CHANGE_OUTPUT_INFO (1 << 7)
// player status codes enum PLAYER_STATUS_CODES { PLAYER_STATUS_CODE_BUFFERING, PLAYER_STATUS_CODE_LOCATING, PLAYER_STATUS_CODE_CONNECTING, PLAYER_STATUS_CODE_DOWNLOADING_CODEC, PLAYER_STATUS_CODE_ACQUIRING_LICENSE, PLAYER_STATUS_CODE_INDIVIDUALIZE_STARTING, PLAYER_STATUS_CODE_INDIVIDUALIZE_CONNECTING, PLAYER_STATUS_CODE_INDIVIDUALIZE_REQUESTING, PLAYER_STATUS_CODE_INDIVIDUALIZE_RECEIVING, PLAYER_STATUS_CODE_INDIVIDUALIZE_COMPLETED, };
// theater view modes enum SHOW_THEATER_VIEW_MODES { SHOW_THEATER_VIEW_MODE_TOGGLE_THEATER_VIEW, SHOW_THEATER_VIEW_MODE_HOME, SHOW_THEATER_VIEW_MODE_PLAYING_NOW, SHOW_THEATER_VIEW_MODE_AUDIO, SHOW_THEATER_VIEW_MODE_IMAGES, SHOW_THEATER_VIEW_MODE_VIDEOS, SHOW_THEATER_VIEW_MODE_PLAYLISTS, SHOW_THEATER_VIEW_MODE_CD_DVD, SHOW_THEATER_VIEW_MODE_TELEVISION, SHOW_THEATER_VIEW_MODE_TELEVISION_GUIDE, SHOW_THEATER_VIEW_MODE_TELEVISION_RECORDINGS, SHOW_THEATER_VIEW_MODE_LAST_VIEWED, };
// get selection modes enum GET_SELECTION_MODES { GET_SELECTION_EXACT, GET_SELECTION_ALL_ON_NONE, GET_SELECTION_ALL_ON_ONE_OR_NONE, GET_SELECTION_ALL, GET_SELECTION_EXACT_WITH_POSITION, };
// skip to modes enum SKIP_TO_MODES { SKIP_TO_UNDEFINED = 0, SKIP_TO_PREVIOUS_ALBUM, SKIP_TO_NEXT_ALBUM, SKIP_TO_PREVIOUS_ARTIST, SKIP_TO_NEXT_ARTIST, };
Specifying Zones
Media Center Core Commands are targeted to a specific playback zone by combining the command's parameter value with the zone specifier value from the Zone Specifiers table. MC zones are integer indexes, from 0 to n, where 0 is the the first local zone, 1 is the second local zone, and so on. Remote zones, such as those for DLNA devices, will not be contiguous with local zones. A list of zones can be obtained using the MCWS command:
- http://<server IP>:52199/MCWS/v1/Playback/Zones
MC version 16.0.118 has simplified command line specification of parameter and zone, eliminating the need for manual calculations prior to usage. The /MCC option now accepts an alternate syntax in the format of [value]:[zone index] for the parameter (see examples). The text that follows documents and describes the original (and still valid) specification, which would be used when issuing an MCC command through a mechanism other than the MC18.exe command.
Zone | Decimal | Hexidecimal |
---|---|---|
Current | 0 | 0x00000000 |
0 | 16777216 | 0x01000000 |
1 | 33554432 | 0x02000000 |
2 | 50331648 | 0x03000000 |
3 | 67108864 | 0x04000000 |
4 | 83886080 | 0x05000000 |
5 | 100663296 | 0x06000000 |
... | ... | ... |
30 | 260046848 | 0x1F000000 |
31 | 520093696 | 0x20000000 |
Technically speaking, the command's parameter is OR'd with the zone specifier value, where bits 0 - 23 specify the command parameter, and bits 24 - 29 specify the zone. For command line usage, the final parameter value to pass to Media Center can be calculated as follows:
- If the parameter is >= 0, the final value = zone specifier + parameter
- If the parameter is < 0, the final value = zone specifier + parameter + 16777216
Examples
- Increase volume to 25% for Zone 2 (new parameter specification available starting with MC 16.0.118)
- MC18.exe /MCC 10020,25:2
- Increase volume to 25% for Zone 2
- The MCC_VOLUME_SET command has command number 10020
- The desired parameter value is 25
- Zone 2 in the Zone Specifier table indicates a value of 50331648 (0x03000000 hex)
- Zone specifier (50331648) + parameter value (25) = 50331673 (0x3000019 hex)
- Toggle pause for Zone 3
- The MCC_SET_PAUSE command has command number 10022
- The desired parameter value is -1 (toggles)
- Zone 3 in the Zone Specifier table indicates a value of 67108864 (0x04000000 hex)
- Zone specifier (67108864) + parameter value (-1) + 16777216 = 83886079 (0x4FFFFFF hex)
Notes
- When bit 32 is set, the zone portion is ignored, and Media Center assumes the parameter is a negative number.
- See the C++ macros below for more information.
The look-up table below shows some pre-calculated parameter values for each of zones 0 through 5 for some typical commands. Find the desired operation, command and command number, and select the cell under the desired zone to obtain the final parameter value.
Operation | MCC Command | Command Number |
Parameter Value |
Zone 0 | Zone 1 | Zone 2 | Zone 3 | Zone 4 | Zone 5 |
---|---|---|---|---|---|---|---|---|---|
Play / Pause | MCC_PLAY_PAUSE | 10000 | 0 | 16777216 | 33554432 | 50331648 | 67108864 | 83886080 | 100663296 |
Play track from start | MCC_PLAY | 10001 | 0 | 16777216 | 33554432 | 50331648 | 67108864 | 83886080 | 100663296 |
Stop | MCC_STOP | 10002 | 0 | 16777216 | 33554432 | 50331648 | 67108864 | 83886080 | 100663296 |
Next | MCC_NEXT | 10003 | 0 | 16777216 | 33554432 | 50331648 | 67108864 | 83886080 | 100663296 |
Previous | MCC_PREVIOUS | 10004 | 0 | 16777216 | 33554432 | 50331648 | 67108864 | 83886080 | 100663296 |
Toggle shuffle mode | MCC_SHUFFLE | 10005 | 0 | 16777216 | 33554432 | 50331648 | 67108864 | 83886080 | 100663296 |
Shuffle - jump to PN | MCC_SHUFFLE | 10005 | 1 | 16777217 | 33554433 | 50331649 | 67108865 | 83886081 | 100663297 |
Shuffle - no jump to PN | MCC_SHUFFLE | 10005 | 2 | 16777218 | 33554434 | 50331650 | 67108866 | 83886082 | 100663298 |
Toggle continuous mode | MCC_CONTINUOUS | 10006 | 0 | 16777216 | 33554432 | 50331648 | 67108864 | 83886080 | 100663296 |
FF | MCC_FAST_FORWARD | 10008 | 0 | 16777216 | 33554432 | 50331648 | 67108864 | 83886080 | 100663296 |
Rew | MCC_REWIND | 10009 | 0 | 16777216 | 33554432 | 50331648 | 67108864 | 83886080 | 100663296 |
Play sequence # | MCC_PLAY_CPLDB_INDEX | 10015 | 0 | 16777216 | 33554432 | 50331648 | 67108864 | 83886080 | 100663296 |
Mute | MCC_VOLUME_MUTE | 10017 | 0 | 16777216 | 33554432 | 50331648 | 67108864 | 83886080 | 100663296 |
Vol +5 | MCC_VOLUME_UP | 10018 | 5 | 16777221 | 33554437 | 50331653 | 67108869 | 83886085 | 100663301 |
Vol -5 | MCC_VOLUME_DOWN | 10019 | 5 | 16777221 | 33554437 | 50331653 | 67108869 | 83886085 | 100663301 |
Vol 0 | MCC_VOLUME_SET | 10020 | 0 | 16777216 | 33554432 | 50331648 | 67108864 | 83886080 | 100663296 |
Vol 25 | MCC_VOLUME_SET | 10020 | 25 | 16777241 | 33554457 | 50331673 | 67108889 | 83886105 | 100663321 |
Vol 50 | MCC_VOLUME_SET | 10020 | 50 | 16777266 | 33554482 | 50331698 | 67108914 | 83886130 | 100663346 |
Vol 75 | MCC_VOLUME_SET | 10020 | 75 | 16777291 | 33554507 | 50331723 | 67108939 | 83886155 | 100663371 |
Vol 100 | MCC_VOLUME_SET | 10020 | 100 | 16777316 | 33554532 | 50331748 | 67108964 | 83886180 | 100663396 |
Toggle pause | MCC_SET_PAUSE | 10022 | -1 | 33554431 | 50331647 | 67108863 | 83886079 | 100663295 | 117440511 |
Rating clear | MCC_SET_CURRENTLY_PLAYING_RATING | 10023 | 0 | 16777216 | 33554432 | 50331648 | 67108864 | 83886080 | 100663296 |
Rating 1 | MCC_SET_CURRENTLY_PLAYING_RATING | 10023 | 1 | 16777217 | 33554433 | 50331649 | 67108865 | 83886081 | 100663297 |
Rating 2 | MCC_SET_CURRENTLY_PLAYING_RATING | 10023 | 2 | 16777218 | 33554434 | 50331650 | 67108866 | 83886082 | 100663298 |
Rating 3 | MCC_SET_CURRENTLY_PLAYING_RATING | 10023 | 3 | 16777219 | 33554435 | 50331651 | 67108867 | 83886083 | 100663299 |
Rating 4 | MCC_SET_CURRENTLY_PLAYING_RATING | 10023 | 4 | 16777220 | 33554436 | 50331652 | 67108868 | 83886084 | 100663300 |
Rating 5 | MCC_SET_CURRENTLY_PLAYING_RATING | 10023 | 5 | 16777221 | 33554437 | 50331653 | 67108869 | 83886085 | 100663301 |