@jellyfin/sdk
    Preparing search index...

    Interface TimerInfoDto

    TimerInfoDto

    interface TimerInfoDto {
        ChannelId?: string;
        ChannelName?: string | null;
        ChannelPrimaryImageTag?: string | null;
        EndDate?: string;
        ExternalChannelId?: string | null;
        ExternalId?: string | null;
        ExternalProgramId?: string | null;
        ExternalSeriesTimerId?: string | null;
        Id?: string | null;
        IsPostPaddingRequired?: boolean;
        IsPrePaddingRequired?: boolean;
        KeepUntil?: KeepUntil;
        Name?: string | null;
        Overview?: string | null;
        ParentBackdropImageTags?: string[] | null;
        ParentBackdropItemId?: string | null;
        PostPaddingSeconds?: number;
        PrePaddingSeconds?: number;
        Priority?: number;
        ProgramId?: string | null;
        ProgramInfo?: BaseItemDto;
        RunTimeTicks?: number | null;
        SeriesTimerId?: string | null;
        ServerId?: string | null;
        ServiceName?: string | null;
        StartDate?: string;
        Status?: RecordingStatus;
        Type?: string | null;
    }
    Index

    Properties

    ChannelId?: string

    Gets or sets the channel id of the recording.

    TimerInfoDto

    ChannelName?: string | null

    Gets or sets the channel name of the recording.

    TimerInfoDto

    ChannelPrimaryImageTag?: string | null

    TimerInfoDto

    EndDate?: string

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

    TimerInfoDto

    ExternalChannelId?: string | null

    Gets or sets the external channel identifier.

    TimerInfoDto

    ExternalId?: string | null

    Gets or sets the external identifier.

    TimerInfoDto

    ExternalProgramId?: string | null

    Gets or sets the external program identifier.

    TimerInfoDto

    ExternalSeriesTimerId?: string | null

    Gets or sets the external series timer identifier.

    TimerInfoDto

    Id?: string | null

    Gets or sets the Id of the recording.

    TimerInfoDto

    IsPostPaddingRequired?: boolean

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

    TimerInfoDto

    IsPrePaddingRequired?: boolean

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

    TimerInfoDto

    KeepUntil?: KeepUntil

    TimerInfoDto

    Name?: string | null

    Gets or sets the name of the recording.

    TimerInfoDto

    Overview?: string | null

    Gets or sets the description of the recording.

    TimerInfoDto

    ParentBackdropImageTags?: string[] | null

    Gets or sets the parent backdrop image tags.

    TimerInfoDto

    ParentBackdropItemId?: string | null

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

    TimerInfoDto

    PostPaddingSeconds?: number

    Gets or sets the post padding seconds.

    TimerInfoDto

    PrePaddingSeconds?: number

    Gets or sets the pre padding seconds.

    TimerInfoDto

    Priority?: number

    Gets or sets the priority.

    TimerInfoDto

    ProgramId?: string | null

    Gets or sets the program identifier.

    TimerInfoDto

    ProgramInfo?: BaseItemDto

    TimerInfoDto

    RunTimeTicks?: number | null

    Gets or sets the run time ticks.

    TimerInfoDto

    SeriesTimerId?: string | null

    Gets or sets the series timer identifier.

    TimerInfoDto

    ServerId?: string | null

    Gets or sets the server identifier.

    TimerInfoDto

    ServiceName?: string | null

    Gets or sets the name of the service.

    TimerInfoDto

    StartDate?: string

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

    TimerInfoDto

    TimerInfoDto

    Type?: string | null

    TimerInfoDto