doc tweaks
authorIan Beckwith <ianb@erislabs.net>
Thu, 21 Oct 2010 00:04:06 +0000 (01:04 +0100)
committerIan Beckwith <ianb@erislabs.net>
Thu, 21 Oct 2010 00:04:06 +0000 (01:04 +0100)
README
sbin/id3fsd

diff --git a/README b/README
index b66518b..940f4f6 100644 (file)
--- a/README
+++ b/README
@@ -19,7 +19,7 @@ Multiple tags can be stored in the genre tag, separated by commas.
 GETTING ID3FS
 
 See http://erislabs.net/ianb/projects/id3fs/
 GETTING ID3FS
 
 See http://erislabs.net/ianb/projects/id3fs/
-for source and debian packages.
+for the source release, git repo and debian packages.
 
 DEPENDENCIES
 
 
 DEPENDENCIES
 
@@ -55,3 +55,11 @@ For more details see the man pages for id3fsd(8) and id3fs-index(1).
 REPORTING BUGS
 
 Please send comments, bugs and patches to ianb@erislabs.net
 REPORTING BUGS
 
 Please send comments, bugs and patches to ianb@erislabs.net
+
+COPYRIGHT
+
+Copyright 2010 Ian Beckwith <ianb@erislabs.net>
+
+Licensed under the GNU GPL, version 3 or later. See the file COPYING
+for more information.
+
index ef791b6..f4f766d 100755 (executable)
@@ -195,8 +195,8 @@ other file metadata.
 
 =head2 Special Tags
 
 
 =head2 Special Tags
 
-Several tags are automatically derived from other metadata in the
-audio files:
+The following tags are automatically derived from other metadata in
+the audio files:
 
 =over 4
 
 
 =over 4
 
@@ -225,11 +225,6 @@ Type of audio file (mp3, ogg, flac). Always set.
 
 =over 4
 
 
 =over 4
 
-=item B<ALL>
-
-This is a special directory in the root of the filesystem, that
-provides access to all the indexed files, regardless of tags assigned.
-
 =item B<TRACKS>
 
 All tracks that match the given tag expression, whether they have an
 =item B<TRACKS>
 
 All tracks that match the given tag expression, whether they have an
@@ -243,6 +238,11 @@ Tracks matching the given expression that do not have an artist tag.
 
 Tracks matching the given expression that do not have an album tag.
 
 
 Tracks matching the given expression that do not have an album tag.
 
+=item B<ALL>
+
+This is a special directory in the root of the filesystem, that
+provides access to all the indexed files, regardless of tags assigned.
+
 =back
 
 =head1 FUSE AND MOUNTING AUTOMATICALLY
 =back
 
 =head1 FUSE AND MOUNTING AUTOMATICALLY