You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Prowlarr/NzbDrone.Core/Providers/Jobs
Mark McDowall 02f6af4750
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
..
AppUpdateJob.cs AppUpdateJob will run every 7 days. 13 years ago
BacklogSearchJob.cs BacklogSearchJob will run every 30 days. 13 years ago
BannerDownloadJob.cs Alot of refactoring. 13 years ago
ConvertEpisodeJob.cs ConfigFileProvider will now add missing config values automatically, with a default value. 13 years ago
DeleteSeriesJob.cs
DiskScanJob.cs UpdateInfo and DiskScan jobs will process in Alphabetical order (ignoring articles). 13 years ago
EpisodeSearchJob.cs Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. 13 years ago
IJob.cs
ImportNewSeriesJob.cs Added BannerDownloadJob, it will run every 30 days. 13 years ago
JobProvider.cs Database logging is now set to Info. 13 years ago
PostDownloadScanJob.cs More autoupdate code. 13 years ago
RecentBacklogSearchJob.cs Removed Injection for SeasonSearchJob on RecentBacklogSearchJob. 13 years ago
RenameEpisodeJob.cs
RenameSeasonJob.cs Added SeriesSearch and RenameSeries jobs. 13 years ago
RenameSeriesJob.cs Added SeriesSearch and RenameSeries jobs. 13 years ago
RssSyncJob.cs
SeasonSearchJob.cs Season searching fallback to individual episodes will done in order from 1 to n. 13 years ago
SeriesSearchJob.cs Fixed a bug in SeriesSearchJob that would cause it to fail. 13 years ago
TrimLogsJob.cs Trim added to LogProvider. 13 years ago
UpdateInfoJob.cs EpisodeSearch properly uses PerformSearch. 13 years ago
UpdateSceneMappingsJob.cs