Sonarr/NzbDrone.Core/Providers/Jobs
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).
2011-10-14 08:37:19 -07:00
..
BacklogSearchJob.cs Fixed EpisodeSorting examples layout. 2011-08-30 17:15:22 -07:00
BannerDownloadJob.cs Added BannerDownloadJob, it will run every 30 days. 2011-09-10 01:42:05 -07:00
ConvertEpisodeJob.cs ConfigFileProvider will now add missing config values automatically, with a default value. 2011-10-06 21:36:47 -07:00
DeleteSeriesJob.cs
DiskScanJob.cs
EpisodeSearchJob.cs Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. 2011-09-03 20:05:44 -07:00
IJob.cs
ImportNewSeriesJob.cs Added BannerDownloadJob, it will run every 30 days. 2011-09-10 01:42:05 -07:00
JobProvider.cs potential fix for "Execution lock has fucked up" 2011-09-02 22:30:18 -07:00
PostDownloadScanJob.cs PostDownloadProvider broken down further. 2011-10-14 08:37:19 -07:00
RenameEpisodeJob.cs
RenameSeasonJob.cs Added SeriesSearch and RenameSeries jobs. 2011-08-22 22:29:12 -07:00
RenameSeriesJob.cs Added SeriesSearch and RenameSeries jobs. 2011-08-22 22:29:12 -07:00
RssSyncJob.cs
SeasonSearchJob.cs Season searching fallback to individual episodes will done in order from 1 to n. 2011-09-05 15:26:53 -07:00
SeriesSearchJob.cs Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. 2011-09-03 20:05:44 -07:00
UpdateInfoJob.cs
UpdateSceneMappingsJob.cs