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

    Type Alias NamingConfigResource

    type NamingConfigResource = {
        id?: number;
        renameEpisodes?: boolean;
        replaceIllegalCharacters?: boolean;
        colonReplacementFormat?: number;
        customColonReplacementFormat?: string | null;
        multiEpisodeStyle?: number;
        standardEpisodeFormat?: string | null;
        dailyEpisodeFormat?: string | null;
        animeEpisodeFormat?: string | null;
        seriesFolderFormat?: string | null;
        seasonFolderFormat?: string | null;
        specialsFolderFormat?: string | null;
    }
    Index

    Properties

    id?: number
    renameEpisodes?: boolean
    replaceIllegalCharacters?: boolean
    colonReplacementFormat?: number
    customColonReplacementFormat?: string | null
    multiEpisodeStyle?: number
    standardEpisodeFormat?: string | null
    dailyEpisodeFormat?: string | null
    animeEpisodeFormat?: string | null
    seriesFolderFormat?: string | null
    seasonFolderFormat?: string | null
    specialsFolderFormat?: string | null