Update README.md
This commit is contained in:
parent
2eca690d7f
commit
cd87d2e244
1 changed files with 6 additions and 1 deletions
|
@ -13,7 +13,9 @@ Initializes a user database from existing folders. Useful if you have a pre-exis
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
- `--path={/path/to/your/archive}`
|
- `--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`
|
### `node run-downloadDb.js`
|
||||||
|
|
||||||
|
@ -24,6 +26,9 @@ Args:
|
||||||
- `--threads={#}`
|
- `--threads={#}`
|
||||||
- `--args={gallery-dl args}`
|
- `--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
|
## Args
|
||||||
|
|
||||||
Standard args:
|
Standard args:
|
||||||
|
|
Loading…
Add table
Reference in a new issue