Class LiveTvProgram
Inheritance
System.Object
LiveTvProgram
Assembly: MediaBrowser.Controller.dll
public sealed class LiveTvProgram : BaseItem, IHasProviderIds, IHasLookupInfo<ItemLookupInfo>, IHasStartDate, IHasProgramAttributes, IHasSeriesName
Properties
Returns the folder containing the item.
If the item is a folder, it returns the folder itself
Declaration
[IgnoreDataMember]
public override string ContainingFolderPath { get; }
Property Value
Type |
Description |
System.String |
The containing folder path.
|
Overrides
Declaration
[IgnoreDataMember]
public override bool ForceDefaultAspectRatio { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
[IgnoreDataMember]
public bool HasAired { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[IgnoreDataMember]
public override long ImageDisplayParentId { get; }
Property Value
Type |
Description |
System.Int64 |
|
Overrides
Declaration
[IgnoreDataMember]
public bool IsAiring { get; }
Property Value
Type |
Description |
System.Boolean |
|
Gets or sets a value indicating whether this instance is kids.
Declaration
[IgnoreDataMember]
public bool IsKids { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is kids; otherwise, false .
|
Gets or sets a value indicating whether this instance is live.
Declaration
[IgnoreDataMember]
public bool IsLive { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is live; otherwise, false .
|
Gets or sets a value indicating whether this instance is movie.
Declaration
[IgnoreDataMember]
public bool IsMovie { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is movie; otherwise, false .
|
Gets or sets a value indicating whether this instance is sports.
Declaration
[IgnoreDataMember]
public bool IsNew { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is sports; otherwise, false .
|
Gets or sets a value indicating whether this instance is news.
Declaration
[IgnoreDataMember]
public bool IsNews { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is news; otherwise, false .
|
Gets or sets a value indicating whether this instance is premiere.
Declaration
[IgnoreDataMember]
public bool IsPremiere { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is premiere; otherwise, false .
|
Gets or sets a value indicating whether this instance is repeat.
Declaration
[IgnoreDataMember]
public bool IsRepeat { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is repeat; otherwise, false .
|
Gets or sets a value indicating whether this instance is series.
Declaration
[IgnoreDataMember]
public bool IsSeries { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is series; otherwise, false .
|
Gets or sets a value indicating whether this instance is sports.
Declaration
[IgnoreDataMember]
public bool IsSports { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is sports; otherwise, false .
|
Declaration
[IgnoreDataMember]
public override string MediaType { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
[IgnoreDataMember]
public string SeriesName { get; set; }
Property Value
Type |
Description |
System.String |
|
The start date of the program, in UTC.
Declaration
[IgnoreDataMember]
public DateTimeOffset StartDate { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
Declaration
[IgnoreDataMember]
public override bool SupportsAncestors { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
[IgnoreDataMember]
public override bool SupportsCollections { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
[IgnoreDataMember]
public override bool SupportsExternalTransfer { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
[IgnoreDataMember]
public override bool SupportsExtras { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
[IgnoreDataMember]
public override bool SupportsGenres { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
[IgnoreDataMember]
public override bool SupportsInheritedParentImages { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
[IgnoreDataMember]
public override bool SupportsLocalTrailers { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
[IgnoreDataMember]
public override bool SupportsOwnedItems { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
[IgnoreDataMember]
public override bool SupportsPeople { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
[IgnoreDataMember]
public override bool SupportsTags { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
[IgnoreDataMember]
public override bool SupportsThemeMedia { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
[IgnoreDataMember]
public override bool SupportsUserData { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
Declaration
public override bool CanDelete()
Returns
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public override string CreatePresentationUniqueKey(BaseItem[] collectionFolders, LibraryOptions libraryOptions)
Parameters
Returns
Type |
Description |
System.String |
|
Overrides
Declaration
protected override ReadOnlySpan<char> CreateSortName()
Returns
Type |
Description |
System.ReadOnlySpan<System.Char> |
|
Overrides
Declaration
public override bool EnableImageCaching(LibraryOptions libraryOptions)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public override string GetClientTypeName()
Returns
Type |
Description |
System.String |
|
Overrides
Declaration
public override double GetDefaultPrimaryImageAspectRatio()
Returns
Type |
Description |
System.Double |
|
Overrides
Declaration
protected override string GetInternalMetadataPath(string basePath)
Parameters
Type |
Name |
Description |
System.String |
basePath |
|
Returns
Type |
Description |
System.String |
|
Overrides
Declaration
public override List<ExternalUrl> GetRelatedUrls()
Returns
Type |
Description |
System.Collections.Generic.List<ExternalUrl> |
|
Overrides
Declaration
protected override string GetUserDataKeyInternal()
Returns
Type |
Description |
System.String |
|
Overrides
Implements
Extension Methods