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

    Show / Hide Table of Contents

    Class VideoListResolver

    Inheritance
    System.Object
    VideoListResolver
    Namespace: Emby.Naming.Video
    Assembly: Emby.Naming.dll
    Syntax
    public sealed class VideoListResolver

    Constructors

    VideoListResolver(NamingOptions, IFileSystem, IComparer<String>)

    Declaration
    public VideoListResolver(NamingOptions options, IFileSystem fileSystem, IComparer<string> fileNameComparer)
    Parameters
    Type Name Description
    NamingOptions options
    IFileSystem fileSystem
    System.Collections.Generic.IComparer<System.String> fileNameComparer

    Methods

    Resolve(List<FileSystemMetadata>, Boolean, Boolean, Boolean)

    Declaration
    public List<VideoInfo> Resolve(List<FileSystemMetadata> files, bool supportMultiVersion = true, bool parseName = true, bool isMixedFolder = false)
    Parameters
    Type Name Description
    System.Collections.Generic.List<FileSystemMetadata> files
    System.Boolean supportMultiVersion
    System.Boolean parseName
    System.Boolean isMixedFolder
    Returns
    Type Description
    System.Collections.Generic.List<VideoInfo>

    ResolveToResult(List<FileSystemMetadata>, Boolean, Boolean, Boolean)

    Declaration
    public VideoListResolverResult ResolveToResult(List<FileSystemMetadata> files, bool supportMultiVersion = true, bool parseName = true, bool isMixedFolder = false)
    Parameters
    Type Name Description
    System.Collections.Generic.List<FileSystemMetadata> files
    System.Boolean supportMultiVersion
    System.Boolean parseName
    System.Boolean isMixedFolder
    Returns
    Type Description
    VideoListResolverResult

    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.