Commit Graph

940 Commits

Author SHA1 Message Date
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
Mark McDowall 5bf56ffca3 Age parsing added to the indexers. 2012-02-18 12:33:05 -08:00
Mark McDowall 462eb53897 Retention check added to DecisionEngine.
Retention is configurable from Settings/Indexers.
2012-02-18 12:33:04 -08:00
Mark McDowall 59516c240f Fix for episodes with "Part" in the Episode Title being picked up as mini-series releases. 2012-02-15 12:17:10 -08:00
kay.one 6851e2ae9d Fixed broken test 2012-02-14 18:32:47 -08:00
kay.one 890b8b1c2c updated analytics 2012-02-14 18:24:40 -08:00
kay.one 5c03c873b2 updated analytics 2012-02-14 18:21:56 -08:00
Mark McDowall 2deb6822b0 Updated Nuget packages. 2012-02-14 18:08:47 -08:00
kay.one e5fa098d66 deskmetrics doesn't report during dev. 2012-02-12 23:49:53 -08:00
kay.one 90e5e8eef3 deskmetrics doesn't report during dev. 2012-02-12 23:38:50 -08:00
kay.one 05df752cc8 Fix: Downgraded some log levels for less verbose logging 2012-02-12 23:28:01 -08:00
kay.one 9bea027907 Fixed compile issue 2012-02-12 22:41:51 -08:00
kay.one 83aa6330d1 Minor cleanups. 2012-02-12 22:38:57 -08:00
Mark McDowall 34f8f0a78f Reversed the last change, if episodes are not parsed in order the report should be rejected. 2012-02-12 21:01:14 -08:00
Mark McDowall fb83212f55 Parser will ensure episode numbers are in order when returned. 2012-02-12 20:27:00 -08:00
Mark McDowall 1abeef7239 Fix: Episode naming for files with multiple episodes. 2012-02-12 14:11:32 -08:00
kay.one 659b3dee55 Improved: Upcoming episodes page no longer shows series that aren't monitored. 2012-02-11 16:02:59 -08:00
kay.one 6df184b7cb New: All setting values are cached for better responsiveness. 2012-02-11 16:02:58 -08:00
Mark McDowall cc8f8bec06 Fixed bracket in logging message. 2012-02-11 00:16:26 -08:00
Mark McDowall 308fd11c83 Fix: Series Titles with apostrophes when searched on NzbMatrix will now return valid results.
Each indexer can now override GetQueryTitle from IndexerBase if required for special title searching.
2012-02-11 00:09:28 -08:00
Mark McDowall 2a6f02be17 Added additional logging to PostDownloadProvider. 2012-02-10 22:33:27 -08:00
kay.one d7965022db Fix: RSS parse errors are no longer logged as warning and will not show up in the log page (they are still included in the log files) 2012-02-10 17:54:08 -08:00
kay.one 5ecbdd3e64 Package cleanup 2012-02-10 16:48:20 -08:00
Mark McDowall 7ae751371d Fix: Growl will now work for notifying on grab/download.
Growl must be registered before notifications will work.
2012-02-07 00:24:59 -08:00
kay.one 5717b7f596 New: Rewrite of download decision engine. 2012-02-06 21:14:55 -08:00
Mark McDowall a168bdfa00 Merge branch 'overview-grid' 2012-02-06 21:11:26 -08:00
Mark McDowall 93355a4ae1 Upcoming grid NzbDroned. Bye Telerik Grid. 2012-02-06 17:22:17 -08:00
kay.one 26242d7dde Fixed rebase issues. 2012-02-04 23:00:12 -08:00
kay.one 174f765ec9 New: NzbDrone service to automatically report errors and episode parse issues. 2012-02-04 22:50:41 -08:00
kay.one 9fcb3a4573 Improved: Episodes that are in the future AND have no title will not be added to db (place holder episodes in TVDB) 2012-02-04 20:36:42 -08:00
kay.one 02a3b38210 Added service integration tests. 2012-02-03 21:28:50 -08:00
kay.one 65417bd8ec Fixed: Multipart episodes are now added to sab queue using single episode title only. 2012-02-02 22:49:34 -08:00
kay.one 44d6d20bd6 Deskmetrics will not report any data unless using the master branch. 2012-02-02 16:11:18 -08:00
Mark McDowall 249e6d7c4b Fixed DateTime parsing in SeriesProvider.CleanAirsTime, will now suppress failures because TheTvDb has random data. 2012-02-01 16:02:20 -08:00
Mark McDowall df6db27d21 Fixed SabPriorityType of Force being Top in the model. 2012-02-01 16:02:19 -08:00
Mark McDowall a96ff2519a New: Blackhole implemented, allowing clients other than SABnzbd to be used. 2012-02-01 16:02:16 -08:00
Mark McDowall d670e45001 DownloadClient added to the UI, it still will only download via Sabnzbd. 2012-02-01 16:02:15 -08:00
kay.one 2009693787 Fix: Indexers that are enabled but aren't configured correctly will be skipped during rss/search 2012-01-31 17:38:05 -08:00
Mark McDowall e0170a08e4 More REGEX work, cleaned up some extraneous bits and made them more accurate. 2012-01-31 17:17:42 -08:00
Mark McDowall c700ffcc3b Fixed parsing being too greedy in its search for multi-episode releases. 2012-01-31 16:27:24 -08:00
Mark McDowall 3b0d989cfb Throwing a better exception. 2012-01-31 12:18:24 -08:00
kay.one feb4ef969e Fixed: Issue where daily episodes/full season releases would break sab queue check. 2012-01-31 11:35:03 -08:00
Mark McDowall 26adbf2602 Code cleanup per commit comments. More Work?!
EpisodeParseResult will use Season ## when it is a full season instead of writing out each episode number.
2012-01-30 22:55:57 -08:00
Mark McDowall 1f983094ac Fix: Resolved a parsing issue when timeleft for an SabQueueItem was greater than 24 hours. 2012-01-30 13:34:15 -08:00
kay.one 68e1a0bc4d Fixed: Fixed issue where an unknown episode/item in the queue would crash CheckQueue. 2012-01-27 16:21:06 -08:00
Mark McDowall 91d3d522ec Parse size to decimal using en-US culture. 2012-01-27 14:53:11 -08:00
Mark McDowall 2bf97fd76f Fix: Size will be displayed in best format when rejected (instead of bytes). It will also be displayed as info so it shows in the normal log. 2012-01-27 08:17:12 -08:00
kay.one 207ea607a7 Fixed spacing in episode search notification. 2012-01-26 22:57:07 -08:00
kay.one b58fe89ce4 analytics will not leak exceptions while in production. 2012-01-26 22:10:15 -08:00
kay.one 14559d035b Updated deskmetrics libraries. 2012-01-26 21:28:00 -08:00