From 049ef9b4ecd2c884e0ddb062b606770ef7f2dfa9 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 16 Nov 2014 17:46:01 -0500 Subject: update naming methods --- MediaBrowser.Controller/Library/ILibraryManager.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'MediaBrowser.Controller/Library') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 68b99e472..615ddd90f 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -361,6 +361,11 @@ namespace MediaBrowser.Controller.Library /// true if [is video file] [the specified path]; otherwise, false. bool IsVideoFile(string path); + /// + /// Determines whether [is audio file] [the specified path]. + /// + /// The path. + /// true if [is audio file] [the specified path]; otherwise, false. bool IsAudioFile(string path); /// @@ -405,5 +410,12 @@ namespace MediaBrowser.Controller.Library /// if set to true [consider seasonless]. /// System.Nullable<System.Int32>. int? GetEpisodeNumberFromFile(string path, bool considerSeasonless); + + /// + /// Parses the name. + /// + /// The name. + /// ItemInfo. + ItemLookupInfo ParseName(string name); } } \ No newline at end of file -- cgit v1.2.3