Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias MetadataProviderConfigResource

    type MetadataProviderConfigResource = {
        id?: number;
        writeAudioTags?: Readarr.WriteAudioTagsType;
        scrubAudioTags?: boolean;
        writeBookTags?: WriteBookTagsType;
        updateCovers?: boolean;
        embedMetadata?: boolean;
    }
    Index

    Properties

    id?: number
    writeAudioTags?: Readarr.WriteAudioTagsType
    scrubAudioTags?: boolean
    writeBookTags?: WriteBookTagsType
    updateCovers?: boolean
    embedMetadata?: boolean