Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tracker-miner-fs.cfg(5) [suse man page]

tracker-miner-fs.cfg(5) 					Configuration Files					   tracker-miner-fs.cfg(5)

NAME
tracker-miner-fs.cfg - Configuration file for tracker-miner-fs DESCRIPTION
This file resides in $HOME/.config/tracker/ and uses the common .ini format, i.e. [Group] # Comment Key=Value SECTIONS
[General] Verbosity Log verbosity, 0=errors, 1=minimal, 2=detailed, 3=debug. InitialSleep=15 Time in seconds before crawling filesystem (0->1000). [Monitors] EnableMonitors=true Set to false to completely disable any monitoring. ScanTimeout=0 Time in seconds between same events to prevent flooding (0->1000). CacheTimeout=60 Time in seconds for events to be cached (0->1000). [Indexing] Throttle=0 Sets the indexing speed (0->20, where 20=slowest speed). IndexOnBattery=false Set to true to index while running on battery. IndexOnBatteryFirstTime=true Set to true to index while running on battery for the first time only. IndexMountedDirectories=true Set to true to enable traversing mounted directories on other file systems (this excludes removable devices). IndexRemovableMedia=true Set to true to enable traversing ALL removable media such as memory cards, CDs, DVDS, etc. Disabling this means that IndexOpticalD- iscs has no effect and is considered false. IndexOpticalDiscs=false Set to true to enable traversing optical discs only, this includes CDs DVDs, etc. IndexRemovableMedia must be true for this option to have any effect. LowDiskSpaceLimit=1 Pause indexer when disk space is <= this value (0->100, value is in % of $HOME file system, -1=disable pausing). IndexRecursiveDirectories=$HOME; List of directories to crawl recursively for indexing (separator=;). IndexSingleDirectories= List of directories to index but not sub-directories for changes (separator=;). IgnoredDirectories=po;CVS;.svn;.git;core-dumps; List of directories to NOT crawl for indexing (separator=;). IgnoredDirectoriesWithContent=backup.metadata; List of directories to NOT crawl for indexing based on child files (separator=;). IgnoredFiles=*~;*.o; List of files to NOT index (separator=;). SEE ALSO
tracker-miner-fs(1), tracker-extract.cfg(5), tracker-fts.cfg(5), tracker-store.cfg(5). GNU
September 2009 tracker-miner-fs.cfg(5)

Check Out this Related Man Page

tracker-extract(1)						   User Commands						tracker-extract(1)

NAME
tracker-extract - Extract metadata from a file. SYNOPSYS
tracker-extract [OPTION...] FILE... DESCRIPTION
tracker-extract reads the file and mimetype provided in stdin and extract the metadata from this file; then it displays the metadata on the standard output. NOTE: If a FILE is not provided then tracker-extract will run for 30 seconds waiting for DBus calls before quitting. OPTIONS
-?, --help Show summary of options. -v, --verbosity=N Set verbosity to N. This overrides the config value. Values include 0=errors, 1=minimal, 2=detailed and 3=debug. -f, --file=FILE The FILE to extract metadata from. The FILE argument can be either a local path or a URI. It also does not have to be an absolute path. -m, --mime=MIME The MIME type to use for the file. If one is not provided, it will be guessed automatically. -d, --disable-shutdown Disable shutting down after 30 seconds of inactivity. -i, --force-internal-extractors Use this option to force internal extractors over 3rd parties like libstreamanalyzer. -m, --force-module=MODULE Force a particular module to be used. This is here as a convenience for developers wanting to test their MODULE file. Only the MOD- ULE name has to be specified, not the full path. Typically, a MODULE is installed to /usr/lib/tracker-0.7/extract-modules/. This option can be used with or without the .so part of the name too, for example, you can use --force-module=foo Modules are shared objects which are dynamically loaded at run time. These files must have the .so suffix to be loaded and must con- tain the correct symbols to be authenticated by tracker-extract. For more information see the libtracker-extract reference documen- tation. -V, --version Show binary version. EXAMPLES
Using command line to extract metadata from a file: $ tracker-extract -v 3 -f /path/to/some/file.mp3 Using a specific module to extract metadata from a file: $ tracker-extract -v 3 -f /path/to/some/file.mp3 -m mymodule ENVIRONMENT
TRACKER_EXTRACTORS_DIR This is the directory which tracker uses to load the shared libraries from (used for extracting metadata for specific file types). These are needed on each invocation of tracker-store. If unset it will default to the correct place. This is used mainly for testing purposes. FILES
$HOME/.config/tracker/tracker-extract.cfg SEE ALSO
tracker-store(1), tracker-sparql(1), tracker-stats(1), tracker-info(1). tracker-extract.cfg(5). /usr/lib/tracker-0.7/extract-modules/ GNU
July 2007 tracker-extract(1)
Man Page