1
0
Fork 0

Update README.md

This commit is contained in:
lightling 2024-02-09 23:17:32 -05:00
parent 2eca690d7f
commit cd87d2e244

View file

@ -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: