[ApiMember(Name = "ReplaceAllMetadata", Description = "Determines if metadata should be replaced. Only applicable if mode is FullRefresh", IsRequired = false, DataType = "boolean", ParameterType = "query", Verb = "POST")]
publicboolReplaceAllMetadata{get;set;}
[ApiMember(Name = "ReplaceAllImages", Description = "Determines if images should be replaced. Only applicable if mode is FullRefresh", IsRequired = false, DataType = "boolean", ParameterType = "query", Verb = "POST")]
[ApiMember(Name = "ControllableByUserId", Description = "Optional. Filter by sessions that a given user is allowed to remote control.", IsRequired = false, DataType = "string", ParameterType = "query", Verb = "GET")]
@ -27,6 +29,7 @@ namespace MediaBrowser.Api
/// Class DisplayContent
/// </summary>
[Route("/Sessions/{Id}/Viewing", "POST", Summary = "Instructs a session to browse to an item or view")]
[Authenticated]
publicclassDisplayContent:IReturnVoid
{
/// <summary>
@ -59,6 +62,7 @@ namespace MediaBrowser.Api
}
[Route("/Sessions/{Id}/Playing", "POST", Summary = "Instructs a session to play an item")]
[Authenticated]
publicclassPlay:IReturnVoid
{
/// <summary>
@ -91,6 +95,7 @@ namespace MediaBrowser.Api
}
[Route("/Sessions/{Id}/Playing/{Command}", "POST", Summary = "Issues a playstate command to a client")]
[Authenticated]
publicclassSendPlaystateCommand:IReturnVoid
{
/// <summary>
@ -115,6 +120,7 @@ namespace MediaBrowser.Api
}
[Route("/Sessions/{Id}/System/{Command}", "POST", Summary = "Issues a system command to a client")]
[Authenticated]
publicclassSendSystemCommand:IReturnVoid
{
/// <summary>
@ -133,6 +139,7 @@ namespace MediaBrowser.Api
}
[Route("/Sessions/{Id}/Command/{Command}", "POST", Summary = "Issues a system command to a client")]
[Authenticated]
publicclassSendGeneralCommand:IReturnVoid
{
/// <summary>
@ -151,6 +158,7 @@ namespace MediaBrowser.Api
}
[Route("/Sessions/{Id}/Command", "POST", Summary = "Issues a system command to a client")]
"LabelTranscodingTempPathHelp":"This folder contains working files used by the transcoder.",
"LabelTranscodingTempPathHelp":"This folder contains working files used by the transcoder. Specify a custom path, or leave empty to use the default within the server's data folder.",
"LabelImageSavingConventionHelp":"Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.",
"OptionImageSavingCompatible":"Compatible - Media Browser/Plex/Xbmc",
"OptionImageSavingCompatible":"Compatible - Media Browser/Xbmc/Plex",
"LabelGroupChannelsIntoViews":"Display the following channels directly within my views:",
"LabelGroupChannelsIntoViewsHelp":"If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
"LabelDisplayCollectionsView":"Display a Collections view to show movie collections"
"LabelDisplayCollectionsView":"Display a Collections view to show movie collections",
"LabelXbmcMetadataEnableExtraThumbs":"Copy extrafanart into extrathumbs",
"LabelXbmcMetadataEnableExtraThumbsHelp":"When downloading images they can be saved into both extrafanart and extrathumbs for maximum Xbmc skin compatibility.",
"TabServices":"Services",
"TabLogs":"Logs",
"HeaderServerLogFiles":"Server log files:",
"TabBranding":"Branding",
"HeaderBrandingHelp":"Customize the appearance of Media Browser to fit the needs of your group or organization.",
"LabelLoginDisclaimer":"Login disclaimer:",
"LabelLoginDisclaimerHelp":"This will be displayed at the bottom of the login page."