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

    Type Alias NamingConfigResource

    type NamingConfigResource = {
        id?: number;
        renameMovies?: boolean;
        replaceIllegalCharacters?: boolean;
        colonReplacementFormat?: ColonReplacementFormat;
        standardMovieFormat?: string | null;
        movieFolderFormat?: string | null;
    }
    Index

    Properties

    id?: number
    renameMovies?: boolean
    replaceIllegalCharacters?: boolean
    colonReplacementFormat?: ColonReplacementFormat
    standardMovieFormat?: string | null
    movieFolderFormat?: string | null