#2343 Added option to stop post processing if no good metadata match is found

This commit is contained in:
rembo10
2015-09-02 12:59:17 -07:00
parent 570234717a
commit e5151a0a19
4 changed files with 21 additions and 12 deletions

View File

@@ -736,7 +736,7 @@
</div>
<div id="preferred_bitrate_options" class="suboptions">
<div class="row nopad">
Target bitrate:
Target bitrate:
<input type="text" class="override-float" name="preferred_bitrate" value="${config['preferred_bitrate']}" size="3">kbps<br>
</div>
<div class="row nopad">
@@ -1446,6 +1446,10 @@
<input type="checkbox" name="freeze_db" id="freeze_db" value="1" ${config['freeze_db']} />
</label>
</div>
<div class="row checkbox left clearfix nopad">
<label><input type="checkbox" title="Stop post-processing if no good metadata match found"
name="do_not_process_unmatched" value="1" ${config['do_not_process_unmatched']} />Stop post-processing if no good metadata match found</label>
</div>
<div class="row checkbox left clearfix">
<label title="Use ID3v2.3 instead of ID3v2.4">
Tag using ID3v2.3 instead of ID3v2.4