16 lines
522 B
Markdown
16 lines
522 B
Markdown
# piwigo scan
|
|
|
|
A collection of scripts to scan a file system folder for new images or videos which will be added to piwigo.
|
|
|
|
Thumbnail are created during the scan to reduce loading times during browsing, where normally thumbnails would be created.
|
|
|
|
# sources
|
|
* [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)
|
|
|
|
|