X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.cmd;h=0af4511302aa20a220907e79a35be20df04a2700;hp=3f44873e444d7036f7b12b42fe4127420786cd71;hb=ddd7cd853044105f329a2c70cce2d8f1470f559e;hpb=f2f556689c3061959257a59690b1cfc3adaf7625 diff --git a/afs.cmd b/afs.cmd index 3f44873e..0af45113 100644 --- a/afs.cmd +++ b/afs.cmd @@ -41,7 +41,7 @@ H: only the tables given by table_name... are created. N: ls P: AFS_READ D: List audio files. -U: ls [-l[s|l|v|m]] -p -a -r -s{p|s|l|n|f|c|i|y|b|d|a} [pattern...] +U: ls [-l[s|l|v|m]] [-p] [-a] [-r] [-d] [-s{p|s|l|n|f|c|i|y|b|d|a}] [pattern...] H: Print a list of all audio files matching pattern. H: H: Options: @@ -56,6 +56,8 @@ H: -lv: verbose listing mode H: H: -lm: mbox listing mode H: +H: -lc: chunk-table listing mode +H: H: -p List full path of audio file. If not specified, only the basename H: of each file is printed. H: @@ -64,6 +66,8 @@ H: playlist. H: H: -r Reverse sort order. H: +H: -d Print dates as seconds after the epoch. +H: H: -s Change sort order. Defaults to alphabetical path sort if not given. H: H: -sp: sort by path. @@ -180,7 +184,7 @@ H: a slash (see fnmatch(3)). N: touch P: AFS_READ | AFS_WRITE D: Manipulate the afs data for all audio files matching a pattern. -U: touch [-n numplayed] [-l lastplayed] [-y lyrics_id] [-i image_id] [-v] [-p] pattern +U: touch [-n numplayed] [-l lastplayed] [-y lyrics_id] [-i image_id] [-a amp] [-v] [-p] pattern H: If no option is given, lastplayed is set to the current time H: and numplayed is increased by one. Otherwise, only the given H: options are taken into account. @@ -202,6 +206,14 @@ H: this audio file. H: H: -i Set the image id. Same as -y, but sets the image. H: +H: -a Set the amplification value (0-255). This determines a scaling +H: factor by which the amplitude should be multiplied in order to +H: normalize the volume of the audio file. A value of zero means +H: no amplification, 64 means the amplitude should be multiplied +H: by a factor of two, 128 by three and so on. +H: +H: This value is used by the compress filter. +H: H: -v Verbose mode. Explain what is being done. H: H: -p Pathname match. Match a slash in the path only with a slash