Difference between revisions of "View Modes"

From JRiverWiki
Jump to: navigation, search
 
(10 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
* [[Standard View]] - the primary user interface designed for use on a desktop computer
 
* [[Standard View]] - the primary user interface designed for use on a desktop computer
 
* [[Mini View]] - this is a small-sized interface designed to be used while doing other work on the computer.
 
* [[Mini View]] - this is a small-sized interface designed to be used while doing other work on the computer.
* Theater View - the interface designed for use from a large-screen and remote, such as with a Home Theater PC.
+
* [[Theater View]] - the interface designed for use from a large-screen and remote, such as with a Home Theater PC.
* Display View - this is the full-screen playback mode of Media Center.
+
* [[Display View]] - this is the full-screen playback mode of Media Center.
* Cover View - this is a full-screen version of Standard View, without any additional window chrome.
+
* [[Cover View]] - this is a full-screen version of Standard View, without any additional window chrome.
  
 
Media Center can also be accessed by network devices through its [[Media Network]] features.  These systems can have their own customized views separate from those used by the primary View Modes.
 
Media Center can also be accessed by network devices through its [[Media Network]] features.  These systems can have their own customized views separate from those used by the primary View Modes.
  
 
== Changing View Modes ==
 
== Changing View Modes ==
 +
 +
=== Standard View ===
  
 
You can switch which View Mode is currently active via a variety of methods:
 
You can switch which View Mode is currently active via a variety of methods:
Line 16: Line 18:
  
 
[[File:MC19-Switch_View_Modes.png|frame|none]]
 
[[File:MC19-Switch_View_Modes.png|frame|none]]
 +
 +
=== Mini View ===
  
 
* By right-clicking on the player and choosing the <span style="color:#8B4513">View</span> menu from within [[Mini View]]:
 
* By right-clicking on the player and choosing the <span style="color:#8B4513">View</span> menu from within [[Mini View]]:
  
 
[[File:MC19-Switch View Modes-Mini.png|frame|none]]
 
[[File:MC19-Switch View Modes-Mini.png|frame|none]]
 +
 +
=== Keyboard Shortcut ===
  
 
* By [[Keyboard_Hot-keys|keyboard shortcut]]:
 
* By [[Keyboard_Hot-keys|keyboard shortcut]]:
  
{| class="wikitable"
+
{| border="1"
 
|-
 
|-
 
! Function
 
! Function
Line 39: Line 45:
 
| Open Standard View
 
| Open Standard View
 
| <tt>Ctrl + 1</tt>
 
| <tt>Ctrl + 1</tt>
| <tt>Ctrl + 1</tt>
+
| <nowiki>⌘</nowiki><tt> + 1</tt>
|}
+
|-
 
+
| Open Mini View
{| class="wikitable"
+
| <tt>Ctrl + 2</tt>
 +
| <nowiki>⌘</nowiki><tt> + 2</tt>
 +
|-
 +
| Open Display View
 +
| <tt>Ctrl + 3</tt>
 +
| <nowiki>⌘</nowiki><tt> + 3</tt>
 
|-
 
|-
!
+
| Open Theater View
 +
| <tt>Ctrl + 4</tt>
 +
| <nowiki>⌘</nowiki><tt> + 4</tt>
 
|-
 
|-
| Cycle Primary Views
+
| Open Cover View
| <tt>Shift + F11</tt>
+
| <tt>Ctrl + 5</tt>
| <tt> + F11</tt>
+
| <nowiki></nowiki><tt> + 5</tt>
| -
 
| Cycle Theater Views
 
| <tt>F11</tt>
 
| <tt>F11</tt>
 
| -
 
| Open Standard View
 
| <tt>Ctrl + 1</tt>
 
| ⌘<tt> + 1</tt>
 
 
|}
 
|}
  
Windows Shortcut
+
=== Automation ===
 +
 
 +
* Via [[DevZone|MC's APIs]], including:
 +
** A number of [[Media_Center_Core_Commands#View|View-related MCC Commands]], which can be triggered from [[Web_Service_Interface|MCWS]] or via Windows Message.
 +
** [[The_Command_Line|Command Line]] Mode command (/mode).
 +
** [[Media_Center_Automation|COM Automation]] (Windows only)
  
* By automation command
 
  
 +
[[Category: View Modes]]
 
[[Category: Frequently Asked Questions]]
 
[[Category: Frequently Asked Questions]]

Latest revision as of 17:57, 24 March 2014

MC has five primary View Modes, which change the overall look and operation of Media Center for different uses. These are:

  • Standard View - the primary user interface designed for use on a desktop computer
  • Mini View - this is a small-sized interface designed to be used while doing other work on the computer.
  • Theater View - the interface designed for use from a large-screen and remote, such as with a Home Theater PC.
  • Display View - this is the full-screen playback mode of Media Center.
  • Cover View - this is a full-screen version of Standard View, without any additional window chrome.

Media Center can also be accessed by network devices through its Media Network features. These systems can have their own customized views separate from those used by the primary View Modes.

Changing View Modes

Standard View

You can switch which View Mode is currently active via a variety of methods:

MC19-Switch View Modes.png

Mini View

  • By right-clicking on the player and choosing the View menu from within Mini View:
MC19-Switch View Modes-Mini.png

Keyboard Shortcut

Function Windows Shortcut OSX Shortcut
Cycle Primary Views Shift + F11 + F11
Cycle Theater Views F11 F11
Open Standard View Ctrl + 1 + 1
Open Mini View Ctrl + 2 + 2
Open Display View Ctrl + 3 + 3
Open Theater View Ctrl + 4 + 4
Open Cover View Ctrl + 5 + 5

Automation