=======================
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
+<<
+<a href="INSTALL.html">installation notes</a>,
+>>
+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
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.
- path_matches(pattern)
+ path_matches pattern
Takes a filename pattern and matches iff the path of the audio file
matches the pattern.