@jellyfin/sdk
    Preparing search index...

    Interface SeriesTimerInfoDto

    Class SeriesTimerInfoDto.

    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.

    SeriesTimerInfoDto

    ChannelName?: string | null

    Gets or sets the channel name of the recording.

    SeriesTimerInfoDto

    ChannelPrimaryImageTag?: string | null

    SeriesTimerInfoDto

    DayPattern?: DayPattern

    SeriesTimerInfoDto

    Days?: DayOfWeek[] | null

    Gets or sets the days.

    SeriesTimerInfoDto

    EndDate?: string

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

    SeriesTimerInfoDto

    ExternalChannelId?: string | null

    Gets or sets the external channel identifier.

    SeriesTimerInfoDto

    ExternalId?: string | null

    Gets or sets the external identifier.

    SeriesTimerInfoDto

    ExternalProgramId?: string | null

    Gets or sets the external program identifier.

    SeriesTimerInfoDto

    Id?: string | null

    Gets or sets the Id of the recording.

    SeriesTimerInfoDto

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

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

    Gets or sets the name of the recording.

    SeriesTimerInfoDto

    Overview?: string | null

    Gets or sets the description of the recording.

    SeriesTimerInfoDto

    ParentBackdropImageTags?: string[] | null

    Gets or sets the parent backdrop image tags.

    SeriesTimerInfoDto

    ParentBackdropItemId?: string | null

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

    SeriesTimerInfoDto

    ParentPrimaryImageItemId?: string | null

    Gets or sets the parent primary image item identifier.

    SeriesTimerInfoDto

    ParentPrimaryImageTag?: string | null

    Gets or sets the parent primary image tag.

    SeriesTimerInfoDto

    ParentThumbImageTag?: string | null

    Gets or sets the parent thumb image tag.

    SeriesTimerInfoDto

    ParentThumbItemId?: string | null

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

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

    Gets or sets the server identifier.

    SeriesTimerInfoDto

    ServiceName?: string | null

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

    SeriesTimerInfoDto