Class LiveTVSeries
Inherited Members
Namespace: MediaBrowser.Controller.LiveTv
Assembly: MediaBrowser.Controller.dll
Syntax
public class LiveTVSeries : BaseItem, IHasProviderIds, IHasLookupInfo<ItemLookupInfo>, IItemByName, IHasFolderGrouping
Properties
ContainingFolderPath
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
ForceDefaultAspectRatio
Declaration
[IgnoreDataMember]
public override bool ForceDefaultAspectRatio { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ImageDisplayParentId
Declaration
[IgnoreDataMember]
public override long ImageDisplayParentId { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Overrides
IsDisplayedAsFolder
Declaration
[IgnoreDataMember]
public override bool IsDisplayedAsFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsAncestors
Declaration
[IgnoreDataMember]
public override bool SupportsAncestors { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsCollections
Declaration
[IgnoreDataMember]
public override bool SupportsCollections { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsExternalTransfer
Declaration
[IgnoreDataMember]
public override bool SupportsExternalTransfer { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsExtras
Declaration
[IgnoreDataMember]
public override bool SupportsExtras { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsGenres
Declaration
[IgnoreDataMember]
public override bool SupportsGenres { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsInheritedParentImages
Declaration
[IgnoreDataMember]
public override bool SupportsInheritedParentImages { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsLocalTrailers
Declaration
[IgnoreDataMember]
public override bool SupportsLocalTrailers { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsOwnedItems
Declaration
[IgnoreDataMember]
public override bool SupportsOwnedItems { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsPeople
Declaration
[IgnoreDataMember]
public override bool SupportsPeople { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsTags
Declaration
[IgnoreDataMember]
public override bool SupportsTags { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsThemeMedia
Declaration
[IgnoreDataMember]
public override bool SupportsThemeMedia { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsUserData
Declaration
[IgnoreDataMember]
public override bool SupportsUserData { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
CanDelete()
Declaration
public override bool CanDelete()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
CreatePresentationUniqueKey(BaseItem[], LibraryOptions, IDataContext)
Declaration
public override string CreatePresentationUniqueKey(BaseItem[] collectionFolders, LibraryOptions libraryOptions, IDataContext dataContext)
Parameters
Type | Name | Description |
---|---|---|
BaseItem[] | collectionFolders | |
LibraryOptions | libraryOptions | |
IDataContext | dataContext |
Returns
Type | Description |
---|---|
System.String |
Overrides
EnableImageCaching(LibraryOptions)
Declaration
public override bool EnableImageCaching(LibraryOptions libraryOptions)
Parameters
Type | Name | Description |
---|---|---|
LibraryOptions | libraryOptions |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
GetClientTypeName()
Declaration
public override string GetClientTypeName()
Returns
Type | Description |
---|---|
System.String |
Overrides
GetDefaultPrimaryImageAspectRatio()
Declaration
public override double GetDefaultPrimaryImageAspectRatio()
Returns
Type | Description |
---|---|
System.Double |
Overrides
GetInternalMetadataPath(String)
Declaration
protected override string GetInternalMetadataPath(string basePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | basePath |
Returns
Type | Description |
---|---|
System.String |
Overrides
GetItemIdList(InternalItemsQuery)
Declaration
public long[] GetItemIdList(InternalItemsQuery query)
Parameters
Type | Name | Description |
---|---|---|
InternalItemsQuery | query |
Returns
Type | Description |
---|---|
System.Int64[] |
GetItems(InternalItemsQuery)
Declaration
public QueryResult<BaseItem> GetItems(InternalItemsQuery query)
Parameters
Type | Name | Description |
---|---|---|
InternalItemsQuery | query |
Returns
Type | Description |
---|---|
QueryResult<BaseItem> |