Radarr/NzbDrone.Core/Providers/Jobs
Mark McDowall 6805a1041b InitializeJobs will use current DateTime to setup new jobs (Prevents jobs running immediately for new installs). 2011-11-30 18:23:22 -08:00
..
AppUpdateJob.cs AppUpdateJob will run every 7 days. 2011-11-25 00:07:12 -08:00
BacklogSearchJob.cs Removed single search method in indexer base. 2011-11-28 22:49:38 -08:00
BannerDownloadJob.cs Alot of refactoring. 2011-11-12 23:27:16 -08: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 Updated JobProvider to allow jobs with two targets. 2011-08-21 17:48:37 -07:00
DiskScanJob.cs UpdateInfo and DiskScan jobs will process in Alphabetical order (ignoring articles). 2011-11-21 22:27:08 -08:00
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 Updated JobProvider to allow jobs with two targets. 2011-08-21 17:48:37 -07:00
ImportNewSeriesJob.cs Added BannerDownloadJob, it will run every 30 days. 2011-09-10 01:42:05 -07:00
JobProvider.cs InitializeJobs will use current DateTime to setup new jobs (Prevents jobs running immediately for new installs). 2011-11-30 18:23:22 -08:00
PostDownloadScanJob.cs More autoupdate code. 2011-11-12 20:07:06 -08:00
RecentBacklogSearchJob.cs Removed single search method in indexer base. 2011-11-28 22:49:38 -08:00
RenameEpisodeJob.cs Updated JobProvider to allow jobs with two targets. 2011-08-21 17:48:37 -07:00
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 Updated JobProvider to allow jobs with two targets. 2011-08-21 17:48:37 -07:00
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 Fixed a bug in SeriesSearchJob that would cause it to fail. 2011-11-25 23:52:54 -08:00
TrimLogsJob.cs Trim added to LogProvider. 2011-11-21 23:35:11 -08:00
UpdateInfoJob.cs EpisodeSearch properly uses PerformSearch. 2011-11-25 22:13:47 -08:00
UpdateSceneMappingsJob.cs Updated JobProvider to allow jobs with two targets. 2011-08-21 17:48:37 -07:00