[UI] Added option to parametrize the min probability for creating high level tags
This commit is contained in:
+19
-4
@@ -297,7 +297,7 @@
|
||||
</message>
|
||||
|
||||
<message id="settings-database">
|
||||
<legend>${title}</legend>
|
||||
<legend>${scan-title}</legend>
|
||||
<div class="form-horizontal">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-sm-2" for="${id:update-period}">
|
||||
@@ -346,10 +346,12 @@
|
||||
${video-file-extensions-info}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<legend>${tags-title}</legend>
|
||||
<div class="form-horizontal">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-sm-2" for="${id:tags-highlevel-acousticbrainz}">
|
||||
Create tags from AcousticBrainz High-Level information
|
||||
Create tags from <a href="https://acousticbrainz.org" target="_blank">AcousticBrainz</a> High-level information
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
${tags-highlevel-acousticbrainz}
|
||||
@@ -359,9 +361,22 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="control-label col-sm-2" for="${id:tags-highlevel-acousticbrainz-min-probability}">
|
||||
Minimum probability for High-level tags creation
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
${tags-highlevel-acousticbrainz-min-probability}
|
||||
</div>
|
||||
<div class="help-block col-sm-5">
|
||||
${tags-highlevel-acousticbrainz-min-probability-info}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<label class="control-label col-sm-2" for="${id:tags-similarity-acousticbrainz}">
|
||||
Create tags from AcousticBrainz similarities
|
||||
Create tags from <a href="https://acousticbrainz.org" target="_blank">AcousticBrainz</a> Low-level similarities
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
${tags-similarity-acousticbrainz}
|
||||
|
||||
Reference in New Issue
Block a user