Commit Graph

137 Commits (fb5b7a9277ca89292bfb69cf72208bd0827231b4)

Author SHA1 Message Date
kay.one 6778a6ed99 Moved duplicated NormalizePath method to PathExtentions
13 years ago
Mark McDowall 5012144c13 Fixed 1101 and 101 naming incorrectly picking up 1080p and 720p.
13 years ago
Mark McDowall 1134d925f4 Fixed REGEX for title parsing.
13 years ago
kay.one 35e44284c0 Fixed broken test, drop folder prefix uses regex instead of prefix now.
13 years ago
Mark McDowall 3bd99a2b7b Added Support for 1011 as a number convention.
13 years ago
Mark McDowall 0dbb3789eb Treat SUBPACK's as extra releases, so they will not be downloaded.
13 years ago
Mark McDowall 43fa8a1f66 Fixed broken Season parsing REGEX, added test to verify issue without parsing XML.
13 years ago
Mark McDowall 339f191ab8 Releases with only extras will be skipped, with tests.
13 years ago
Mark McDowall 4604bbd821 Mark invalid series downloads with NzbDrone prefix.
13 years ago
Mark McDowall 951eb4523d Support for csi525 naming added, previously csi.525 would work, but csi525 wouldn't.
13 years ago
Mark McDowall e4f01ae0d4 Size is now parsed for each item in the feed.
13 years ago
Mark McDowall 73fadac397 Fixed parser to properly parse a more common naming convention where the episode title starts with an episode or series/episode combination.
13 years ago
Mark McDowall 704084a5c8 Fixed broken parse REGEX, removed parsing test and added to hall of shame.
13 years ago
Mark McDowall 07a4c94032 Removed ParseSeasonInfo.
13 years ago
Mark McDowall 7a11dfd348 Additional removals for SimpleTitleRegex added to get rid of extraneous numbers.
13 years ago
Mark McDowall 2ad200e743 Fixed an issue where large 1080i MPEG HDTV rips were being considered SDTV, they now get caught as Unknown.
13 years ago
Mark McDowall 3e87418c5d NormalizeTitle will return all number only titles as is.
13 years ago
Mark McDowall f1f85a0eca Fixed parsing issue when Episode Title starts with a number. Split out single and multi episode REGEX for standard naming conventions.
13 years ago
Mark McDowall ec78c5be3e Added todo to remove hack to handle shows that contain numbers only (added in last commit).
13 years ago
Mark McDowall 35abb74993 Fixed parsing of House - S06E13 - 5 to 9
13 years ago
kay.one b4fb3002a4 Updated Add Series
13 years ago
kay.one 8d12630856 Newzbin now parses the language out properly.
13 years ago
kay.one fc0d7fc72f Logging notification tweaks
13 years ago
kay.one c37544d4ce Episode is now marked as grabbed on download
13 years ago
kay.one 07312780f1 ParseEpisodeInfo is now separated into ParseTitle and ParsePath
13 years ago
Mark McDowall 6131653da5 Fixed broken test.
13 years ago
Mark McDowall 4b0e0ac2d8 Added more Parser tests.
13 years ago
Mark McDowall d28e94868c Parser will remove quotes before trying to get filename from the path.
13 years ago
Mark McDowall e934e71b3b Fixed broken tests after new SceneName method.
13 years ago
Mark McDowall e71a55a33c More episode parsing tests.
13 years ago
kay.one 1239da656e Rewrite of InventoryProvider
13 years ago
kay.one 4cc240a7e0 Better quality parse
13 years ago
kay.one bbdad5844f fixed quality parse bug
13 years ago
kay.one 500e9af6c3 Fixed a bug where reports weren't being added to history
13 years ago
kay.one fad0c6265c optimized ParseEpisodeInfo
13 years ago
kay.one c91852018e simplified some quality types
13 years ago
kay.one 5be99200c6 Added newzbing tests, fixed quality parse bugs
13 years ago
Mark McDowall 11b96afd75 Merge conflicts resolved.
13 years ago
Mark McDowall 56a13b2511 Added REGEX to require Series name to exist (24-7 Penguin vs Capitals couldn't be parsed on disk properly)
13 years ago
Mark McDowall d4ef96f97b Moved filename only piece to Parser.
13 years ago
Mark McDowall a36d5fae2f Added ExternalNotificationProviderBase based on IndexProviderBase.
13 years ago
Mark McDowall ff0e0597b4 Upcoming view column width fixed for Air Date (added time).
13 years ago
Mark McDowall 21e14fbb84 Added parsing and tests for Full Season Releases (no episode information)
13 years ago
Mark McDowall 494979c672 Fixed parser for Daily shows that didn't have the series name included.
13 years ago
Mark McDowall 742ad0a932 Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
kay.one e6fb02fac6 Fixed IsNeeded() with tests
13 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).
13 years ago
Mark McDowall 519fd2f873 Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
Mark McDowall a34bd818cf Start of AutoConfigureSab
13 years ago
kay.one 6f4a9f577e Downgraded more logs
13 years ago
Mark McDowall e9ce98caa4 Removed Year from EpisodeParseResult (we never used it anyways).
13 years ago
Mark McDowall 86e709e922 Normalize REGEX will remove more words and will leave digits for now.
13 years ago
Mark McDowall 361d1f8d3b Commit after Merge.
13 years ago
Mark McDowall 64bbf8a9b5 Newzbin override for getting proper and quality.
13 years ago
Mark McDowall 5107a02f5e Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
Mark McDowall 5e37bfa0c6 Added parsing for daily shows and tests for that format.
13 years ago
kay.one 59899286ee Added TimerProvider
13 years ago
kay.one 62b8d4be06 Merge branch 'mark-fork'
13 years ago
kay.one b6c04dc2d0 project updates
13 years ago
Mark McDowall 0241e80c8a More quality parsing tests.
13 years ago
kay.one bee99cbd5b Added TvDb offline project. still need to clean the data
13 years ago
kay.one e896af5cd0 ReSharper code cleanup
13 years ago
kay.one 73aecc0796 added test for basic FeedProviderBase, fixed some issues with it.
13 years ago
Mark McDowall 460e48d6a1 Add GetBestMatch to TvDbProvider (Provides a way to get the best result from a list of results)
13 years ago
Mark McDowall 148fd044ef Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
kay.one 7e4c38ec3f removed most of existing rss code
13 years ago
kay.one d7732cab3b fixed episode parse issue
13 years ago
kay.one 62b2cd510f started rss cleanup
13 years ago
Mark McDowall fd3d94c9b0 ParseEpisodeInfo will now handle repeating Episode Naming Format (S01E01E02 or S01E01-02), It will not handle ranges (S01E01-06)
13 years ago
Mark McDowall c6a7eaab93 Separate QualityTypes.Bluray to Bluray720 and Bluray1080.
13 years ago
Mark McDowall fd06987331 Fixed parsing for 1013/103/113 naming.
13 years ago
Mark McDowall a5cd1fc490 Fixed REGEX for 103 (was looking for non-alphanumberic), still fails on 113 numbering, but will work for 103.
13 years ago
Mark McDowall f1db8f52bf Parser REGEX updated to support 103 naming and breaking out of the REGEX foreach loop when a match is found. Most strict to less strict ordering of REGEX is required.
13 years ago
Mark McDowall f07b305684 Fixed Parser (broke 103 naming convention, but it fixed more than it broke).
13 years ago
Mark McDowall 64a1b2d28d Normalize path will now just clean it up, no longer returns the string in all lower-case.
14 years ago
markus101 1ba6cd0d3a Removed Drone Specific parser, on 2nd look it is not needed... just need to include the quality when adding it to the SAB Queue.
14 years ago
markus101 fd038891fb Added parser for parsing the Quality of an Episode sent to SAB (So we get the proper quality)
14 years ago
markus101 1314d00c97 Post Processing has been implemented, still need to finish app for SAB to NzbDrone.
14 years ago
Keivan 16fcda18c3 fixed episode parse, profile storage
14 years ago
Keivan ca27c75df5 simplified quality fixed some broken tests
14 years ago
markus101 1cf5e55e61 Added in Bluray 1080P Quality Type.
14 years ago
markus101 c40f18e66f Fixed REGEX for episode parsing so it would correctly parse shows with a year in the title.
14 years ago
markus101 da979639ba More config pages have been added. AJAX to save. Order with jquery sortable.
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
Keivan c8a8fb4d62 Fixed notification issues
14 years ago