X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=afs.cmd;h=14ee589150e8123eface07aa51d7de8b2cc8f546;hb=f561ba2a444fa5ad161e5c415ee0f2f83527bda7;hp=cb8b671e59dae9444da616cf876d42cfa0d79762;hpb=15d21005beb3b173ba9909e522782201fdf0d5b8;p=paraslash.git diff --git a/afs.cmd b/afs.cmd index cb8b671e..14ee5891 100644 --- 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'. @@ -193,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);