LibraryOptions

interface LibraryOptions {
    AllowEmbeddedSubtitles?: EmbeddedSubtitleOptions;
    AutomaticallyAddToCollection?: boolean;
    AutomaticRefreshIntervalDays?: number;
    CustomTagDelimiters?: string[];
    DelimiterWhitelist?: string[];
    DisabledLocalMetadataReaders?: string[];
    DisabledLyricFetchers?: string[];
    DisabledMediaSegmentProviders?: string[];
    DisabledSubtitleFetchers?: string[];
    EnableAutomaticSeriesGrouping?: boolean;
    EnableChapterImageExtraction?: boolean;
    Enabled?: boolean;
    EnableEmbeddedEpisodeInfos?: boolean;
    EnableEmbeddedExtrasTitles?: boolean;
    EnableEmbeddedTitles?: boolean;
    EnableInternetProviders?: boolean;
    EnableLUFSScan?: boolean;
    EnablePhotos?: boolean;
    EnableRealtimeMonitor?: boolean;
    EnableTrickplayImageExtraction?: boolean;
    ExtractChapterImagesDuringLibraryScan?: boolean;
    ExtractTrickplayImagesDuringLibraryScan?: boolean;
    LocalMetadataReaderOrder?: null | string[];
    LyricFetcherOrder?: string[];
    MediaSegmentProvideOrder?: string[];
    MetadataCountryCode?: null | string;
    MetadataSavers?: null | string[];
    PathInfos?: MediaPathInfo[];
    PreferNonstandardArtistsTag?: boolean;
    PreferredMetadataLanguage?: null | string;
    RequirePerfectSubtitleMatch?: boolean;
    SaveLocalMetadata?: boolean;
    SaveLyricsWithMedia?: boolean;
    SaveSubtitlesWithMedia?: boolean;
    SaveTrickplayWithMedia?: boolean;
    SeasonZeroDisplayName?: string;
    SkipSubtitlesIfAudioTrackMatches?: boolean;
    SkipSubtitlesIfEmbeddedSubtitlesPresent?: boolean;
    SubtitleDownloadLanguages?: null | string[];
    SubtitleFetcherOrder?: string[];
    TypeOptions?: TypeOptions[];
    UseCustomTagDelimiters?: boolean;
}

Properties

AllowEmbeddedSubtitles?: EmbeddedSubtitleOptions

LibraryOptions

AutomaticallyAddToCollection?: boolean

LibraryOptions

AutomaticRefreshIntervalDays?: number

LibraryOptions

CustomTagDelimiters?: string[]

LibraryOptions

DelimiterWhitelist?: string[]

LibraryOptions

DisabledLocalMetadataReaders?: string[]

LibraryOptions

DisabledLyricFetchers?: string[]

LibraryOptions

DisabledMediaSegmentProviders?: string[]

LibraryOptions

DisabledSubtitleFetchers?: string[]

LibraryOptions

EnableAutomaticSeriesGrouping?: boolean

LibraryOptions

EnableChapterImageExtraction?: boolean

LibraryOptions

Enabled?: boolean

LibraryOptions

EnableEmbeddedEpisodeInfos?: boolean

LibraryOptions

EnableEmbeddedExtrasTitles?: boolean

LibraryOptions

EnableEmbeddedTitles?: boolean

LibraryOptions

EnableInternetProviders?: boolean

LibraryOptions

EnableLUFSScan?: boolean

LibraryOptions

EnablePhotos?: boolean

LibraryOptions

EnableRealtimeMonitor?: boolean

LibraryOptions

EnableTrickplayImageExtraction?: boolean

LibraryOptions

ExtractChapterImagesDuringLibraryScan?: boolean

LibraryOptions

ExtractTrickplayImagesDuringLibraryScan?: boolean

LibraryOptions

LocalMetadataReaderOrder?: null | string[]

LibraryOptions

LyricFetcherOrder?: string[]

LibraryOptions

MediaSegmentProvideOrder?: string[]

LibraryOptions

MetadataCountryCode?: null | string

Gets or sets the metadata country code.

LibraryOptions

MetadataSavers?: null | string[]

LibraryOptions

PathInfos?: MediaPathInfo[]

LibraryOptions

PreferNonstandardArtistsTag?: boolean

LibraryOptions

PreferredMetadataLanguage?: null | string

Gets or sets the preferred metadata language.

LibraryOptions

RequirePerfectSubtitleMatch?: boolean

LibraryOptions

SaveLocalMetadata?: boolean

LibraryOptions

SaveLyricsWithMedia?: boolean

LibraryOptions

SaveSubtitlesWithMedia?: boolean

LibraryOptions

SaveTrickplayWithMedia?: boolean

LibraryOptions

SeasonZeroDisplayName?: string

LibraryOptions

SkipSubtitlesIfAudioTrackMatches?: boolean

LibraryOptions

SkipSubtitlesIfEmbeddedSubtitlesPresent?: boolean

LibraryOptions

SubtitleDownloadLanguages?: null | string[]

LibraryOptions

SubtitleFetcherOrder?: string[]

LibraryOptions

TypeOptions?: TypeOptions[]

LibraryOptions

UseCustomTagDelimiters?: boolean

LibraryOptions