Class EpisodeResolverOptions
Inheritance
System.Object
EpisodeResolverOptions
Assembly: Emby.Naming.dll
Syntax
public class EpisodeResolverOptions
Properties
AllowParsingParentDirectoryName
Declaration
public bool AllowParsingParentDirectoryName { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DefaultSeasonNumber
Declaration
public int? DefaultSeasonNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
EnableExtendedInfo
Declaration
public bool EnableExtendedInfo { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableOptimisticExpressions
Declaration
public bool EnableOptimisticExpressions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EpisodeExpressionTypes
Declaration
public EpisodeExpressionType[] EpisodeExpressionTypes { get; set; }
Property Value
Extension Methods