Merge remote-tracking branch 'bakie/feature/use_underscores' into develop

This commit is contained in:
rembo10
2013-08-24 10:26:36 +05:30
4 changed files with 20 additions and 2 deletions

View File

@@ -511,6 +511,9 @@
<input type="text" name="file_format" value="${config['file_format']}" size="43">
<small>Use: $Disc/$disc (disc #), $Track/$track (track #), $Title/$title, $Artist/$artist, $Album/$album and $Year/$year</small>
</div>
<div class="checkbox row clearfix">
<input type="checkbox" name="file_underscores" id="file_underscores" value="1" ${config['file_underscores']}/><label>Use underscores instead of spaces</label>
</div>
</fieldset>
<fieldset>