X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=sbin%2Fid3fsd;h=12808edd0cc66981e9cb645bd32c8925026f1e18;hb=ed2911ae4da26fc6e30a7784f7933eff505e5be8;hp=ef791b635f4897e8a7f19b34cc799702df8d2cc5;hpb=263f6c76cf4902095fa10461d289fac8279a1b4a;p=id3fs.git diff --git a/sbin/id3fsd b/sbin/id3fsd index ef791b6..12808ed 100755 --- a/sbin/id3fsd +++ b/sbin/id3fsd @@ -16,7 +16,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -use lib '/home/ianb/projects/id3fs/id3fs/lib'; # FIXME: remove use strict; use Getopt::Long qw(Configure); use ID3FS::DB; @@ -71,7 +70,7 @@ $fuse->run(); sub usage { die("Usage: $me [-vh] [-f ] [-t ] [--] \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". @@ -140,7 +139,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 -recurse into the filesystem. The default is 10. +recurse into the filesystem. The default is 6. =item SI> | SI> @@ -195,8 +194,8 @@ other file metadata. =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 @@ -225,11 +224,6 @@ Type of audio file (mp3, ogg, flac). Always set. =over 4 -=item B - -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 All tracks that match the given tag expression, whether they have an @@ -243,6 +237,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. +=item B + +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