Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class EpisodeResolverOptions

    Inheritance
    System.Object
    EpisodeResolverOptions
    Namespace: Emby.Naming.TV
    Assembly: Emby.Naming.dll
    Syntax
    public class EpisodeResolverOptions

    Properties

    AllowGreedyNumberMatching

    Declaration
    public bool AllowGreedyNumberMatching { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowMatchingByEpisodeNumberOnly

    Declaration
    public bool AllowMatchingByEpisodeNumberOnly { get; set; }
    Property Value
    Type Description
    System.Boolean

    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
    [Obsolete("Please use AllowGreedyNumberMatching")]
    public bool EnableOptimisticExpressions { get; set; }
    Property Value
    Type Description
    System.Boolean

    EpisodeExpressionTypes

    Declaration
    public EpisodeExpressionType[] EpisodeExpressionTypes { get; set; }
    Property Value
    Type Description
    EpisodeExpressionType[]

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.