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
Taloth Saldono
7b607ce895
Moved IsFirstOrLastEpisodeOfSeason logic to AcceptableSize specification so we can reuse the seasonsearchcriteria to reduce the number of database calls.
2014-05-06 23:59:06 +02:00
Mark McDowall
e21574a203
Blacklisting improvements
...
New: New releases that fail will be retried a second time after waiting 1hr (configurable)
Fixed: Blacklisting releases with the same date and vastly different ages
2014-04-08 17:19:36 -07:00
Taloth Saldono
38b0fae29a
Moved Episode Not Requested check to new Specification. Updated tests.
2014-04-01 21:39:17 +02:00
Taloth Saldono
198ff059c4
Fixed: Season Search now correctly uses scene numbering.
2014-03-30 13:50:17 +02:00
Mark McDowall
87e5d1d84f
Log reasons a release was rejected after all specs have processed
2014-03-20 16:52:19 -07:00
Mark McDowall
2f3430387e
Major logging overhaul
2014-03-13 13:13:02 -07:00
Mark McDowall
2d028d9bc7
History check shouldn't die if download client is not configured.
...
Do not log exceptron response when no errors are found
2014-03-11 01:08:50 -07:00
kayone
c973ab844a
Added some missing indexes database.
2014-02-22 16:22:58 -08:00
Mark McDowall
78dacf6850
Fixed: Performance issues when processing results from indexers (RSS/Search)
2014-02-22 00:53:29 -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
46f904d165
Refactored retention spec
2014-02-19 18:23:55 -08:00
Mark McDowall
606d78f5e1
Download clients now use thingy provider
2014-02-16 23:01:36 -08:00
Taloth Saldono
ff9887deaa
Added MinSize check and revised tests.
2014-02-15 11:51:52 +01:00
Mark McDowall
4d40ce88c2
Return false for size when quality is unknown
2014-02-05 23:45:00 -08:00
Mark McDowall
823ace02a6
Fixed not in queue spec
2014-02-05 23:43:58 -08:00
Mark McDowall
d648056bc4
Better trace messaging for Download Decision specs
...
Fixed: Trace logs will contain more details when a release is rejected
2014-02-05 16:56:10 -08:00
Mark McDowall
958c2f1fe1
Merge branch 'quality-definitions' into develop
...
Conflicts:
src/UI/Settings/Quality/Profile/EditQualityProfileTemplate.html
src/UI/app.js
2014-02-03 17:29:22 -08:00
Taloth Saldono
45304b1bbc
Solved error in quality comparison for HistoryService
2014-02-02 00:38:19 +01:00
Mark McDowall
0ab7d035e1
Validate series is the one searched for
2014-01-30 17:35:22 -08:00
Taloth Saldono
3e97106aa7
Updated QualityProfile to contain a list of Items each with a 'Allowed' bool.
2014-01-29 01:53:59 +01:00
Taloth Saldono
c90791b266
Quality Order can now be change on per Quality Profile. Quality Title used in Renaming can now be changed by the user. Both options require Advanced Settings to be enabled.
2014-01-27 19:21:29 +01:00
Mark McDowall
6cbc8687de
Better way to fix empty string split results
2014-01-15 16:22:22 -08:00
Mark McDowall
885872ff3a
Fixed: Extra new line in release restrictions causing all releases to be rejected
2014-01-15 12:39:32 -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
kayone
ec63053fe7
cleaned up using directives.
2013-11-19 16:42:17 -08:00
Mark McDowall
7c6fad155a
Added option to disable blacklisting, both the queue check and the spec
2013-10-28 17:41:35 -07:00
Mark McDowall
8520fe3e0c
Blacklisting will trigger episode search
2013-10-23 22:13:04 -07:00
Mark McDowall
1f5bcfeb75
Blacklist is now used when processing results
2013-10-22 23:36:31 -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
6d46819972
Download client will return queue with remoteEpsiode
...
Fixed: In Queue check is more accurate
2013-10-08 23:58:29 -07:00
Mark McDowall
883d0c815e
Better NotInQueue checking
2013-10-08 23:16:36 -07:00
Mark McDowall
5bf0e197ec
Moved source code under src folder - massive change
2013-10-02 18:01:32 -07:00