Class TimerInfo
Inheritance
System.Object
TimerInfo
Assembly: MediaBrowser.Controller.dll
public sealed class TimerInfo
Properties
ChannelId of the recording.
Declaration
public string ChannelId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public float? CommunityRating { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
The end date of the recording, in UTC.
Declaration
public DateTimeOffset EndDate { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
Gets or sets the episode number.
Declaration
public int? EpisodeNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
The episode number.
|
Declaration
public string EpisodeTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string[] Genres { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsKids { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Gets or sets a value indicating whether this instance is live.
Declaration
public bool IsLive { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is live; otherwise, false .
|
Declaration
public bool IsManual { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsMovie { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsNew { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsNews { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPostPaddingRequired
Gets or sets a value indicating whether this instance is post padding required.
Declaration
public bool IsPostPaddingRequired { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is post padding required; otherwise, false .
|
Declaration
public bool IsPremiere { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Gets or sets a value indicating whether this instance is pre padding required.
Declaration
public bool IsPrePaddingRequired { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is pre padding required; otherwise, false .
|
Declaration
public bool IsProgramSeries { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsRepeat { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsSeries { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsSports { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public KeepUntil KeepUntil { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string OfficialRating { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTimeOffset? OriginalAirDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Description of the recording.
Declaration
public string Overview { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ParentFolderId { get; set; }
Property Value
Type |
Description |
System.String |
|
PostPaddingSeconds
Gets or sets the post padding seconds.
Declaration
public int PostPaddingSeconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
The post padding seconds.
|
Gets or sets the pre padding seconds.
Declaration
public int PrePaddingSeconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
The pre padding seconds.
|
Gets or sets the priority.
Declaration
public int Priority { get; set; }
Property Value
Type |
Description |
System.Int32 |
The priority.
|
Declaration
public int? ProductionYear { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Gets or sets the program identifier.
Declaration
public string ProgramId { get; set; }
Property Value
Type |
Description |
System.String |
The program identifier.
|
Declaration
public ProviderIdDictionary ProviderIds { get; set; }
Property Value
Declaration
public string RecordingPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int RetryCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int? SeasonNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string SeriesId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ProviderIdDictionary SeriesProviderIds { get; set; }
Property Value
Gets or sets the series timer identifier.
Declaration
public string SeriesTimerId { get; set; }
Property Value
Type |
Description |
System.String |
The series timer identifier.
|
Declaration
public string ShowId { get; set; }
Property Value
Type |
Description |
System.String |
|
The start date of the recording, in UTC.
Declaration
public DateTimeOffset StartDate { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
Declaration
public RecordingStatus Status { get; set; }
Property Value
Declaration
public string[] Tags { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
[IgnoreDataMember]
public TimerType TimerType { get; }
Property Value
Extension Methods