X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.cmd;h=14ee589150e8123eface07aa51d7de8b2cc8f546;hp=2ec7bd26c3886a1bd39aa3db2eed1f0c02166584;hb=f561ba2a444fa5ad161e5c415ee0f2f83527bda7;hpb=55030e0d1a28ded2076d62fb9aac3539ff337275 diff --git a/afs.cmd b/afs.cmd index 2ec7bd26..14ee5891 100644 --- a/afs.cmd +++ b/afs.cmd @@ -196,6 +196,28 @@ H: in pattern and not by an asterisk (*) or a question mark H: (?) metacharacter, nor by a bracket expression ([]) containing H: a slash (see fnmatch(3)). --- +N: cpsi +P: AFS_READ | AFS_WRITE +D: Copy audio file selector info. +U: cpsi [-a] [-y] [-i] [-l] [-n] [-v] source pattern... +H: If no option, or only the -v option is given, all fields of the audio file +H: selector info are copied to all files matching pattern. Otherwise, only the +H: given options are taken into account. +H: +H: Options: +H: +H: -a Copy attributes. +H: +H: -y Copy the lyrics id. +H: +H: -i Copy the image id. +H: +H: -l Copy the lastplayed time. +H: +H: -n Copy the numplayed count. +H: +H: -v Verbose mode. +--- T: add N: add@member@ O: int com_add@member@(int fd, int argc, char * const * const argv);