From 1bbd560962391b21edd693662f584df85edfc5b5 Mon Sep 17 00:00:00 2001 From: p0ps Date: Sat, 24 Dec 2016 16:31:14 +0100 Subject: [PATCH] Fixed postProcess view. (#1830) * Fixed postProcess view. * Fixed old ui bug in PP page. --- views/config_postProcessing.mako | 1 + views/home_postprocess.mako | 185 ++++++++++++++++--------------- 2 files changed, 96 insertions(+), 90 deletions(-) diff --git a/views/config_postProcessing.mako b/views/config_postProcessing.mako index 7c39eab43c..73e24d5463 100644 --- a/views/config_postProcessing.mako +++ b/views/config_postProcessing.mako @@ -1102,4 +1102,5 @@
+ diff --git a/views/home_postprocess.mako b/views/home_postprocess.mako index d76eeab882..f8ea6d2132 100644 --- a/views/home_postprocess.mako +++ b/views/home_postprocess.mako @@ -3,96 +3,101 @@ from medusa import app %> <%block name="content"> -
-% if not header is UNDEFINED: -

${header}

-% else: -

${title}

-% endif -
-
- - - - - - - - - - - - - - - - - - - - - - - % if app.USE_FAILED_DOWNLOADS: - - - - - % endif - % if app.POSTPONE_IF_NO_SUBS: - - - - - - - - - % endif -
- Enter the folder containing the episode: - - -
- Process Method to be used: - - -
- Force already Post Processed Dir/Files: - - -  (Check this to post-process files that were already post-processed) -
- Mark Dir/Files as priority download: - - -  (Check this to replace the file even if it exists at higher quality) -
- Delete files and folders: - - -  (Check this to delete files and folders like auto processing) -
- Mark download as failed: - - -  (Check this to mark download as failed) -
- Skip associated subtitles check*: - - -  (Check this to post-process when no subtitles available) -
- - * Create a new folder in PP folder and move only the files you want to ignore subtitles for -
- -
+ +
+
+ % if not header is UNDEFINED: +

${header}

+ % else: +

${title}

+ % endif +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + % if app.USE_FAILED_DOWNLOADS: + + + + + % endif + % if app.POSTPONE_IF_NO_SUBS: + + + + + + + + + % endif +
+ Enter the folder containing the episode: + + +
+ Process Method to be used: + + +
+ Force already Post Processed Dir/Files: + + +  (Check this to post-process files that were already post-processed) +
+ Mark Dir/Files as priority download: + + +  (Check this to replace the file even if it exists at higher quality) +
+ Delete files and folders: + + +  (Check this to delete files and folders like auto processing) +
+ Mark download as failed: + + +  (Check this to mark download as failed) +
+ Skip associated subtitles check*: + + +  (Check this to post-process when no subtitles available) +
+ + * Create a new folder in PP folder and move only the files you want to ignore subtitles for +
+ +
+