Commit Graph

54 Commits

Author SHA1 Message Date
kay.one 1a4f3fad25 removed sqo. 2013-03-25 23:19:51 -07:00
kay.one 40a959a309 more search cleanup. 2013-03-07 21:39:53 +09:00
Keivan Beigi 10f4dd5a60 removed unused dependencies. 2013-03-05 11:58:53 -08:00
kay.one 1ccbb3c9d8 automatically download banner,poster, fanart. without a job :D 2013-03-03 21:53:28 -08:00
Keivan Beigi 8a34f1096d Replaced EpisodeService with IEpisodeService 2013-02-21 16:47:09 -08:00
Keivan Beigi b5644bf660 moved series/season/episodes to object db. 2013-02-19 18:05:15 -08:00
kay.one 4504232956 still very broken 2013-02-18 22:56:02 -08:00
kay.one 2d4998d52d moved Series,Seasons,Episodes to their own folders. 2013-02-18 22:01:03 -08:00
Keivan Beigi 499401fc70 Moved DecisionEngine to root of core. 2013-02-18 18:19:38 -08:00
Mark McDowall 5e7c0951b7 Searching refactored
#ND-135 fixed
2013-01-13 00:24:48 -08:00
Mark McDowall 924d3d0c8e Hello Autofac, Goodbye Ninject 2013-01-02 17:09:13 -08:00
Mark McDowall 9c98a764f5 Ampersand in searching replaced with and
Fixed: "&" is replaced with "and" in the Series title when searching for
episodes
2012-12-20 08:31:05 -08:00
Mark McDowall 22dc51a52f Minor cleanup to searchProvider 2012-11-22 16:38:38 -08:00
Mark McDowall d065876991 Refactored Search, less work in the searching 2012-11-16 08:39:54 -08:00
Mark McDowall 5bbe310af5 Merge branch 'xem' into 'master'
Conflicts:
	NzbDrone.Common/DiskProvider.cs
	NzbDrone.Core.Test/ProviderTests/DiskScanProviderTests/ImportFileFixture.cs
	NzbDrone.Core/Providers/DecisionEngine/CustomStartDateSpecification.cs
	NzbDrone.Core/Providers/DiskScanProvider.cs
	NzbDrone.Core/Providers/DownloadProvider.cs
2012-10-20 16:07:04 -07:00
Mark McDowall 887456b337 Fixed dynamic jobs with single property 2012-10-19 21:36:47 -07:00
Mark McDowall d99415bc31 Revert to standard numbering when scene is absent 2012-10-18 08:33:18 -07:00
Mark McDowall 728a18f680 Fixed searchProvider 2012-10-17 23:50:36 -07:00
Mark McDowall 2fd1263619 Download naming uses tvdb numbering
Searching by scene name added
Removed American Dad
2012-10-17 17:06:14 -07:00
Mark McDowall 9c6d78d479 Cleanup and updates for XEM
SceneSource added to signify to lookup via scene name
Use Episodes for naming instead of EpisodeNumbers (in ParseResult)
2012-10-17 00:39:06 -07:00
Mark McDowall 92acb4c049 QualityTypes no longer an enum 2012-10-13 17:36:16 -07:00
Mark McDowall 4cefc5323c Using TPL for feed downloading - more speed!
New: Faster searching and rss syncing
2012-09-08 16:38:42 -07:00
Mark McDowall 4ea55444be Fixed: An issue with Episode Searches that had full season results 2012-05-26 12:17:51 -07:00
Mark McDowall 19ffd77754 Episode searches will be done in ascending order now. 2012-05-17 20:10:33 -07:00
Mark McDowall edb0b3af86 SeasonSearchJob will do a partial search search and then individual searches, when it is still missing results (greater than 0, but all not found).
Fixed: Season/Series searching shouldn't add duplicate episodes.
2012-05-17 16:52:26 -07:00
Mark McDowall 20e99205f8 Fixed issue with tests.
Added test to confirm expected result (Successes != null or empty)
2012-05-08 16:05:08 -07:00
Mark McDowall c59f1a537d Fixed: An issue with Season and Series searching crashing the JobProvider.
Added Nzb.su image to project file.
2012-05-08 15:49:10 -07:00
Mark McDowall 38927e3ca1 Signalr errors will not be shown in the UI.
New: Search History, review recent searches and force specific reports to download (Under history)
2012-04-23 00:38:42 -07:00
Mark McDowall cef7b6a8dc SearchResult Controller added.
Force Download added.
2012-04-22 23:31:11 -07:00
Mark McDowall 4f005e45c0 Search Results grid added. 2012-04-21 01:16:15 -07:00
Mark McDowall c7f8f57f77 Episode searching now stores the results of the tests. 2012-04-19 23:42:13 -07:00
Mark McDowall 55cbc59887 Fixed: Search failure is more friendly.
Womble's Index is enabled by default.
2012-04-14 15:33:58 -07:00
kay.one 7e38afc838 Logging/Download notification tweaks. 2012-02-21 20:43:19 -08:00
kay.one ac84d76ef9 New: When searching for episodes, newer reports are given priority over older reports of equal quality. 2012-02-18 12:33:06 -08:00
kay.one 5717b7f596 New: Rewrite of download decision engine. 2012-02-06 21:14:55 -08:00
kay.one 207ea607a7 Fixed spacing in episode search notification. 2012-01-26 22:57:07 -08:00
Mark McDowall 413991485f Spelling fixed. 2012-01-23 11:00:05 -08:00
kay.one 2875832db0 Made search notifications a bit more friendly ;) 2012-01-22 23:07:00 -08:00
Mark McDowall c0542449a4 Added additional logging to episode searching. 2012-01-22 13:16:25 -08:00
Mark McDowall 20c1639ada Added pre-search check for EpisodeSearch to see if an upgrade is possible, before attempting. 2012-01-17 23:45:21 -08:00
Mark McDowall d1262f1ced No longer checking history when doing a manual search. 2012-01-17 21:06:37 -08:00
Mark McDowall 1b0cdf922e Removed un-needed call from Episode Search.
InventoryProvider.IsAcceptableSize will now handle daily series properly.
2011-11-30 21:08:36 -08:00
kay.one ed9460da66 Merge branch 'markus' into kay.one 2011-11-26 19:19:40 -08:00
kay.one 16eb22b3de Minor code changes 2011-11-26 19:19:11 -08:00
Mark McDowall 726eccb0e8 Processing of Daily Episode searching now supported. 2011-11-26 11:10:13 -08:00
Mark McDowall cadccb4360 EpisodeSearch properly uses PerformSearch.
PerformSearch will handle shows that air daily.
2011-11-25 22:13:47 -08:00
Mark McDowall 576f5c5c09 EpisodeSearch will now notify if no download is found. 2011-11-23 20:50:09 -08:00
Mark McDowall b36dc4ab86 Refactored SearchProvider and corresponding unit tests. 2011-11-17 18:36:53 -08:00
Mark McDowall 30e21ecd16 Searching will be more picky now to ensure the proper series and season (and episode if relevant) 2011-11-16 22:32:44 -08:00
Mark McDowall a56213047f EpisodeSearch now gets the proper QualityProfile (broken after removing AttachSeries), tests updated. 2011-09-05 17:44:03 -07:00