From 72a8ef199423ff41faa88e487fc6f4dd4aafcdb8 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Wed, 22 May 2019 14:06:55 +0200 Subject: [PATCH] Adding thumbnail generation script source link --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6465c86..7a7af81 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,11 @@ A collection of scripts to scan a file system folder for new images or videos wh Thumbnail are created during the scan to reduce loading times during browsing, where normally thumbnails would be created. # sources -[Quick Sync](https://piwigo.org/ext/extension_view.php?eid=855) +* [Thumbnail generation](https://odd-one-out.serek.eu/code/piwigo-thumbnail-generation-script/) +* [Quick Sync](https://piwigo.org/ext/extension_view.php?eid=855) which is an extract of: -[Piwigo Import Tree](http://piwigo.org/ext/extension_view.php?eid=606) +* [Piwigo Import Tree](http://piwigo.org/ext/extension_view.php?eid=606) +