X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=README.afs;h=dd80914495d32569fa05e997e5a3a35d1e9da824;hp=e627ca76b9ea7c6d748f38fe633c698e5b100241;hb=5b972aabaf27931cae6ac318c9b920d33593f07b;hpb=e5e8648e4e4bd1edb1823dc932c96a7a271b27a4 diff --git a/README.afs b/README.afs index e627ca76..dd809144 100644 --- a/README.afs +++ b/README.afs @@ -2,9 +2,13 @@ The audio file selector ======================= Paraslash comes with a sophisticated audio file selector called afs. -In the installation notes, only the "dummy" mode of afs was used which -gets activated automatically if nothing else was specified. In this -section the various features of afs are described. +In the +<< +installation notes, +>> +only the "dummy" mode of afs was used which gets activated automatically if +nothing else was specified. In this section the various features of afs are +described. ---------- Attributes @@ -146,21 +150,21 @@ special treatment: List of mood_methods ~~~~~~~~~~~~~~~~~~~~ - no_attributes_set() + no_attributes_set Takes no arguments and matches an audio file if and only if no attributes are set. - played_rarely() + played_rarely Takes no arguments and matches all audio files where the number of times this audio file was selected is below the average. - is_set(attribute_name) + is_set attribute_name Takes the name of an attribute and matches iff that attribute is set. - name_like(pattern) + path_matches pattern Takes a filename pattern and matches iff the path of the audio file matches the pattern.