From 817e2206f78f72be5a68c2def4316c35798d297d Mon Sep 17 00:00:00 2001 From: Ian Beckwith Date: Tue, 19 Oct 2010 20:24:25 +0100 Subject: [PATCH] doc tweaks --- README | 2 +- sbin/id3fsd | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index bc26ca2..b66518b 100644 --- a/README +++ b/README @@ -23,7 +23,7 @@ for source and debian packages. 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) diff --git a/sbin/id3fsd b/sbin/id3fsd index 61b7068..90b8739 100755 --- a/sbin/id3fsd +++ b/sbin/id3fsd @@ -178,6 +178,10 @@ Example paths: /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 is parsed as +(foo OR ((NOT bar) AND baz)). + =head2 Tags Tags are extracted from the B tag of audio files with -- 2.11.0