]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.cmd
Implement add -a (add all audio files).
[paraslash.git] / afs.cmd
diff --git a/afs.cmd b/afs.cmd
index cb8b671e59dae9444da616cf876d42cfa0d79762..2ec7bd26c3886a1bd39aa3db2eed1f0c02166584 100644 (file)
--- a/afs.cmd
+++ b/afs.cmd
@@ -17,6 +17,9 @@ H: are added recursively.
 H:
 H: Options:
 H:
+H: -a  Add all files. The default is to add only files ending in a known suffix
+H:     for a supported audio format.
+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.
@@ -73,7 +76,7 @@ H:            -si:  sort by image id.
 H:
 H:             -sy:  sort by lyrics id.
 H:
-H:             -sb:  sort by bitrate.
+H:             -sb:  sort by bit rate.
 H:
 H:             -sd:  sort by duration.
 H:
@@ -103,7 +106,7 @@ U: setatt attribute{+|-}... pattern
 H: Set ('+') or unset ('-') the given attributes for all audio files matching
 H: pattern.  Example:
 H:
-H:         sa rock+ punk+ classic- '*foo.mp3'
+H:         setatt rock+ punk+ classic- '*foo.mp3'
 H:
 H: sets the 'rock' and the 'punk' attribute but unsets the 'classic'
 H: attribute of all files ending with 'foo.mp3'.