doc tweaks
authorIan Beckwith <ianb@erislabs.net>
Tue, 19 Oct 2010 19:24:25 +0000 (20:24 +0100)
committerIan Beckwith <ianb@erislabs.net>
Tue, 19 Oct 2010 19:24:25 +0000 (20:24 +0100)
README
sbin/id3fsd

diff --git a/README b/README
index bc26ca2..b66518b 100644 (file)
--- a/README
+++ b/README
@@ -23,7 +23,7 @@ for source and debian packages.
 
 DEPENDENCIES
 
 
 DEPENDENCIES
 
-Linux (or something else that supports FUSE)
+An operating system that supports FUSE (Linux, FreeBSD, NetBSD, GNU/Hurd, etc)
 Perl
 Perl modules:
     Fuse (libfuse-perl)
 Perl
 Perl modules:
     Fuse (libfuse-perl)
index 61b7068..90b8739 100755 (executable)
@@ -178,6 +178,10 @@ Example paths:
   /krautrock/AND/year/1971/NOARTIST/unknown-track.mp3
   /krautrock/AND/year/1971/TRACKS/01-Paperhouse.mp3
 
   /krautrock/AND/year/1971/NOARTIST/unknown-track.mp3
   /krautrock/AND/year/1971/TRACKS/01-Paperhouse.mp3
 
+id3fs supports OR, AND and NOT. NOT has the highest precedence,
+followed by AND, so F<foo/OR/NOT/bar/AND/baz> is parsed as
+(foo OR ((NOT bar) AND baz)).
+
 =head2 Tags
 
 Tags are extracted from the B<genre> tag of audio files with
 =head2 Tags
 
 Tags are extracted from the B<genre> tag of audio files with