Private GIT

Skip to content
Snippets Groups Projects
Commit 9016a02f authored by miigotu's avatar miigotu
Browse files

Merge pull request #2739 from fernandog/archive_move

Move 'Archive on first match' closer to 'Quality' in editShow
parents 1126bd25 d358148f
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,11 @@ This will <b>affect the episode show search</b> on nzb and torrent provider.<br
<%include file="/inc_qualityChooser.mako"/>
<br />
<b>Archive on first match:</b>
<input type="checkbox" name="archive_firstmatch" ${('', 'checked="checked"')[show.archive_firstmatch == 1]} /><br>
(check this to have the episode archived after the first best match is found from your archive quality list)</br>
<br />
<b>Default Episode Status:</b><br />
(this will set the status for future episodes)<br />
<select name="defaultEpStatus" id="defaultEpStatusSelect" class="form-control form-control-inline input-sm">
......@@ -115,13 +120,6 @@ This will <b>affect the episode show search</b> on nzb and torrent provider.<br
(check this if you wish to use the DVD order instead of the Airing order. A "Force Full Update" is necessary, and if you have existing episodes you need to move them)
<br/><br/>
% if anyQualities + bestQualities:
<b>Archive on first match:</b>
<input type="checkbox" name="archive_firstmatch" ${('', 'checked="checked"')[show.archive_firstmatch == 1]} /><br>
(check this to have the episode archived after the first best match is found from your archive quality list)</br>
<br />
% endif
<b>Ignored Words:</b></br>
<input type="text" name="rls_ignore_words" id="rls_ignore_words" value="${show.rls_ignore_words}" class="form-control form-control-inline input-sm input350" /><br />
Results with one or more word from this list will be ignored<br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment