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

    Type Alias NamingConfigResource

    type NamingConfigResource = {
        id?: number;
        renameTracks?: boolean;
        replaceIllegalCharacters?: boolean;
        colonReplacementFormat?: number;
        standardTrackFormat?: string | null;
        multiDiscTrackFormat?: string | null;
        artistFolderFormat?: string | null;
        includeArtistName?: boolean;
        includeAlbumTitle?: boolean;
        includeQuality?: boolean;
        replaceSpaces?: boolean;
        separator?: string | null;
        numberStyle?: string | null;
    }
    Index

    Properties

    id?: number
    renameTracks?: boolean
    replaceIllegalCharacters?: boolean
    colonReplacementFormat?: number
    standardTrackFormat?: string | null
    multiDiscTrackFormat?: string | null
    artistFolderFormat?: string | null
    includeArtistName?: boolean
    includeAlbumTitle?: boolean
    includeQuality?: boolean
    replaceSpaces?: boolean
    separator?: string | null
    numberStyle?: string | null