2018-04-08 01:02:31 +00:00
|
|
|
Usage: dam [--help] [--info] [<options>] <command> <args>
|
|
|
|
|
|
|
|
Options
|
2018-04-16 03:02:38 +00:00
|
|
|
--git-dir </path/to/git/dir>
|
2018-04-08 01:02:31 +00:00
|
|
|
Defines path to git directory that contains the music collection. Defaults to current directory when not set.
|
|
|
|
|
|
|
|
Commands
|
2018-05-16 07:14:59 +00:00
|
|
|
init [<options>] </path/to/target>
|
|
|
|
Initializes target with database file
|
2018-04-16 03:02:38 +00:00
|
|
|
update [<options>] </path/to/target>
|
2018-04-08 01:02:31 +00:00
|
|
|
Populates database present in target folder with new images.
|
2018-04-16 03:02:38 +00:00
|
|
|
deploy [<options>] </path/to/target>
|
2018-04-08 01:02:31 +00:00
|
|
|
Deploys tracks to target folder, with applies metadata and cover image
|
|
|
|
exclude </path/to/target> <condition> [<additional condition>]
|
|
|
|
Exclude tracks based on conditions (see dam --help conditions for more information)
|
|
|
|
include </path/to/target> <condition> [<additional condition>]
|
|
|
|
Include tracks based on conditions (see dam --help conditions for more information)
|
|
|
|
du </path/to/target>
|
|
|
|
Prints total projected disk usage of currently selected tracks
|
2018-04-16 02:38:53 +00:00
|
|
|
fsck [<options>] </path/to/target>
|
|
|
|
Performs a series of tests on target's database file
|