From cd87d2e244b0e788e2746d41c989836ecbe0cded Mon Sep 17 00:00:00 2001 From: Lightling Date: Fri, 9 Feb 2024 23:17:32 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 896156c..a56d3d3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ Initializes a user database from existing folders. Useful if you have a pre-exis Args: - `--path={/path/to/your/archive}` -- `--args={gallery-dl args}` + +Example: +- `node run-initDb.js --path=/mnt/data/archive` will read all child directories in `/mnt/data/archive` (e.g. `/mnt/data/archive/userA`, `/mnt/data/archive/userB`, etc.) and create a `db.json` file in `/mnt/data/archive` listing the users. ### `node run-downloadDb.js` @@ -24,6 +26,9 @@ Args: - `--threads={#}` - `--args={gallery-dl args}` +Example: +- `node run-downloadDb.js --path=/mnt/data/archive --threads=3 --args="-r 2.5M"` will run a full download (`/media` followed by `/search` starting from the oldest pulled file from `/media`) of all the users in the `/mnt/data/archive/db.json` file, limiting concurrent download threads to 3. It will pass the additional args `-r 2.5M --no-skip` to the gallery-dl bin being executed; `-r 2.5M --no-skip` corresponds to limiting the download rate to 2.5M and downloading all files without skipping (for the sake of example). + ## Args Standard args: