Issue 570

Issue 455

(570) Adds a settings option to ignore symlinks during the media scan.

(4550 Adds a regular expression pattern to exclude in addition to the option
of excluding symlinks.
This commit is contained in:
Allen Petersen
2017-10-14 16:15:56 -04:00
parent 6fc6d90351
commit 31aca4fcdf
7 changed files with 91 additions and 6 deletions
@@ -172,4 +172,4 @@
</script>
</c:if>
</body></html>
</body></html>
@@ -69,6 +69,17 @@
<fmt:message key="musicfoldersettings.access.description"/>
</p>
<div>
<fmt:message key="musicfoldersettings.excludepattern"/>
<form:input path="excludePatternString" size="70"/>
<c:import url="helpToolTip.jsp"><c:param name="topic" value="excludepattern"/></c:import>
</div>
<div>
<form:checkbox path="ignoreSymLinks" id="ignoreSymLinks"/>
<form:label path="ignoreSymLinks"><fmt:message key="musicfoldersettings.ignoresymlinks"/></form:label>
</div>
<div style="padding-top: 0.5em;padding-bottom: 0.3em">
<span style="white-space: nowrap">
<fmt:message key="musicfoldersettings.scan"/>
@@ -133,4 +144,4 @@
</form:form>
</body></html>
</body></html>