GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LOCALSEARCH-EXTRACT(1) LocalSearch manual LOCALSEARCH-EXTRACT(1)

localsearch-extract - Extract metadata from a file.

localsearch extract FILE

localsearch extract reads the file provided and extracts any metadata it can from this file, then displays the metadata on standard output.

The metadata is displayed as a SPARQL update command, that can be run against a SPARQL endpoint to update its copy of the metadata.

The actual extraction is done by a separate process. This is done to isolate the calling process from any memory leaks or crashes in the libraries Tracker uses to extract metadata.

For more information see the libtracker-extract reference documentation.

-o, --output-format=<FORMAT>

Choose which format to use to output results. Supported formats are sparql, turtle and json-ld.

Using command line to extract metadata from a file

$ localsearch extract /path/to/some/file.mp3

G_MESSAGES_DEBUG

Controls verbose log output from GLib-based code. Use G_MESSAGES_DEBUG=Tracker to see only Tracker-related logs, or G_MESSAGES_DEBUG=all to see everything.

TRACKER_DEBUG

Enables more specialized debug output. Pass a comma-separated list of one or more keywords:

config

extractor configuration

statistics

show statistics about how many files were processed

status

log the status messages that are published over D-Bus

localsearch status(1), localsearch info(1).

07/19/2025   3.8.2

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.