Radarr/src/NzbDrone.Core/Download
William Comartin c9e6835d7b Change Sonarr to Radarr in Help Text, and in Notification Text
Change sonarr log files to radarr log files
2017-01-11 21:59:13 -05:00
..
Clients Change Sonarr to Radarr in Help Text, and in Notification Text 2017-01-11 21:59:13 -05:00
Pending Automatically downloading the best movie release works now. 2017-01-03 11:59:03 +01:00
TrackedDownloads Fixed an issue where tracked downloads would not be found in the database due to alternative titles. 2017-01-05 12:39:48 +01:00
CheckForFinishedDownloadCommand.cs New: Drone now uses the Download Client API to determine if a download is ready for import. (User configuration is required to replace the drone factory with this feature) 2014-05-30 19:40:29 +02:00
CompletedDownloadService.cs Fixes a few things with importing: Sample check is done even when file is already in movie folder. Fixed importing of movies with "DC". 2017-01-10 16:23:07 +01:00
DownloadClientBase.cs Implemented importing movies. This is still in early stages, however it should work pretty well. 2017-01-03 23:18:51 +01:00
DownloadClientDefinition.cs Provider testing improvements 2014-07-06 20:12:42 -07:00
DownloadClientFactory.cs Fixed: Significantly improved api performance. 2016-07-24 01:00:41 +02:00
DownloadClientItem.cs Replaced built-in valuetypes with language keywords. 2015-10-03 21:14:06 +02:00
DownloadClientProvider.cs Fixed: Significantly improved api performance. 2016-07-24 01:00:41 +02:00
DownloadClientRepository.cs Changed the way the Database is registered with TinyIoC to make Logdb and future cachedb more accessible. 2015-05-04 00:50:10 +02:00
DownloadClientStatus.cs Removed unused using statements 2016-12-23 13:45:24 -08:00
DownloadClientType.cs Moved source code under src folder - massive change 2013-10-02 18:01:32 -07:00
DownloadEventHub.cs Updated NLog to v4.2.3. 2016-02-11 22:15:12 +01:00
DownloadFailedEvent.cs Redownloading failed downloads works again. Fixes #89. 2017-01-10 14:15:27 +01:00
DownloadItemStatus.cs Use DownloadClientIds to find matching series/episodes instead of relying solely on release name 2014-09-28 16:20:06 -07:00
DownloadService.cs Fixes all usenet download clients. (#25) 2017-01-05 01:06:18 +01:00
EpisodeGrabbedEvent.cs Removed unused using statements 2016-12-23 13:45:24 -08:00
FailedDownloadService.cs Change Sonarr to Radarr in Help Text, and in Notification Text 2017-01-11 21:59:13 -05:00
IDownloadClient.cs Fixes downloading a movie. However, now all downloaders except QBittorrent are non functional until they get fixed. See #14 2017-01-02 19:20:32 +01:00
MovieGrabbedEvent.cs Fixes downloading a movie. However, now all downloaders except QBittorrent are non functional until they get fixed. See #14 2017-01-02 19:20:32 +01:00
ProcessDownloadDecisions.cs Fix download rejections being ignored. 2017-01-10 21:25:36 +01:00
ProcessedDecisions.cs Queue actions 2014-12-09 21:52:41 -08:00
RedownloadFailedDownloadService.cs Redownloading failed downloads works again. Fixes #89. 2017-01-10 14:15:27 +01:00
TorrentClientBase.cs Implemented importing movies. This is still in early stages, however it should work pretty well. 2017-01-03 23:18:51 +01:00
UsenetClientBase.cs Fixes all usenet download clients. (#25) 2017-01-05 01:06:18 +01:00