Skip to content

Smart Facade Controls

Armand Pondman edited this page Jun 17, 2014 · 4 revisions

Format

MediaBrowser.Query.CustomIdentifier.Parameter1.Parameter2(.Limit as int)

<control>
      <description>MediaBrowser.Query.Identifier.Parameter1.Parameter2</description>
      <type>facadeview</type>
...
</control>

Skin properties

Skin properties published are prefixed with: #MediaBrowser.Query.CustomIdentifier (.Loading, .Selected)

examples:

show 3 movies that were recently added

MediaBrowser.Query.MyDashboardQuery.RecentlyAdded.Movie.3


show 5 random movies

MediaBrowser.Query.MyDashboardQuery.Random.Movie.5


show 8 episodes that were recently added and unwatched

MediaBrowser.Query.MyDashboardQuery.RecentlyAdded.Episode.Unwatched.8

Clone this wiki locally