Skip to content
Armand Pondman edited this page Oct 22, 2013 · 7 revisions

Instead of binding functionality to a specific control id the plugin allows for skin commands to be placed inside the description node of a control

MediaBrowser.Command.CycleLayout Cycles the facade layout in the main window

MediaBrowser.Command.ChangeUser Display the user profile selection dialog

MediaBrowser.Command.RandomMovie Jumps to details view for a random movie.

MediaBrowser.Command.Play Triggers the playback of the current movie in the movie details window

MediaBrowser.Command.Sort Shows the dialog with sorting options

MediaBrowser.Command.Filter Shows the dialog with filter options

<control>
  <description>MediaBrowser.Command.Name</description>
</control>

Clone this wiki locally