From 5f2ec54178e68f86b26db338a33caf322d5aa86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Cocula?= Date: Sat, 17 Jun 2017 01:00:16 +0200 Subject: [PATCH] Fix for #455 : add a tooltip to inform that folders starting with a dot are ignored in scan. --- .../player/i18n/ResourceBundle_en.properties | 3 +++ .../main/webapp/WEB-INF/jsp/musicFolderSettings.jsp | 10 +++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/libresonic-main/src/main/resources/org/libresonic/player/i18n/ResourceBundle_en.properties b/libresonic-main/src/main/resources/org/libresonic/player/i18n/ResourceBundle_en.properties index 0cf4985f..30252b63 100644 --- a/libresonic-main/src/main/resources/org/libresonic/player/i18n/ResourceBundle_en.properties +++ b/libresonic-main/src/main/resources/org/libresonic/player/i18n/ResourceBundle_en.properties @@ -858,6 +858,9 @@ helppopup.smtpEncryption.text =

The encryption method to be used to connect t helppopup.smtpFrom.title = From address helppopup.smtpFrom.text =

The sender address for mails originating from the Libresonic server. Must be a valid e-mail address.

+helppopup.scanMediaFolders.title = Media folders scanning rules +helppopup.scanMediaFolders.text =

Note that any subfolder whose name starts with a dot (.) or @eaDir is ignored. Also all Thumbs.db files are.

+ # wap/index.jsp wap.index.missing = No music found wap.index.playlist = Playlist diff --git a/libresonic-main/src/main/webapp/WEB-INF/jsp/musicFolderSettings.jsp b/libresonic-main/src/main/webapp/WEB-INF/jsp/musicFolderSettings.jsp index 48c77a7f..a26f0cec 100644 --- a/libresonic-main/src/main/webapp/WEB-INF/jsp/musicFolderSettings.jsp +++ b/libresonic-main/src/main/webapp/WEB-INF/jsp/musicFolderSettings.jsp @@ -19,6 +19,9 @@ + + + @@ -89,7 +92,12 @@ -

+ + + + + +