Added option to disable automatic library scan

This commit is contained in:
rembo10
2012-10-31 18:08:54 -04:00
parent 6968551c42
commit 3ac6e93eab
6 changed files with 23 additions and 8 deletions
+6 -1
View File
@@ -43,6 +43,11 @@
<td><input type="text" placeholder="Music Directory" onfocus="if (this.value==this.defaultValue) this.value='';" name="path" size="60" /></td>
%endif
</tr>
<tr>
<td colspan="2">
<input class="styled" type="checkbox" name="libraryscan" value="1" ${checked(headphones.LIBRARYSCAN)} /> <label for="libraryscan">Automatically scan library</label>
</td>
</tr>
<tr>
<td colspan="2">
<input class="styled" type="checkbox" name="autoadd" value="1" ${checked(headphones.ADD_ARTISTS)} /> <label for="autoadd">Automatically add new artists</label>
@@ -97,4 +102,4 @@
</div>
-->
</div>
</%def>
</%def>