1TRACKER3-EXTRACT(1)             Tracker manual             TRACKER3-EXTRACT(1)
2
3
4

NAME

6       tracker3-extract - Extract metadata from a file.
7

SYNOPSYS

9       tracker3 extract FILE
10

DESCRIPTION

12       tracker3 extract reads the file provided and extracts any metadata it
13       can from this file, then displays the metadata on standard output.
14
15       The metadata is displayed as a SPARQL update command, that can be run
16       against a SPARQL endpoint to update its copy of the metadata.
17
18       The actual extraction is done by a separate process. This is done to
19       isolate the calling process from any memory leaks or crashes in the
20       libraries Tracker uses to extract metadata.
21
22       For more information see the libtracker-extract reference
23       documentation.
24

OPTIONS

26       -o, --output-format=<FORMAT>
27           Choose which format to use to output results. Supported formats are
28           sparql, turtle and json-ld.
29

EXAMPLES

31       Using command line to extract metadata from a file
32           $ tracker3 extract /path/to/some/file.mp3
33

ENVIRONMENT

35       G_MESSAGES_DEBUG
36           Controls verbose log output from GLib-based code. Use
37           G_MESSAGES_DEBUG=Tracker to see only Tracker-related logs, or
38           G_MESSAGES_DEBUG=all to see everything.
39
40       TRACKER_DEBUG
41           Enables more specialized debug output. Pass a comma-separated list
42           of one or more keywords:
43
44           config
45               extractor configuration
46
47           statistics
48               show statistics about how many files were processed
49
50       status
51           log the status messages that are published over D-Bus
52

SEE ALSO

54       tracker3-sparql(1), tracker3-stats(1), tracker3-info(1).
55
56       ·   /usr/lib/tracker-1.0/extract-modules/
57
58       ·   /usr/share/tracker/extract-rules/
59
60
61
62  3.0.5                           04/03/2021               TRACKER3-EXTRACT(1)
Impressum