Mark McDowall
a7a0a25029
Renamed AiredAfter to CustomStartDate
12 years ago
Mark McDowall
713c4225c0
Added EpisodeAiredAfter to server side
12 years ago
Mark McDowall
8b45714e59
Pneumatic wired up as download client
12 years ago
Mark McDowall
5665f64988
Release group shown on history details, take 2
12 years ago
Mark McDowall
67064ec495
Restrict nzbs based on release group, server side
...
New: Only grab NZBs if release group is wanted (configurable)
12 years ago
Mark McDowall
6f3262c68a
Release group is added to history and episodefile
12 years ago
Mark McDowall
d44c07b27b
Fixed: History grid loads faster (lazy loaded)
12 years ago
Mark McDowall
c4b57c4a23
Fixed: SABnzbd queue checking will not fail when items in queue are being repaired.
...
SabQueue priority is parsed with a custom converter to prevent blowing up because SAB decides to use Repair as a queue priority type.
13 years ago
Mark McDowall
ce0a6f8b86
NzbInfoUrl added to history and episode parse result, will be added to history item before being added to the DB.
13 years ago
Mark McDowall
a1fa6287c7
New: Basic stats on your library. View at: /System/Stats
13 years ago
Mark McDowall
4f005e45c0
Search Results grid added.
13 years ago
Mark McDowall
c7f8f57f77
Episode searching now stores the results of the tests.
13 years ago
Mark McDowall
74105974dd
New: Added test button to SABnzbd.
...
New: Added test button to Prowl.
13 years ago
Mark McDowall
1c22ec91d6
New: Episodes that air today will not be shown in the UI as missing.
13 years ago
kay.one
4fe1d7e6f7
Jobs added to queue have higher priority than scheduler jobs.
13 years ago
kay.one
7e38afc838
Logging/Download notification tweaks.
13 years ago
Mark McDowall
462eb53897
Retention check added to DecisionEngine.
...
Retention is configurable from Settings/Indexers.
13 years ago
Mark McDowall
a168bdfa00
Merge branch 'overview-grid'
13 years ago
Mark McDowall
93355a4ae1
Upcoming grid NzbDroned. Bye Telerik Grid.
13 years ago
kay.one
174f765ec9
New: NzbDrone service to automatically report errors and episode parse issues.
13 years ago
Mark McDowall
df6db27d21
Fixed SabPriorityType of Force being Top in the model.
13 years ago
Mark McDowall
d670e45001
DownloadClient added to the UI, it still will only download via Sabnzbd.
13 years ago
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.
13 years ago
Mark McDowall
1f983094ac
Fix: Resolved a parsing issue when timeleft for an SabQueueItem was greater than 24 hours.
13 years ago
Mark McDowall
02cb12bdb8
BacklogSetting refactoring.
13 years ago
Mark McDowall
9eb022fdf4
BacklogStatus added to individually control which series are included in backlog searches. Applies to Backlog and RecentBacklog jobs. Editable in Series/MassEdit and Series Edit.
13 years ago
Mark McDowall
dc4f5e48f3
SabQueueItem ParseResult will trim off duplicate before parsing.
13 years ago
kay.one
78268f3c58
Better parser logging.
13 years ago
kay.one
9acfb7330c
Check sab queue now takes quality into consideration
13 years ago
Mark McDowall
b4eed1a657
SabProvider now gets JSON instead of XML for history and queue.
13 years ago
Mark McDowall
26c4240a6b
SabProvider can now get the entire Queue for additional processing.
13 years ago
Mark McDowall
3dce784672
XbmcProvider uses Json.net for reading/writing JSON.
...
Updated for v3 of XBMC JSON API.
13 years ago
Mark McDowall
2cc066ccf2
GetActivePlayers will now work with Eden and Dharma.
13 years ago
kay.one
fabc4c84bd
Moved Jobs to their own folder.
13 years ago
kay.one
30497357b4
Removed single search method in indexer base.
13 years ago
kay.one
0a70c836df
Cleaned up progress notification.
13 years ago
kay.one
72d0fc50ed
Alot of refactoring.
13 years ago
kay.one
07458529f6
JobProvider can reset itself.
...
cleaned up unit test logging
13 years ago
Mark McDowall
a2735d7716
Twatter has been added, Notifications cannot be saved (yet), nor will they send, but the framework for a user to setup Twitter (Authorize NzbDrone) is in place.
13 years ago
kay.one
ec08436587
Refactored the shit out of PostDownloadProvider
13 years ago
kay.one
35e44284c0
Fixed broken test, drop folder prefix uses regex instead of prefix now.
13 years ago
kay.one
8f9946eb63
Added some update APIs to check for updates and download and extract the update package.
...
Todo: apply updated, UI.
13 years ago
Mark McDowall
e87cdbde44
Removed SharedLiveTemplates.xml.
...
Cleaned up PostDownloadProvider, added more tests.
13 years ago
Mark McDowall
642707e46d
Fixed some issues with PostDownloadProvider.
...
Added tests for PostDownloadProvider.
13 years ago
Mark McDowall
8cac84b4ad
PostDownloadProvider broken down further.
...
Will try to reprocess _NzbDrone_ directories each pass, but will mark with an error when possible.
Attempt to process _UNPACK_ and _FAILED_ directories 30 minutes after first detected by NzbDrone (to give SAB time to unpack properly before processing).
13 years ago
Mark McDowall
5098ea3249
Added two new Episode Statuses - Unpacking and Failed.
...
Tests added to support new Statuses.
PostDownloadScanJob will update PostDownloadStatus for failed or unpacking.
ImportFile will set the PostDownloadStatus to Processed when added to the database.
13 years ago
Mark McDowall
f973c74c87
ConfigFileProvider will now add missing config values automatically, with a default value.
...
Added Handbrake and AtomicParsley wrappers for iPod video conversion.
13 years ago
Mark McDowall
e4f01ae0d4
Size is now parsed for each item in the feed.
...
QualityType added to database to allow saving of size limits.
Fluent now uses longs for multiplication, to ensure it doesn't overflow.
13 years ago
Mark McDowall
0b586de226
Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent.
...
A bunch of files changed removing System.Linq, thanks Resharper :(
13 years ago
Mark McDowall
35cad3d27e
Added partial season searching when a full season NZB is not available.
13 years ago