From 124754a04f1a85fc949e229e45bfd67e5ac6ff62 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 17 Nov 2014 21:48:22 -0500 Subject: use new naming project --- MediaBrowser.Controller/Library/ILibraryManager.cs | 25 ++++++++++------------ 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'MediaBrowser.Controller/Library') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 615ddd90f..3367f98e4 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -367,20 +367,6 @@ namespace MediaBrowser.Controller.Library /// The path. /// true if [is audio file] [the specified path]; otherwise, false. bool IsAudioFile(string path); - - /// - /// Determines whether [is multi part file] [the specified path]. - /// - /// The path. - /// true if [is multi part file] [the specified path]; otherwise, false. - bool IsMultiPartFile(string path); - - /// - /// Determines whether [is multi part folder] [the specified path]. - /// - /// The path. - /// true if [is multi part folder] [the specified path]; otherwise, false. - bool IsMultiPartFolder(string path); /// /// Gets the season number from path. @@ -417,5 +403,16 @@ namespace MediaBrowser.Controller.Library /// The name. /// ItemInfo. ItemLookupInfo ParseName(string name); + + /// + /// Gets the additional parts. + /// + /// The file. + /// The type. + /// The files. + /// IEnumerable<System.String>. + IEnumerable GetAdditionalParts(string file, + VideoType type, + IEnumerable files); } } \ No newline at end of file -- cgit v1.2.3