2018-04-08 01:02:31 +00:00
|
|
|
Usage: dam [--help] [--info] [<options>] <command> <args>
|
|
|
|
|
|
|
|
Options
|
2018-07-27 13:50:43 +00:00
|
|
|
--git-dir|-g </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.
|
2018-07-27 13:50:43 +00:00
|
|
|
--batch-id|-b <batch-id>
|
2018-07-27 13:44:21 +00:00
|
|
|
Defines batch id for import operation.
|
2018-09-01 15:31:03 +00:00
|
|
|
--force|-f
|
|
|
|
Forces command
|
2018-04-08 01:02:31 +00:00
|
|
|
|
|
|
|
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-07-27 13:44:21 +00:00
|
|
|
import [<options>] <format> </path/to/files>
|
2018-06-16 01:31:05 +00:00
|
|
|
Imports audio files into repository
|
|
|
|
export [<options>] </path/to/target>
|
2018-06-16 01:41:57 +00:00
|
|
|
Deploys tracks to target folder, with applied metadata and cover image
|
2018-04-08 01:02:31 +00:00
|
|
|
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
|