@ -44,6 +44,9 @@
<label><input type="checkbox" name="no_dupes" value="1" <!--#if $no_dupes > 0 then "checked=1" else ""#--> /> <strong>$T('opt-no_dupes')</strong></label><br>
$T('explain-no_dupes')<br>
<br>
<label><input type="checkbox" name="sfv_check" value="1" <!--#if $sfv_check > 0 then "checked=1" else ""#--> /> <strong>$T('opt-sfv_check')</strong></label><br>
$T('explain-sfv_check')<br>
<strong>$T('opt-dirscan_opts'):</strong><br>
$T('explain-dirscan_opts')<br>
<input type="radio" name="dirscan_opts" value="0" <!--#if $dirscan_opts == 0 then "checked=1" else ""#--> /> $T('none')
@ -62,6 +62,11 @@
<td><small>$T('explain-no_dupes')</small></td>
</tr>
<tr>
<td class=alignRight><div class="tucker">$T('opt-sfv_check'):</div></td>
<td><input type="checkbox" name="sfv_check" value="1" <!--#if $sfv_check > 0 then "checked=1" else ""#--> /></td>
<td><small>$T('explain-sfv_check')</small></td>
<td class=alignRight valign=top><div class="tucker">$T('opt-top_only'):</div></td>
<td valign=top><input type="checkbox" name="top_only" value="1" <!--#if $top_only > 0 then "checked=1" else ""#--> /></td>
<td><small>$T('explain-top_only')</small></td>
@ -61,6 +61,11 @@
<span class="tips">$T('explain-no_dupes')</span></label>
<br class="clear" />
<label><span class="label">$T('opt-sfv_check'):</span>
<input class="radio" type="checkbox" name="sfv_check" value="1" <!--#if $sfv_check > 0 then 'checked="1"' else ""#--> />
<span class="tips">$T('explain-sfv_check')</span></label>
<span class="label">$T('opt-dirscan_opts'):</span>
<input class="radio" type="radio" name="dirscan_opts" value="0" <!--#if $dirscan_opts == 0 then 'checked="1"' else ""#--> /> $T('none')
<input class="radio" type="radio" name="dirscan_opts" value="1" <!--#if $dirscan_opts == 1 then 'checked="1"' else ""#--> /> $T('pp-repair')
@ -1077,7 +1077,7 @@ SWITCH_LIST = \
'dirscan_opts', 'enable_par_cleanup', 'auto_sort', 'check_new_rel', 'auto_disconnect',
'safe_postproc', 'no_dupes', 'replace_spaces', 'replace_illegal', 'auto_browser',
'ignore_samples', 'pause_on_post_processing', 'quick_check', 'dirscan_script', 'nice', 'ionice',
'dirscan_priority', 'ssl_type', 'pre_script', 'pause_on_pwrar', 'ampm'
'dirscan_priority', 'ssl_type', 'pre_script', 'pause_on_pwrar', 'ampm', 'sfv_check'
)
#------------------------------------------------------------------------------
@ -323,6 +323,8 @@ SKIN_TEXT = {
'explain-pause_on_pwrar' : TT('You\'ll need to set a password and resume the job.'),
'opt-no_dupes' : TT('Prevent Duplicate Downloads'),
'explain-no_dupes' : TT('Skip a job if a backed-up .nzb with the same name exists.'),
'opt-sfv_check' : TT('Enable SFV-based checks'),
'explain-sfv_check' : TT('Do an extra verification based on SFV files.'),
'opt-dirscan_opts' : TT('Default Post-Processing'),
'explain-dirscan_opts' : TT('Used when no post-processing is defined by the category.'),
'opt-dirscan_script' : TT('Default User Script'),