adding test to episode number extraction, and support multiepisode files

This commit is contained in:
Luis Miguel Almánzar
2013-05-23 22:05:31 -04:00
parent 24921ea0fb
commit 96a4f93e7c
7 changed files with 253 additions and 6 deletions

View File

@@ -175,6 +175,12 @@ namespace MediaBrowser.Controller.Entities.TV
get { return _season ?? (_season = FindParent<Season>()); }
}
/// <summary>
/// This is the ending episode number for double episodes.
/// </summary>
/// <value>The index number.</value>
public int? IndexNumberEnd { get; set; }
/// <summary>
/// Creates the name of the sort.
/// </summary>