Commit Graph

36 Commits (11b96afd7543a700262f2425c58f97fbd56470b5)

Author SHA1 Message Date
Mark McDowall 56a13b2511 Added REGEX to require Series name to exist (24-7 Penguin vs Capitals couldn't be parsed on disk properly)
14 years ago
Mark McDowall 21e14fbb84 Added parsing and tests for Full Season Releases (no episode information)
14 years ago
Mark McDowall 76a9a0c6f0 Merge branch 'master' of git://github.com/kayone/NzbDrone
14 years ago
kay.one 72e8b3ce7d fixed broken tests
14 years ago
Mark McDowall 638e5794c9 Removed duplicate test.
14 years ago
kay.one 194c66f36a start support for daily show file import
14 years ago
Mark McDowall 742ad0a932 Merge branch 'master' of git://github.com/kayone/NzbDrone
14 years ago
kay.one e6fb02fac6 Fixed IsNeeded() with tests
14 years ago
Mark McDowall e4d208883a Fixed episode parsing so it is not too aggressive. Added tests for episode parsing and Assertions for number of episodes parsed (to ensure the count is correct).
14 years ago
Mark McDowall e9ce98caa4 Removed Year from EpisodeParseResult (we never used it anyways).
14 years ago
Mark McDowall 86e709e922 Normalize REGEX will remove more words and will leave digits for now.
14 years ago
Mark McDowall 361d1f8d3b Commit after Merge.
14 years ago
kay.one 9028e498ca Added completely awesome JobProvider. extremely easy to do async/timer tasks with ui status/notification already plugged in.
14 years ago
Mark McDowall 5107a02f5e Merge branch 'master' of git://github.com/kayone/NzbDrone
14 years ago
Mark McDowall 5e37bfa0c6 Added parsing for daily shows and tests for that format.
14 years ago
kay.one 59899286ee Added TimerProvider
14 years ago
Mark McDowall 0241e80c8a More quality parsing tests.
14 years ago
Keivan 6f2dcbf838 Revered back to subsonic
14 years ago
kay.one e896af5cd0 ReSharper code cleanup
14 years ago
kay.one fcf51978f9 Removed IConfigProvider, ISeasonProvider, ISyncProvider
14 years ago
kay.one 73aecc0796 added test for basic FeedProviderBase, fixed some issues with it.
14 years ago
Mark McDowall 460e48d6a1 Add GetBestMatch to TvDbProvider (Provides a way to get the best result from a list of results)
14 years ago
Mark McDowall 148fd044ef Merge branch 'master' of git://github.com/kayone/NzbDrone
14 years ago
kay.one d7732cab3b fixed episode parse issue
14 years ago
Mark McDowall 722b3805d6 Merge branch 'master' of git://github.com/kayone/NzbDrone
14 years ago
Mark McDowall fd3d94c9b0 ParseEpisodeInfo will now handle repeating Episode Naming Format (S01E01E02 or S01E01-02), It will not handle ranges (S01E01-06)
14 years ago
kay.one ff75d0c555 Upgraded to MVC3, Hello Razor.
14 years ago
Mark McDowall c6a7eaab93 Separate QualityTypes.Bluray to Bluray720 and Bluray1080.
14 years ago
Mark McDowall fd06987331 Fixed parsing for 1013/103/113 naming.
14 years ago
Mark McDowall a5cd1fc490 Fixed REGEX for 103 (was looking for non-alphanumberic), still fails on 113 numbering, but will work for 103.
14 years ago
Mark McDowall f07b305684 Fixed Parser (broke 103 naming convention, but it fixed more than it broke).
14 years ago
Mark McDowall 636f352599 Ability to manually add a show has been added.
14 years ago
Keivan ca27c75df5 simplified quality fixed some broken tests
14 years ago
Scott Schlesier d5a869ac54 Parse UNC paths
14 years ago
Keivan bf1ff29519 look right in IE, all episodes are ajax loaded.
14 years ago
Keivan fa0af257ff fixed a bunch of things. added basic support for file scanning. logs are now avilable in the UI
14 years ago