|
|
|
@ -183,7 +183,7 @@
|
|
|
|
|
<Compile Include="Configuration\ConfigRepository.cs" />
|
|
|
|
|
<Compile Include="Configuration\IConfigService.cs" />
|
|
|
|
|
<Compile Include="Constants.cs" />
|
|
|
|
|
<Compile Include="ContainerExtentions.cs" />
|
|
|
|
|
<Compile Include="ContainerExtensions.cs" />
|
|
|
|
|
<Compile Include="Datastore\ModelBase.cs" />
|
|
|
|
|
<Compile Include="Datastore\BasicRepository.cs" />
|
|
|
|
|
<Compile Include="Datastore\ObjectDbFactory.cs" />
|
|
|
|
@ -204,14 +204,34 @@
|
|
|
|
|
<Compile Include="Indexers\NewznabRepository.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\LogInjectionModule.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\LogRepository.cs" />
|
|
|
|
|
<Compile Include="Jobs\CleanupRecycleBinJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Framework\JobRepository.cs" />
|
|
|
|
|
<Compile Include="Jobs\IJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\BacklogSearchJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\CleanupRecycleBinJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\ConvertEpisodeJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\DeleteSeriesJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\DiskScanJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\EmptyRecycleBinJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\EpisodeSearchJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\ImportNewSeriesJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\PastWeekBacklogSearchJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\PostDownloadScanJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\RecentBacklogSearchJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\RefreshEpisodeMetadata.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\RenameSeasonJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\RenameSeriesJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\RssSyncJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\SeasonSearchJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\SeriesSearchJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\UpdateInfoJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\UpdateSceneMappingsJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\XemUpdateJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\JobController.cs" />
|
|
|
|
|
<Compile Include="Jobs\JobDefinition.cs" />
|
|
|
|
|
<Compile Include="Jobs\JobQueueItem.cs" />
|
|
|
|
|
<Compile Include="Jobs\JobRepository.cs" />
|
|
|
|
|
<Compile Include="Jobs\JobTimer.cs" />
|
|
|
|
|
<Compile Include="Lifecycle\AppShutdownJob.cs" />
|
|
|
|
|
<Compile Include="Lifecycle\AppRestartJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\XemUpdateJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\EmptyRecycleBinJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\RefreshEpsiodeMetadata.cs" />
|
|
|
|
|
<Compile Include="Jobs\PastWeekBacklogSearchJob.cs" />
|
|
|
|
|
<Compile Include="Lifecycle\IInitializable.cs" />
|
|
|
|
|
<Compile Include="MediaCover\MediaCover.cs" />
|
|
|
|
|
<Compile Include="MediaFiles\MediaFileRepository.cs" />
|
|
|
|
@ -234,7 +254,6 @@
|
|
|
|
|
<Compile Include="Model\Nzbx\NzbxRecentItem.cs" />
|
|
|
|
|
<Compile Include="Model\Nzbx\NzbxVotesModel.cs" />
|
|
|
|
|
<Compile Include="Model\PostDownloadStatusType.cs" />
|
|
|
|
|
<Compile Include="Jobs\Framework\JobQueueItem.cs" />
|
|
|
|
|
<Compile Include="Model\LanguageType.cs" />
|
|
|
|
|
<Compile Include="Model\MisnamedEpisodeModel.cs" />
|
|
|
|
|
<Compile Include="Qualities\QualitySizeRepository.cs" />
|
|
|
|
@ -296,28 +315,11 @@
|
|
|
|
|
<Compile Include="Providers\Search\EpisodeSearch.cs" />
|
|
|
|
|
<Compile Include="Providers\Search\SearchBase.cs" />
|
|
|
|
|
<Compile Include="Tv\SeasonService.cs" />
|
|
|
|
|
<Compile Include="Jobs\RecentBacklogSearchJob.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\TrimLogsJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Framework\JobController.cs" />
|
|
|
|
|
<Compile Include="Jobs\RenameSeasonJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\RenameSeriesJob.cs" />
|
|
|
|
|
<Compile Include="Lifecycle\AppUpdateJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\BacklogSearchJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\ConvertEpisodeJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\SeriesSearchJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\SeasonSearchJob.cs" />
|
|
|
|
|
<Compile Include="Model\Xbmc\TvShowResponse.cs" />
|
|
|
|
|
<Compile Include="Model\Xbmc\TvShow.cs" />
|
|
|
|
|
<Compile Include="Model\Xbmc\VersionResult.cs" />
|
|
|
|
|
<Compile Include="Jobs\UpdateSceneMappingsJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\PostDownloadScanJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\EpisodeSearchJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\DeleteSeriesJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\DiskScanJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\ImportNewSeriesJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Framework\IJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\RssSyncJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\UpdateInfoJob.cs" />
|
|
|
|
|
<Compile Include="MetadataSource\TvRageMappingProvider.cs" />
|
|
|
|
|
<Compile Include="MetadataSource\TvRageProxy.cs" />
|
|
|
|
|
<Compile Include="Providers\XemCommunicationProvider.cs" />
|
|
|
|
@ -496,7 +498,6 @@
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Indexers\NewznabDefinition.cs" />
|
|
|
|
|
<Compile Include="ExternalNotification\ExternalNotificationDefinition.cs" />
|
|
|
|
|
<Compile Include="Jobs\Framework\JobDefinition.cs" />
|
|
|
|
|
<Compile Include="Indexers\Indexer.cs" />
|
|
|
|
|
<Compile Include="Model\EpisodeParseResult.cs" />
|
|
|
|
|
<Compile Include="Model\EpisodeSortingType.cs" />
|
|
|
|
|