mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-20 10:35:32 +01:00
#2343 Added option to stop post processing if no good metadata match is found
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user