Added switches in WebUI to enable/disable multi-core

This commit is contained in:
Bas Stottelaar
2014-03-31 21:14:50 +02:00
parent 1c3132b3aa
commit b51a2eb4e3
2 changed files with 17 additions and 1 deletions

View File

@@ -792,6 +792,18 @@
<option value="xld" ${xldselect}>xld</option>
</select>
</div>
<div class="row">
<div class="row">
<input type="checkbox" name="encoder_multicore" value="1" ${config['encoder_multicore']}/><label>Enable multi-core</label>
</div>
</div>
<div class="row">
<div class="row">
<label>Multi-core count:</label>
<input type="text" name="encoder_multicore_count" value="${config['encoder_multicore_count']}" size="7">
<small>Set equal to the number of cores, or 0 for auto</small>
</div>
</div>
</fieldset>
<fieldset>
<legend>Audio Properties</legend>