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

    Show / Hide Table of Contents

    Class LibraryOptions

    Inheritance
    System.Object
    LibraryOptions
    Namespace: MediaBrowser.Model.Configuration
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class LibraryOptions

    Fields

    DefaultThumbnailInterval

    Declaration
    public static int DefaultThumbnailInterval
    Field Value
    Type Description
    System.Int32

    Properties

    AutoGenerateChapters

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

    AutomaticRefreshIntervalDays

    Declaration
    public int AutomaticRefreshIntervalDays { get; set; }
    Property Value
    Type Description
    System.Int32

    CacheImages

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

    CollapseSingleItemFolders

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

    ContentType

    Declaration
    public string ContentType { get; set; }
    Property Value
    Type Description
    System.String

    DisabledLocalMetadataReaders

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

    DisabledLyricsFetchers

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

    DisabledSubtitleFetchers

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

    DownloadImagesInAdvance

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

    EnableAdultMetadata

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

    EnableArchiveMediaFiles

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

    EnableAudioResume

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

    EnableAutomaticSeriesGrouping

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

    EnableChapterImageExtraction

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

    EnableEmbeddedTitles

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

    EnableMarkerDetection

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

    EnableMarkerDetectionDuringLibraryScan

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

    EnablePhotos

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

    EnableRealtimeMonitor

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

    ExtractChapterImagesDuringLibraryScan

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

    ForcedSubtitlesOnly

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

    HearingImpairedSubtitlesOnly

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

    IgnoreFileExtensions

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

    IgnoreHiddenFiles

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

    ImportCollections

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

    ImportPlaylists

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

    IntroDetectionFingerprintLength

    Declaration
    public int IntroDetectionFingerprintLength { get; set; }
    Property Value
    Type Description
    System.Int32

    LocalMetadataReaderOrder

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

    LyricsDownloadLanguages

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

    LyricsDownloadMaxAgeDays

    Declaration
    public int LyricsDownloadMaxAgeDays { get; set; }
    Property Value
    Type Description
    System.Int32

    LyricsFetcherOrder

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

    MaxResumePct

    Gets or sets the maximum percentage of an item that can be played while still saving playstate. If this percentage is crossed playstate will be reset to the beginning and the item will be marked watched.

    Declaration
    public int MaxResumePct { get; set; }
    Property Value
    Type Description
    System.Int32

    The max resume PCT.

    MetadataCountryCode

    Gets or sets the metadata country code.

    Declaration
    public string MetadataCountryCode { get; set; }
    Property Value
    Type Description
    System.String

    The metadata country code.

    MetadataSavers

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

    MinCollectionItems

    Declaration
    public int MinCollectionItems { get; set; }
    Property Value
    Type Description
    System.Int32

    MinResumeDurationSeconds

    Gets or sets the minimum duration that an item must have in order to be eligible for playstate updates..

    Declaration
    public int MinResumeDurationSeconds { get; set; }
    Property Value
    Type Description
    System.Int32

    The min resume duration seconds.

    MinResumePct

    Gets or sets the minimum percentage of an item that must be played in order for playstate to be updated.

    Declaration
    public int MinResumePct { get; set; }
    Property Value
    Type Description
    System.Int32

    The min resume PCT.

    MusicFolderStructure

    Declaration
    public string MusicFolderStructure { get; set; }
    Property Value
    Type Description
    System.String

    PathInfos

    Declaration
    public MediaPathInfo[] PathInfos { get; set; }
    Property Value
    Type Description
    MediaPathInfo[]

    PlaceholderMetadataRefreshIntervalDays

    Declaration
    public int PlaceholderMetadataRefreshIntervalDays { get; set; }
    Property Value
    Type Description
    System.Int32

    PreferredImageLanguage

    Declaration
    public string PreferredImageLanguage { get; set; }
    Property Value
    Type Description
    System.String

    PreferredMetadataLanguage

    Gets or sets the preferred metadata language.

    Declaration
    public string PreferredMetadataLanguage { get; set; }
    Property Value
    Type Description
    System.String

    The preferred metadata language.

    RequirePerfectSubtitleMatch

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

    SampleIgnoreSize

    Declaration
    public int SampleIgnoreSize { get; set; }
    Property Value
    Type Description
    System.Int32

    SaveLocalMetadata

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

    SaveLocalThumbnailSets

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

    SaveLyricsWithMedia

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

    SaveMetadataHidden

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

    SaveSubtitlesWithMedia

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

    ShareEmbeddedMusicAlbumImages

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

    SkipSubtitlesIfAudioTrackMatches

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

    SkipSubtitlesIfEmbeddedSubtitlesPresent

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

    SubtitleDownloadLanguages

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

    SubtitleDownloadMaxAgeDays

    Declaration
    public int SubtitleDownloadMaxAgeDays { get; set; }
    Property Value
    Type Description
    System.Int32

    SubtitleFetcherOrder

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

    ThumbnailImagesIntervalSeconds

    Declaration
    public int ThumbnailImagesIntervalSeconds { get; set; }
    Property Value
    Type Description
    System.Int32

    TypeOptions

    Declaration
    public TypeOptions[] TypeOptions { get; set; }
    Property Value
    Type Description
    TypeOptions[]

    Methods

    GetTypeOptions(String)

    Declaration
    public TypeOptions GetTypeOptions(string type)
    Parameters
    Type Name Description
    System.String type
    Returns
    Type Description
    TypeOptions

    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.