Commit Graph

117 Commits

Author SHA1 Message Date
Mark McDowall bee6914062 Allow scene name to be used for renaming
New: Added option to use scene name for episodefiles
2012-08-03 00:01:34 -07:00
Mark McDowall c50ed82b7e Reordered parsing REGEX a bit. 2012-05-30 08:10:43 -07:00
Mark McDowall 0a526951b6 Fixed: Daily episode parsing is less greedy. 2012-05-14 16:21:31 -07:00
Mark McDowall 7d4a3feffa Added a couple more tests for WEB DL quality parsing. 2012-05-02 08:29:47 -07:00
Mark McDowall f09a7e0525 Fixed: Issue parsing certain multi-part episode names. 2012-05-02 08:09:21 -07:00
Mark McDowall 0ab0611173 Fixed: Underscores in Series Name when parsing were are now removed properly. 2012-04-25 15:43:30 -07:00
Mark McDowall a1fa6287c7 New: Basic stats on your library. View at: /System/Stats 2012-04-25 12:50:37 -07:00
Mark McDowall 05b91dbb4f New: DSR x264 releases will be considered SDTV releases, instead of Unknown. 2012-04-25 08:32:42 -07:00
Mark McDowall 2c7a2df3ea New: Repacks will be treated the same as propers. 2012-04-25 08:15:48 -07:00
Mark McDowall 5ea626585f Fix: Added support for year as season (Looney Tunes) 2012-03-16 19:17:36 -07:00
Mark McDowall cd18fd4a34 Fix: Fixed parsing issue for certain multi-part episodes. 2012-02-27 23:31:40 -08:00
kay.one 8e74ea3f1d Added new multi part title test. 2012-02-27 22:53:31 -08:00
Mark McDowall 7a1301610a PDTV will treated as SDTV. 2012-02-25 15:52:48 -08:00
Mark McDowall 57f380c70f Test added to confirm that x264 SDTV releases are classified as SDTV. 2012-02-25 15:39:56 -08:00
kay.one 96317b476c Fixed: Parsing of daily episodes with bad date format (YYYY/DD/MM) instead of (YYYY/MM/DD) 2012-02-23 23:31:42 -08:00
Mark McDowall 694b712c14 Fix: Parsing issue for episodes with year and 105 style naming. 2012-02-22 08:23:25 -08:00
Mark McDowall 15a29dce81 Parser updated. 2012-02-21 23:08:22 -08:00
Mark McDowall 59516c240f Fix for episodes with "Part" in the Episode Title being picked up as mini-series releases. 2012-02-15 12:17:10 -08:00
Mark McDowall b751bbc4ce Fixed broken unit tests from parsing logging changes. 2012-02-10 21:35:14 -08:00
kay.one 174f765ec9 New: NzbDrone service to automatically report errors and episode parse issues. 2012-02-04 22:50:41 -08:00
Mark McDowall e0170a08e4 More REGEX work, cleaned up some extraneous bits and made them more accurate. 2012-01-31 17:17:42 -08:00
kay.one fb0b487e6d Added broken parser test. 2012-01-31 11:47:13 -08:00
Mark McDowall 197979ea3c QualityParseTest will accept bool IsProper as a parameter.
IsUpgrade will take into account that a proper of the same quality should be accepted even if the cutoff was met.
2012-01-23 10:57:27 -08:00
Mark McDowall c0542449a4 Added additional logging to episode searching. 2012-01-22 13:16:25 -08:00
kay.one b6d43273cf Fixed an issue where an unparsable item could break the parser. 2012-01-19 23:08:05 -08:00
kay.one 78268f3c58 Better parser logging. 2012-01-19 22:35:10 -08:00
kay.one 9acfb7330c Check sab queue now takes quality into consideration 2012-01-19 21:50:16 -08:00
Mark McDowall 5cea5282bd Improved the parser to properly handle files without titles, with tests. 2012-01-16 23:17:56 -08:00
Mark McDowall 359f6ea012 Bug: Fixed years being picked up as 4-digit season/episode combo when using the folder name only. a year wrapped with brackets '()' or '[]' will be treated as a year.
Bug: Fixed display issue for series with a period in them when adding existing series, Html.Label(path) would only show text from after the period.
2012-01-12 15:40:28 -08:00
Mark McDowall e958a019ed Updated parser to skip longer than expected numbers from being parsed. 2012-01-02 18:18:36 -08:00
Mark McDowall 69ddeeb0e3 Fixed spelling for Expected[LogType].
Fixed broken tests for GetEpisodesByParseResult.
2011-12-19 16:58:26 -08:00
Mark McDowall 6bd8de000a Added another test for mini-series parsing, fixed parsing. 2011-12-16 20:10:15 -08:00
Mark McDowall 3f32ad1bf2 Parser now supports mini-series (treats them as season 1). 2011-12-16 17:58:19 -08:00
kay.one 1dddf2ffde Added broken parser test 2011-12-11 22:54:09 -08:00
kay.one e269494ff8 ParseSeriesName will now return normalized version of the title if it doesn't match any predefined
PostDownload provider will skip subfolders that are known series folders.
2011-12-10 10:54:16 -08:00
Mark McDowall b3d1b8c47e Added additional FullSeason parse test and another assertion. 2011-12-08 23:08:09 -08:00
Mark McDowall d82edba26c Fixed broken unit test for parsing future daily shows. 2011-11-30 00:29:31 -08:00
kay.one 03aa27c45c Parser now ignores daily episodes from the future. 2011-11-24 00:12:24 -08:00
kay.one d0d9c44124 Parser refactoring. Now tries to parse full path if file name didn't work. 2011-11-23 23:35:37 -08:00
kay.one 6778a6ed99 Moved duplicated NormalizePath method to PathExtentions 2011-11-20 16:35:29 -08:00
Mark McDowall 5012144c13 Fixed 1101 and 101 naming incorrectly picking up 1080p and 720p. 2011-11-18 00:10:30 -08:00
kay.one 72d0fc50ed Alot of refactoring. 2011-11-12 23:27:16 -08:00
Mark McDowall 6b26843b50 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
Conflicts:
	NzbDrone.Core.Test/ParserTest.cs
2011-10-24 23:22:34 -07:00
Mark McDowall 1134d925f4 Fixed REGEX for title parsing. 2011-10-24 23:14:55 -07:00
kay.one c1116d0faa Fixed bug where service where windows service couldn't be installed. 2011-10-24 23:11:50 -07:00
Mark McDowall 3bd99a2b7b Added Support for 1011 as a number convention. 2011-10-20 14:30:45 -07:00
Mark McDowall 0dbb3789eb Treat SUBPACK's as extra releases, so they will not be downloaded. 2011-09-25 18:00:21 -07:00
Mark McDowall 43fa8a1f66 Fixed broken Season parsing REGEX, added test to verify issue without parsing XML. 2011-09-19 21:29:04 -07:00
Mark McDowall 339f191ab8 Releases with only extras will be skipped, with tests. 2011-09-19 17:13:19 -07:00
Mark McDowall 951eb4523d Support for csi525 naming added, previously csi.525 would work, but csi525 wouldn't. 2011-09-18 12:59:23 -07:00