From 836131ebb1ff304b31502fa9de72a7aad345e919 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sat, 17 Sep 2016 00:52:30 -0700 Subject: [PATCH] New: Import subtitles and extra files when importing media files --- src/NzbDrone.Core/Extras/ExtraService.cs | 4 ---- .../MediaManagement/Sorting/SortingViewTemplate.hbs | 12 ++++++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/NzbDrone.Core/Extras/ExtraService.cs b/src/NzbDrone.Core/Extras/ExtraService.cs index 5906de176..5bebe546d 100644 --- a/src/NzbDrone.Core/Extras/ExtraService.cs +++ b/src/NzbDrone.Core/Extras/ExtraService.cs @@ -57,10 +57,6 @@ namespace NzbDrone.Core.Extras extraFileManager.CreateAfterEpisodeImport(series, episodeFile); } - // TODO: Remove - // Not importing files yet, testing that parsing is working properly first - return; - var sourcePath = localEpisode.Path; var sourceFolder = _diskProvider.GetParentFolder(sourcePath); var sourceFileName = Path.GetFileNameWithoutExtension(sourcePath); diff --git a/src/UI/Settings/MediaManagement/Sorting/SortingViewTemplate.hbs b/src/UI/Settings/MediaManagement/Sorting/SortingViewTemplate.hbs index c78c7393a..a6b26d353 100644 --- a/src/UI/Settings/MediaManagement/Sorting/SortingViewTemplate.hbs +++ b/src/UI/Settings/MediaManagement/Sorting/SortingViewTemplate.hbs @@ -76,4 +76,16 @@ + +
+ + +
+ +
+ +
+ +
+