From b515e7e6a8546510f34fe5778cb5d62eca69668d Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 9 Sep 2007 17:16:43 +0200 Subject: [PATCH] Add documentation for com_add(). --- afs.cmd | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/afs.cmd b/afs.cmd index fdf65523..187e2af7 100644 --- a/afs.cmd +++ b/afs.cmd @@ -9,9 +9,22 @@ TM: mood lyr img pl --- N: add P: AFS_READ | AFS_WRITE -D: FIXME -U: FIXME -H: FIXME +D: Add new audio files to the database. +U: add [-l] [-f] [-v] path1 ... +H: Each given path may be either the full path to an audio file, or the full path +H: of a direcetory. In case of a directory, all audio files in that directory +H: are added recursivly. +H: +H: Options: +H: +H: -l Add files lazily. If a file already exists in the database, skip this file. +H: This operation is really cheap. Use it when adding large directories if only a +H: few files where added. +H: +H:-f Force adding/updating. Recompute the audio format handler data +H: even if a file with the same path and the same hash value exists. +H: +H: -v Verbose mode. Print what is being done. --- N: init P: AFS_READ | AFS_WRITE -- 2.39.2