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

    Type Alias GetApiV1ConfigNamingExamplesData

    type GetApiV1ConfigNamingExamplesData = {
        body?: never;
        path?: never;
        query?: {
            renameTracks?: boolean;
            replaceIllegalCharacters?: boolean;
            colonReplacementFormat?: number;
            standardTrackFormat?: string;
            multiDiscTrackFormat?: string;
            artistFolderFormat?: string;
            includeArtistName?: boolean;
            includeAlbumTitle?: boolean;
            includeQuality?: boolean;
            replaceSpaces?: boolean;
            separator?: string;
            numberStyle?: string;
            id?: number;
            resourceName?: string;
        };
        url: "/api/v1/config/naming/examples";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: {
        renameTracks?: boolean;
        replaceIllegalCharacters?: boolean;
        colonReplacementFormat?: number;
        standardTrackFormat?: string;
        multiDiscTrackFormat?: string;
        artistFolderFormat?: string;
        includeArtistName?: boolean;
        includeAlbumTitle?: boolean;
        includeQuality?: boolean;
        replaceSpaces?: boolean;
        separator?: string;
        numberStyle?: string;
        id?: number;
        resourceName?: string;
    }
    url: "/api/v1/config/naming/examples"