From c7d6fdb44fad6f488e6dedc157c0d5dabef7c8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=A4felfinger?= Date: Sun, 24 Mar 2019 23:58:46 +0100 Subject: [PATCH] updated readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c6c00d..9977df0 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Currently the following features are supported - Upload updated images that changed locally - Local metadata storage using sqlite to make change detection easier - Rebuild the local metadata database without uploading any pictures. Though, The categories get created! +- Remove images no longer present (configurable) There are some features planned but not ready yet: @@ -20,8 +21,7 @@ There are some features planned but not ready yet: - Upload more than one file at a time - Fully support files within multiple albums - Specify more than one root path to gather images on the local system -- Remove images no longer present (configurable) - +- Storing categories in the local database ## Build and run the application @@ -108,6 +108,8 @@ Usage of ./PiwigoDirectoryUploader: The root url without tailing slash to your piwigo installation. -piwigoUser string The username to use during sync. + -removeImages + If set to true, images scheduled to delete will be removed from the piwigo server. Be sure you want to delete images before enabling this flag. -sqliteDb string The connection string to the sql lite database file. (default "./localstate.db") ```