id3fs-index -l: bare tags: don't display tags with children (eg year)
[id3fs.git] / sbin / id3fsd
index ef791b6..9333c78 100755 (executable)
@@ -71,7 +71,7 @@ $fuse->run();
 sub usage
 {
     die("Usage: $me [-vh] [-f <dbfile>] [-t <tagdepth>] [--] <sourcedir> <mountpoint>\n".
 sub usage
 {
     die("Usage: $me [-vh] [-f <dbfile>] [-t <tagdepth>] [--] <sourcedir> <mountpoint>\n".
-       " -t|--tagdepth=NUM\tMaximum number of tags in expression (default: 10)\n" .
+       " -t|--tagdepth=NUM\tMaximum number of tags in expression (default: 6)\n" .
        " -f|--database=FILE\tPath to database file\n" .
        " -v\t\t\tVerbose (repeat for more verbosity)\n".
        " -h\t\t\tThis help\n".
        " -f|--database=FILE\tPath to database file\n" .
        " -v\t\t\tVerbose (repeat for more verbosity)\n".
        " -h\t\t\tThis help\n".
@@ -140,7 +140,7 @@ Directory to mount the id3fs view of the files.
 Maximum number of tags in an expression. A query with many ANDs and
 NOTs can get quite slow. This option allows a cutoff before things get
 too slow, as well as providing some eventual limit when processes
 Maximum number of tags in an expression. A query with many ANDs and
 NOTs can get quite slow. This option allows a cutoff before things get
 too slow, as well as providing some eventual limit when processes
-recurse into the filesystem. The default is 10.
+recurse into the filesystem. The default is 6.
 
 =item S<B<-f >I<FILE>> | S<B<--database=>I<FILE>>
 
 
 =item S<B<-f >I<FILE>> | S<B<--database=>I<FILE>>
 
@@ -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