Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2021-11-11 15:37:32 +0300
committerGitHub <noreply@github.com>2021-11-11 15:37:32 +0300
commit2f1867c45579fd6d78a89c66a76962651ec5adce (patch)
treea2c98dc3507e263ac5c53dbe6e874fe6317599ff
parent4a877b2a19b638f683a18a522f1b8db304759be7 (diff)
parent3ae635b72d638ba4003a59b642a7fcfb5812e7eb (diff)
Merge pull request #258 from meonkeys/patch-1
README - add .nomedia tip
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 98bb410..661a80b 100644
--- a/README.md
+++ b/README.md
@@ -94,3 +94,7 @@ Note:
You need to increase the memory allowance of PHP, by default it is 128 MB. You do that by changing the memory_limit in the php.ini file.
If you use the docker container you need to create the php.ini file in /usr/local/etc/php first.
+
+### I want to skip a folder and everything in/under it
+
+Add an empty file with the name `.nomedia` in the folder you wish to skip. All files and subfolders of the folder containing `.nomedia` will also be skipped.