Unix and Linux Discussions Tagged with extract |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
13,629 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
8,936 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
63,316 |
Shell Programming and Scripting |
|
|
|
2 |
66,368 |
Shell Programming and Scripting |
|
|
|
2 |
4,141 |
UNIX for Beginners Questions & Answers |
|
|
|
16 |
13,572 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
18,718 |
Shell Programming and Scripting |
|
|
|
6 |
6,136 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
20,355 |
Shell Programming and Scripting |
|
|
|
2 |
4,144 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
9,963 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
5,897 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
5,937 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
11,151 |
Shell Programming and Scripting |
|
|
|
1 |
5,815 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
5,063 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
14,977 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
6,498 |
Shell Programming and Scripting |
|
|
|
2 |
4,259 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
6,286 |
Shell Programming and Scripting |
|
|
|
3 |
5,466 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
28,851 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,215 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,798 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,196 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,984 |
UNIX for Beginners Questions & Answers |
|
|
|
14 |
15,361 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,809 |
Shell Programming and Scripting |
|
|
|
5 |
2,439 |
Shell Programming and Scripting |
|
|
|
13 |
7,844 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,431 |
UNIX for Beginners Questions & Answers |
|
|
|
18 |
6,327 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
2,807 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,604 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
4,293 |
Shell Programming and Scripting |
|
|
|
4 |
4,407 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
5,294 |
Shell Programming and Scripting |
|
|
|
11 |
5,930 |
Shell Programming and Scripting |
|
|
|
7 |
3,763 |
Shell Programming and Scripting |
|
|
|
6 |
3,091 |
UNIX for Beginners Questions & Answers |
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. The default location is /usr/lib/tracker-0.10/extract-modules/.
TRACKER_EXTRACTOR_RULES_DIR
This is the directory which tracker uses to load the rules files from. The rules files describe extractor modules and their sup-
ported MIME types. The default location is /usr/share/tracker/extract-rules/.
TRACKER_USE_CONFIG_FILES
Don't use GSettings, instead use a config file similar to how settings were saved in 0.10.x. That is, a file which is much like an
.ini file. These are saved to $HOME/.config/tracker/
SEE ALSO
tracker-store(1), tracker-sparql(1), tracker-stats(1), tracker-info(1).
/usr/lib/tracker-0.10/extract-modules/
/usr/share/tracker/extract-rules/
GNU
July 2007 tracker-extract(1)