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

    Type Alias PatchSubtitlesData

    type PatchSubtitlesData = {
        body?: never;
        path?: never;
        query: {
            action: string;
            language: string;
            path: string;
            type: string;
            id: number;
            forced?: string;
            hi?: string;
            original_format?: string;
            reference?: string;
            max_offset_seconds?: string;
            no_fix_framerate?: string;
            gss?: string;
        };
        url: "/subtitles";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query: {
        action: string;
        language: string;
        path: string;
        type: string;
        id: number;
        forced?: string;
        hi?: string;
        original_format?: string;
        reference?: string;
        max_offset_seconds?: string;
        no_fix_framerate?: string;
        gss?: string;
    }

    Type Declaration

    • action: string

      Action from ["sync", "translate" or mods name]

    • language: string

      Language code2

    • path: string

      Subtitles file path

    • type: string

      Media type from ["episode", "movie"]

    • id: number

      Media ID (episodeId, radarrId)

    • Optionalforced?: string

      Forced subtitles from ["True", "False"]

    • Optionalhi?: string

      HI subtitles from ["True", "False"]

    • Optionaloriginal_format?: string

      Use original subtitles format from ["True", "False"]

    • Optionalreference?: string

      Reference to use for sync from video file track number (a:0) or some subtitles file path

    • Optionalmax_offset_seconds?: string

      Maximum offset seconds to allow

    • Optionalno_fix_framerate?: string

      Don't try to fix framerate from ["True", "False"]

    • Optionalgss?: string

      Use Golden-Section Search from ["True", "False"]

    url: "/subtitles"