Sonarr/src/NzbDrone.Core/Tv
Mark McDowall fa4c11a943 New: Do not automatically unmonitor episodes renamed outside of Sonarr
Closes #6584
2024-03-02 21:23:27 -08:00
..
Commands New: refresh only selected or filtered series 2023-05-21 17:05:30 -04:00
Events Fixed: Processing updated episodes in series after refresh 2024-02-27 20:42:27 -08:00
Actor.cs Removed unused using statements 2016-12-23 13:45:24 -08:00
AddSeriesOptions.cs New: Option to search for upgrades when adding new series 2020-09-10 15:05:53 -07:00
AddSeriesService.cs Update AddSeries Messaging and Logging 2024-03-03 00:21:16 -05:00
AddSeriesValidator.cs Migrate to FluentValidation 9 2023-04-14 16:48:47 -07:00
Episode.cs New: Search for recently aired anime episodes with added absolute episode number 2024-02-26 21:32:46 -08:00
EpisodeCutoffService.cs Remove unused LanguagesBelowCutoff 2024-01-11 16:36:27 -08:00
EpisodeMonitoredService.cs New: Option to sync season monitoring state when importing from another Sonarr instance 2024-02-26 21:32:39 -08:00
EpisodeRefreshedService.cs Fixed: Processing updated episodes in series after refresh 2024-02-27 20:42:27 -08:00
EpisodeRepository.cs Remove unused LanguagesBelowCutoff 2024-01-11 16:36:27 -08:00
EpisodeService.cs New: Do not automatically unmonitor episodes renamed outside of Sonarr 2024-03-02 21:23:27 -08:00
MonitoringOptions.cs New: Option to sync season monitoring state when importing from another Sonarr instance 2024-02-26 21:32:39 -08:00
MoveSeriesService.cs Fixed: Logging when series folder is moved successfully 2022-08-07 12:03:27 -07:00
MultipleSeriesFoundException.cs Fixed: Queue not showing items with conflicting titles 2022-12-12 22:44:08 -08:00
Ratings.cs Removed unused using statements 2016-12-23 13:45:24 -08:00
RefreshEpisodeService.cs New: Update anime episodes by season/episode number instead of absolute episode number 2024-02-26 21:32:46 -08:00
RefreshSeriesService.cs Last Season and Recent Episodes 2023-11-19 10:49:53 -08:00
Season.cs StyleCop 2022-08-07 15:24:35 -07:00
Series.cs New: Option to control whether new seasons get monitored automatically 2023-11-19 10:49:53 -08:00
SeriesAddedHandler.cs New: refresh only selected or filtered series 2023-05-21 17:05:30 -04:00
SeriesEditedService.cs New: refresh only selected or filtered series 2023-05-21 17:05:30 -04:00
SeriesPathBuilder.cs v3 API 2018-12-29 13:08:37 +01:00
SeriesRepository.cs Fixed: Tag details query broken for Postgres 2023-08-13 13:26:05 -05:00
SeriesScannedHandler.cs New: Search for recently aired anime episodes with added absolute episode number 2024-02-26 21:32:46 -08:00
SeriesService.cs Faster tag view in UI for large libraries 2023-05-28 11:08:31 -07:00
SeriesStatusType.cs New: Added health check warning to emphasis when a series was deleted instead of only logging it in System Events 2019-10-19 17:15:38 +02:00
SeriesTitleNormalizer.cs StyleCop 2022-08-07 15:24:35 -07:00
SeriesTitleSlugValidator.cs Migrate to FluentValidation 9 2023-04-14 16:48:47 -07:00
SeriesTypes.cs StyleCop 2022-08-07 15:24:35 -07:00
ShouldRefreshSeries.cs Use MinBy and MaxBy instead of OrderBy + First 2023-04-01 17:37:11 -07:00