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: of a directory. In case of a directory, all audio files in that directory
H: are added recursivly.
H:
H: Options:
/**
* Compute the sha1 hash.
*
- * \param data Pointer to the data to compute the hash valure from.
+ * \param data Pointer to the data to compute the hash value from.
* \param len The length of \a data in bytes.
* \param sha1 Result pointer
*