@jellyfin/sdk
    Preparing search index...

    Interface SeriesTimerInfoDto

    Class SeriesTimerInfoDto.

    interface SeriesTimerInfoDto {
        ChannelId?: string;
        ChannelName?: string | null;
        ChannelPrimaryImageTag?: string | null;
        DayPattern?: DayPattern;
        Days?: DayOfWeek[] | null;
        EndDate?: string;
        ExternalChannelId?: string | null;
        ExternalId?: string | null;
        ExternalProgramId?: string | null;
        Id?: string | null;
        ImageTags?: { [key: string]: string } | null;
        IsPostPaddingRequired?: boolean;
        IsPrePaddingRequired?: boolean;
        KeepUntil?: KeepUntil;
        KeepUpTo?: number;
        Name?: string | null;
        Overview?: string | null;
        ParentBackdropImageTags?: string[] | null;
        ParentBackdropItemId?: string | null;
        ParentPrimaryImageItemId?: string | null;
        ParentPrimaryImageTag?: string | null;
        ParentThumbImageTag?: string | null;
        ParentThumbItemId?: string | null;
        PostPaddingSeconds?: number;
        PrePaddingSeconds?: number;
        Priority?: number;
        ProgramId?: string | null;
        RecordAnyChannel?: boolean;
        RecordAnyTime?: boolean;
        RecordNewOnly?: boolean;
        ServerId?: string | null;
        ServiceName?: string | null;
        SkipEpisodesInLibrary?: boolean;
        StartDate?: string;
        Type?: string | null;
    }
    Index

    Properties

    ChannelId?: string

    Gets or sets the channel id of the recording.

    ChannelName?: string | null

    Gets or sets the channel name of the recording.

    ChannelPrimaryImageTag?: string | null
    DayPattern?: DayPattern
    Days?: DayOfWeek[] | null

    Gets or sets the days.

    EndDate?: string

    Gets or sets the end date of the recording, in UTC.

    ExternalChannelId?: string | null

    Gets or sets the external channel identifier.

    ExternalId?: string | null

    Gets or sets the external identifier.

    ExternalProgramId?: string | null

    Gets or sets the external program identifier.

    Id?: string | null

    Gets or sets the Id of the recording.

    ImageTags?: { [key: string]: string } | null

    Gets or sets the image tags.

    IsPostPaddingRequired?: boolean

    Gets or sets a value indicating whether this instance is post padding required.

    IsPrePaddingRequired?: boolean

    Gets or sets a value indicating whether this instance is pre padding required.

    KeepUntil?: KeepUntil
    KeepUpTo?: number
    Name?: string | null

    Gets or sets the name of the recording.

    Overview?: string | null

    Gets or sets the description of the recording.

    ParentBackdropImageTags?: string[] | null

    Gets or sets the parent backdrop image tags.

    ParentBackdropItemId?: string | null

    Gets or sets the Id of the Parent that has a backdrop if the item does not have one.

    ParentPrimaryImageItemId?: string | null

    Gets or sets the parent primary image item identifier.

    ParentPrimaryImageTag?: string | null

    Gets or sets the parent primary image tag.

    ParentThumbImageTag?: string | null

    Gets or sets the parent thumb image tag.

    ParentThumbItemId?: string | null

    Gets or sets the parent thumb item id.

    PostPaddingSeconds?: number

    Gets or sets the post padding seconds.

    PrePaddingSeconds?: number

    Gets or sets the pre padding seconds.

    Priority?: number

    Gets or sets the priority.

    ProgramId?: string | null

    Gets or sets the program identifier.

    RecordAnyChannel?: boolean

    Gets or sets a value indicating whether [record any channel].

    RecordAnyTime?: boolean

    Gets or sets a value indicating whether [record any time].

    RecordNewOnly?: boolean

    Gets or sets a value indicating whether [record new only].

    ServerId?: string | null

    Gets or sets the server identifier.

    ServiceName?: string | null

    Gets or sets the name of the service.

    SkipEpisodesInLibrary?: boolean
    StartDate?: string

    Gets or sets the start date of the recording, in UTC.

    Type?: string | null