@jellyfin/sdk
    Preparing search index...

    Interface 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?: string[] | null;
        LyricFetcherOrder?: string[];
        MediaSegmentProviderOrder?: string[];
        MetadataCountryCode?: string | null;
        MetadataSavers?: string[] | null;
        PathInfos?: MediaPathInfo[];
        PreferNonstandardArtistsTag?: boolean;
        PreferredMetadataLanguage?: string | null;
        RequirePerfectSubtitleMatch?: boolean;
        SaveLocalMetadata?: boolean;
        SaveLyricsWithMedia?: boolean;
        SaveSubtitlesWithMedia?: boolean;
        SaveTrickplayWithMedia?: boolean;
        SeasonZeroDisplayName?: string;
        SkipSubtitlesIfAudioTrackMatches?: boolean;
        SkipSubtitlesIfEmbeddedSubtitlesPresent?: boolean;
        SubtitleDownloadLanguages?: string[] | null;
        SubtitleFetcherOrder?: string[];
        TypeOptions?: TypeOptions[];
        UseCustomTagDelimiters?: boolean;
    }
    Index

    Properties

    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?: string[] | null
    LyricFetcherOrder?: string[]
    MediaSegmentProviderOrder?: string[]
    MetadataCountryCode?: string | null

    Gets or sets the metadata country code.

    MetadataSavers?: string[] | null
    PathInfos?: MediaPathInfo[]
    PreferNonstandardArtistsTag?: boolean
    PreferredMetadataLanguage?: string | null

    Gets or sets the preferred metadata language.

    RequirePerfectSubtitleMatch?: boolean
    SaveLocalMetadata?: boolean
    SaveLyricsWithMedia?: boolean
    SaveSubtitlesWithMedia?: boolean
    SaveTrickplayWithMedia?: boolean
    SeasonZeroDisplayName?: string
    SkipSubtitlesIfAudioTrackMatches?: boolean
    SkipSubtitlesIfEmbeddedSubtitlesPresent?: boolean
    SubtitleDownloadLanguages?: string[] | null
    SubtitleFetcherOrder?: string[]
    TypeOptions?: TypeOptions[]
    UseCustomTagDelimiters?: boolean