Class SeriesTimerInfoDto.

SeriesTimerInfoDto

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

Properties

ChannelId?: string

Gets or sets the channel id of the recording.

SeriesTimerInfoDto

ChannelName?: null | string

Gets or sets the channel name of the recording.

SeriesTimerInfoDto

ChannelPrimaryImageTag?: null | string

SeriesTimerInfoDto

DayPattern?: DayPattern

SeriesTimerInfoDto

Days?: null | DayOfWeek[]

Gets or sets the days.

SeriesTimerInfoDto

EndDate?: string

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

SeriesTimerInfoDto

ExternalChannelId?: null | string

Gets or sets the external channel identifier.

SeriesTimerInfoDto

ExternalId?: null | string

Gets or sets the external identifier.

SeriesTimerInfoDto

ExternalProgramId?: null | string

Gets or sets the external program identifier.

SeriesTimerInfoDto

Id?: null | string

Gets or sets the Id of the recording.

SeriesTimerInfoDto

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

Gets or sets the image tags.

SeriesTimerInfoDto

IsPostPaddingRequired?: boolean

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

SeriesTimerInfoDto

IsPrePaddingRequired?: boolean

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

SeriesTimerInfoDto

KeepUntil?: KeepUntil

SeriesTimerInfoDto

KeepUpTo?: number

SeriesTimerInfoDto

Name?: null | string

Gets or sets the name of the recording.

SeriesTimerInfoDto

Overview?: null | string

Gets or sets the description of the recording.

SeriesTimerInfoDto

ParentBackdropImageTags?: null | string[]

Gets or sets the parent backdrop image tags.

SeriesTimerInfoDto

ParentBackdropItemId?: null | string

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

SeriesTimerInfoDto

ParentPrimaryImageItemId?: null | string

Gets or sets the parent primary image item identifier.

SeriesTimerInfoDto

ParentPrimaryImageTag?: null | string

Gets or sets the parent primary image tag.

SeriesTimerInfoDto

ParentThumbImageTag?: null | string

Gets or sets the parent thumb image tag.

SeriesTimerInfoDto

ParentThumbItemId?: null | string

Gets or sets the parent thumb item id.

SeriesTimerInfoDto

PostPaddingSeconds?: number

Gets or sets the post padding seconds.

SeriesTimerInfoDto

PrePaddingSeconds?: number

Gets or sets the pre padding seconds.

SeriesTimerInfoDto

Priority?: number

Gets or sets the priority.

SeriesTimerInfoDto

ProgramId?: null | string

Gets or sets the program identifier.

SeriesTimerInfoDto

RecordAnyChannel?: boolean

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

SeriesTimerInfoDto

RecordAnyTime?: boolean

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

SeriesTimerInfoDto

RecordNewOnly?: boolean

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

SeriesTimerInfoDto

ServerId?: null | string

Gets or sets the server identifier.

SeriesTimerInfoDto

ServiceName?: null | string

Gets or sets the name of the service.

SeriesTimerInfoDto

SkipEpisodesInLibrary?: boolean

SeriesTimerInfoDto

StartDate?: string

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

SeriesTimerInfoDto

Type?: null | string

SeriesTimerInfoDto