[help/general] Updated documentation
This commit is contained in:
parent
7032a0f00c
commit
a292b5710b
1 changed files with 3 additions and 1 deletions
|
@ -3,13 +3,15 @@ Usage: dam [--help] [--info] [<options>] <command> <args>
|
||||||
Options
|
Options
|
||||||
--git-dir </path/to/git/dir>
|
--git-dir </path/to/git/dir>
|
||||||
Defines path to git directory that contains the music collection. Defaults to current directory when not set.
|
Defines path to git directory that contains the music collection. Defaults to current directory when not set.
|
||||||
|
-b <batch-id>
|
||||||
|
Defines batch id for import operation.
|
||||||
|
|
||||||
Commands
|
Commands
|
||||||
init [<options>] </path/to/target>
|
init [<options>] </path/to/target>
|
||||||
Initializes target with database file
|
Initializes target with database file
|
||||||
update [<options>] </path/to/target>
|
update [<options>] </path/to/target>
|
||||||
Populates database present in target folder with new images.
|
Populates database present in target folder with new images.
|
||||||
import [<options>] -f <format> </path/to/files>
|
import [<options>] <format> </path/to/files>
|
||||||
Imports audio files into repository
|
Imports audio files into repository
|
||||||
export [<options>] </path/to/target>
|
export [<options>] </path/to/target>
|
||||||
Deploys tracks to target folder, with applied metadata and cover image
|
Deploys tracks to target folder, with applied metadata and cover image
|
||||||
|
|
Loading…
Reference in a new issue