X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.cmd;h=74ad7df9babb251e80942954f527a2f5c691767c;hp=807e1e6e9e247dae7cdf1e2d3fb9464ab24952b2;hb=15942e4836b212fd7f092f9df353ec54c872e2b8;hpb=2a03f7eebcd08222f771611679d2914e8b48e935 diff --git a/afs.cmd b/afs.cmd index 807e1e6e..74ad7df9 100644 --- a/afs.cmd +++ b/afs.cmd @@ -59,33 +59,6 @@ U: addatt attribute1... H: This adds new attributes to the attribute table. At most 64 H: attributes may be defined. --- -N: rmatt -P: AFS_READ | AFS_WRITE -D: Remove attribute(s). -U: rmatt pattern... -H: Remove all attributes matching any given pattern. All information -H: about this attribute in the audio file table is lost. ---- -N: rm -P: AFS_READ | AFS_WRITE -D: Remove entries from the audio file table. -U: rm [-v] [-f] [-p] pattern... -H: Delete all entries in the audio file table that match any given pattern. Note -H: that this affects the table entries only; the command won't touch your audio -H: files on disk. -H: -H: Options: -H: -H: -v Verbose mode. Explain what is being done. -H: -H: -f Force mode. Ignore nonexistent files. Don't complain if nothing -H: was removed. -H: -H: -p Pathname match. Match a slash in the path only with a slash -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: touch P: AFS_READ | AFS_WRITE D: Manipulate the afs entry of audio files. @@ -127,39 +100,6 @@ 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 -H: audio file selector info are copied to all files matching pattern. -H: Otherwise, only the 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. ---- -N: select -P: AFS_READ | AFS_WRITE -D: Activate a mood or a playlist. -U: select specifier/name -H: The specifier is either 'm' or 'p' to indicate whether a playlist or -H: a mood should be activated. Example: -H: -H: select m/foo -H: -H: loads the mood named 'foo'. ---- T: add N: add@member@ O: int com_add@member@(struct command_context *cc);