Class MetadataRefreshOptions
Inheritance
System.Object
MetadataRefreshOptions
Assembly: MediaBrowser.Controller.dll
public sealed class MetadataRefreshOptions : ImageRefreshOptions
Constructors
Declaration
public MetadataRefreshOptions(IDirectoryService directoryService)
Parameters
Declaration
public MetadataRefreshOptions(MetadataRefreshOptions copy)
Parameters
Declaration
public MetadataRefreshOptions(IFileSystem fileSystem)
Parameters
Properties
EnableRemoteContentProbe
Declaration
public bool EnableRemoteContentProbe { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableSubtitleDownloading { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableThumbnailImageExtraction { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ForceSave { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsSecondPass { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public MetadataRefreshMode MetadataRefreshMode { get; set; }
Property Value
Declaration
public bool OverwriteLocalMetadataProviderIds { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool Recursive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string[] RefreshPaths { get; set; }
Property Value
Type |
Description |
System.String[] |
|
When paired with MetadataRefreshMode=FullRefresh, all existing data will be overwritten with new data from the providers.
Declaration
public bool ReplaceAllMetadata { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public RemoteSearchResult SearchResult { get; set; }
Property Value
Declaration
public bool SearchResultApplied { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public long SearchResultItemId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public bool UpdateMetadataFromRelatedItems { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public bool RefreshItem(BaseItem item)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods