@jellyfin/sdk

    Interface TimerInfoDto

    TimerInfoDto

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

    Properties

    ChannelId?: string

    Gets or sets the channel id of the recording.

    TimerInfoDto

    ChannelName?: null | string

    Gets or sets the channel name of the recording.

    TimerInfoDto

    ChannelPrimaryImageTag?: null | string

    TimerInfoDto

    EndDate?: string

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

    TimerInfoDto

    ExternalChannelId?: null | string

    Gets or sets the external channel identifier.

    TimerInfoDto

    ExternalId?: null | string

    Gets or sets the external identifier.

    TimerInfoDto

    ExternalProgramId?: null | string

    Gets or sets the external program identifier.

    TimerInfoDto

    ExternalSeriesTimerId?: null | string

    Gets or sets the external series timer identifier.

    TimerInfoDto

    Id?: null | string

    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?: null | string

    Gets or sets the name of the recording.

    TimerInfoDto

    Overview?: null | string

    Gets or sets the description of the recording.

    TimerInfoDto

    ParentBackdropImageTags?: null | string[]

    Gets or sets the parent backdrop image tags.

    TimerInfoDto

    ParentBackdropItemId?: null | string

    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?: null | string

    Gets or sets the program identifier.

    TimerInfoDto

    ProgramInfo?: BaseItemDto

    TimerInfoDto

    RunTimeTicks?: null | number

    Gets or sets the run time ticks.

    TimerInfoDto

    SeriesTimerId?: null | string

    Gets or sets the series timer identifier.

    TimerInfoDto

    ServerId?: null | string

    Gets or sets the server identifier.

    TimerInfoDto

    ServiceName?: null | string

    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?: null | string

    TimerInfoDto

    MMNEPVFCICPMFPCPTTAAATR