Added option to ignore clean/censored releases (#2198)

This commit is contained in:
rembo10
2015-05-04 20:50:16 -07:00
parent c27a381286
commit 78b3802f8f
4 changed files with 16 additions and 1 deletions

View File

@@ -724,6 +724,12 @@
<input type="text" name="required_words" value="${config['required_words']}" size="50">
<small>Results without these words in the title will be filtered out. You can use OR: 'flac OR lossless OR alac, vinyl'</small>
</div>
<div class="row checkbox left clearfix">
<label title="Filter out releases that contain the words 'clean','edited' or 'censored', as long as those words aren't in the search term">
Ignore clean/censored releases
<input type="checkbox" name="ignore_clean_releases" id="ignore_clean_releases" value="1" ${config['ignore_clean_releases']} />
</label>
</div>
</fieldset>
</td>
<td>