Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class MetadataRefreshOptions

    Inheritance
    System.Object
    ImageRefreshOptions
    MetadataRefreshOptions
    Inherited Members
    ImageRefreshOptions.ImageRefreshMode
    ImageRefreshOptions.DirectoryService
    ImageRefreshOptions.ReplaceAllImages
    ImageRefreshOptions.IsAutomated
    Namespace: MediaBrowser.Controller.Providers
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class MetadataRefreshOptions : ImageRefreshOptions

    Constructors

    MetadataRefreshOptions(IDirectoryService)

    Declaration
    public MetadataRefreshOptions(IDirectoryService directoryService)
    Parameters
    Type Name Description
    IDirectoryService directoryService

    MetadataRefreshOptions(MetadataRefreshOptions)

    Declaration
    public MetadataRefreshOptions(MetadataRefreshOptions copy)
    Parameters
    Type Name Description
    MetadataRefreshOptions copy

    MetadataRefreshOptions(IFileSystem)

    Declaration
    public MetadataRefreshOptions(IFileSystem fileSystem)
    Parameters
    Type Name Description
    IFileSystem fileSystem

    Properties

    EnableRemoteContentProbe

    Declaration
    public bool EnableRemoteContentProbe { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableSubtitleDownloading

    Declaration
    public bool EnableSubtitleDownloading { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableThumbnailImageExtraction

    Declaration
    public bool EnableThumbnailImageExtraction { get; set; }
    Property Value
    Type Description
    System.Boolean

    ForceSave

    Declaration
    public bool ForceSave { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsSecondPass

    Declaration
    public bool IsSecondPass { get; set; }
    Property Value
    Type Description
    System.Boolean

    MetadataRefreshMode

    Declaration
    public MetadataRefreshMode MetadataRefreshMode { get; set; }
    Property Value
    Type Description
    MetadataRefreshMode

    OverwriteLocalMetadataProviderIds

    Declaration
    public bool OverwriteLocalMetadataProviderIds { get; set; }
    Property Value
    Type Description
    System.Boolean

    RefreshPaths

    Declaration
    public string[] RefreshPaths { get; set; }
    Property Value
    Type Description
    System.String[]

    ReplaceAllMetadata

    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

    SearchResult

    Declaration
    public RemoteSearchResult SearchResult { get; set; }
    Property Value
    Type Description
    RemoteSearchResult

    SearchResultApplied

    Declaration
    public bool SearchResultApplied { get; set; }
    Property Value
    Type Description
    System.Boolean

    SearchResultItemId

    Declaration
    public long SearchResultItemId { get; set; }
    Property Value
    Type Description
    System.Int64

    UpdateMetadataFromRelatedItems

    Declaration
    public bool UpdateMetadataFromRelatedItems { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    RefreshItem(BaseItem)

    Declaration
    public bool RefreshItem(BaseItem item)
    Parameters
    Type Name Description
    BaseItem item
    Returns
    Type Description
    System.Boolean

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.