Commit Graph

42 Commits

Author SHA1 Message Date
Taloth Saldono ccfa13e383 Replaced built-in valuetypes with language keywords. 2015-10-03 21:14:06 +02:00
Taloth Saldono a84f39bb48 Fixed: Should ignore indexer provided tvrageid when scene naming exception exists. 2015-08-03 23:09:33 +02:00
Taloth Saldono 429298c68c Fixed manual import of unknown episodes. 2015-05-12 00:30:47 +02:00
Mark McDowall 62f4fc5e58 Fixed: Some anime season 1 parsing 2015-04-10 07:32:34 -07:00
Taloth Saldono d8662321be Fixed parsing specials with Scene.Title.S0x.Episode.Title format. 2015-03-03 01:08:53 +01:00
Taloth Saldono 2e81e278e1 Fixed a couple of logging errors. 2015-03-01 22:34:39 +01:00
Mark McDowall 20782bbbc1 Episode import improvements
Fixed: Use folder name when file name is not parsable on import
2015-02-08 00:07:08 -08:00
Mark McDowall 2bbce39faa Show title mismatches, but don't import them automaticallys
Fixed: Show Series title mismatches in the UI
Fixed: Force import from Queue for title mismatches
2015-01-21 14:34:11 -08:00
Mark McDowall 7e76a36d68 Fixed: Search results without TV Rage IDs won't match a series without a TV Rage ID 2014-12-31 10:23:03 -08:00
Keivan Beigi a6d34caf2c New: Rebuilt Completed/Failed download handling from scratch 2014-12-18 16:26:42 -08:00
Mark McDowall 83e3d7145f Better parsing of Chistmas Specials 2014-12-15 10:52:16 -08:00
Keivan Beigi 0be8f55a2f Cleaned up using directive 2014-12-06 21:55:17 -08:00
Mark McDowall 6467167046 Moved Extension methods in common to subfolder 2014-12-01 22:26:25 -08:00
Mark McDowall 438686ca1a Refresh the scene mapping cache if it is empty during a lookup 2014-11-18 23:47:19 -08:00
Keivan Beigi 6a743a8792 removed dead code 2014-10-03 16:29:52 -07:00
Mark McDowall caa6a3858b Use DownloadClientIds to find matching series/episodes instead of relying solely on release name
Fixed: Show a warning in Queue when drone is unable to import due to a name mismatch
Fixed: Better UI messages for Queue when there is an error or warning
2014-09-28 16:20:06 -07:00
Mark McDowall b638e09f24 Fixed: Don't mark releases as imported unless at least one file is imported 2014-09-03 17:57:27 -07:00
Mark McDowall 9e0c8a60b4 Anime special fixes
Fixed: Parsing of special/OVA/OVD releases
Fixed: Handling of anime releases with season number of zero
2014-08-11 19:44:26 -07:00
Taloth Saldono 7b420fc033 Added MediaInfo to EpisodeFile. 2014-08-05 18:14:06 +02:00
Mark McDowall b72678a9ad Using absolute episode number logging moved to Debug 2014-07-25 08:34:29 -07:00
Mark McDowall 9a92815cbf Fixed: Specials with the season number will be handled properly 2014-07-09 13:56:52 -07:00
Taloth Saldono 5e68ed7aac Changed scene mapping log entry from Info to Debug to avoid spamming the log every minute. 2014-07-09 21:37:45 +02:00
Mark McDowall 193672b652 Anime!
New: Anime support
New: pull alternate names from thexem.de
New: Search using all alternate names (if rage ID is unavailable)
New: Show scene mapping information when hovering over episode number
New: Full season searching for anime (searches for each episode)
New: animezb.com anime indexer
New: Treat BD as bluray

Fixed: Parsing of 2 digit absolute episode numbers
Fixed: Loading series details page for series that start with period
Fixed: Return 0 results when manual search fails, instead of an error
Fixed: animezb URL
2014-07-02 07:33:51 -07:00
Taloth Saldono 2035fe8578 New: Drone now uses the Download Client API to determine if a download is ready for import. (User configuration is required to replace the drone factory with this feature) 2014-05-30 19:40:29 +02:00
Mark McDowall ebe42357c8 Use clean name when finding by title 2014-04-25 20:00:44 -07:00
Mark McDowall 2f3430387e Major logging overhaul 2014-03-13 13:13:02 -07:00
Mark McDowall 669f351d08 Properly handling multi episode in one scene numbered release
Fixed: Multiple episodes under one scene episode for some shows
2014-02-26 22:51:41 -08:00
Mark McDowall 0b2b8e9bbe Cleaned up parser tests, 1103/1113 parsing is less greedy
Fixed: Importing of hashed releases
2014-02-20 09:18:32 -08:00
Mark McDowall faa24c5bb6 Merge branch 'special-episode-search' of https://github.com/iaddis/NzbDrone into special-episode-search
Conflicts:
	src/NzbDrone.Core/Indexers/Omgwtfnzbs/Omgwtfnzbs.cs
2014-02-19 23:23:20 -08:00
Mark McDowall e9db0fc14a Fixes after rebase 2014-02-12 01:05:29 -08:00
Mark McDowall a6361d0bbd New: XBMC Metadata (Frodo+) 2014-02-12 01:04:51 -08:00
Mark McDowall 37231d1ef0 DiskProvider split to Windows and Mono projects 2014-01-25 23:51:33 -08:00
Icer Addis c459cdf168 Fixes in response to code review
ParseSpecialEpisode now follows similar pattern to Map() method and accepts TvRageId and SearchCriteria
Fixed normalize episode title to handle punctuation separately from spaces and removed special episode words
Removed comments
2014-01-07 21:54:23 -08:00
Icer Addis 6ee08af111 Special Episode parsing support in ParsingService
Added ParsingService.ParseSpecialEpisodeTitle
Added SeriesService.FindByNameInexact
Added EpisodeService.FindSpecialEpisodeByName
Added IsPossibleSpecialEpisode method to parse info
DownloadDecisionMaker will try to find special episodes if a parse fails or is a possible special episode
2014-01-07 00:24:50 -08:00
Mark McDowall 80b2e605a9 Fixed: Issue processing full season releases 2013-12-22 17:32:50 -08:00
Mark McDowall e6a4008fad Adding some more logging to import process 2013-11-28 12:53:30 -08:00
kayone bb37444a99 minor parsing fix 2013-11-26 23:48:57 -08:00
Cyberlane 26d3d9dcd6 Small tweaks based on feedback from @markus101 2013-11-11 21:03:10 -08:00
Cyberlane 44c1bc632e Parsing service code (and tests) for absolute numbered episodes 2013-11-11 21:03:08 -08:00
Mark McDowall 436644318b Added name + year lookups
New: Support series lookup when year has been appended to the release name
2013-10-31 16:50:39 -07:00
Mark McDowall 52da5b643d Using string for airdate instead of DateTime in models to prevent timezone issues
Fixed: Manual search air by date shows can now be sent to download client
2013-10-22 22:17:02 -07:00
Mark McDowall 5bf0e197ec Moved source code under src folder - massive change 2013-10-02 18:01:32 -07:00
Renamed from NzbDrone.Core/Parser/ParsingService.cs (Browse further)