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.
musicfoldersettings.fastcache.description=Use this option to minimize disk access, for instance if your media files are located on a network disk. Note: Changed or added files will only be visible after your media folders are scanned.
musicfoldersettings.expunge=Clean-up database
@ -660,6 +662,8 @@ helppopup.jndiname.title=Data Source JNDI Lookup Name
helppopup.jndiname.text=A JNDI name to lookup a Data Source of type javax.sql.DataSource. This is something that iscreated in your application container (i.e. tomcat).
helppopup.embeddriver.title=JDBC Driver Class
helppopup.embeddriver.text=JDBC Driver dependent class name that implments java.sql.Driver. I.E. for postgres one would use org.postgresql.Driver. This class must be present on the classpath.
helppopup.excludepattern.title=Exclude Pattern
helppopup.excludepattern.text=<p>Airsonic will not import any files which match this regular expression pattern.</p>
helppopup.playlistfolder.title=Import playlist from
helppopup.playlistfolder.text=<p>Airsonic will regularly import playlists stored in this folder.</p>