Added user inputs for MusicBrainz Update Interval & Album Age to ignore.

This commit is contained in:
theguardian
2013-10-02 10:18:14 -07:00
parent 9aa8bb8a72
commit 75a5f86cde
4 changed files with 22 additions and 4 deletions

View File

@@ -97,6 +97,14 @@
<label>Library Scan Interval</label>
<input type="text" name="libraryscan_interval" value="${config['libraryscan_interval']}" size="4">mins
</div>
<div class="row">
<label>MusicBrainz Update Interval</label>
<input type="text" name="update_db_interval" value="${config['update_db_interval']}" size="4">hours
</div>
<div class="row">
<label>Ignore Album Updates</label>
<input type="text" name="mb_ignore_age" value="${config['mb_ignore_age']}" size="4">days
</div>
</fieldset>
</td>
</tr>