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:
@@ -398,6 +398,8 @@ musicfoldersettings.nowscanning=The media folders are now being scanned. This op
|
||||
musicfoldersettings.scannow=Scan media folders now
|
||||
musicfoldersettings.access=Manage user access
|
||||
musicfoldersettings.access.description=Configure which folders each user is allowed to access.
|
||||
musicfoldersettings.ignoresymlinks=Ignore Symbolic Links
|
||||
musicfoldersettings.excludepattern=Exclude pattern
|
||||
musicfoldersettings.fastcache=Fast access mode
|
||||
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>
|
||||
helppopup.musicmask.title=Music files
|
||||
|
||||
Reference in New Issue
Block a user