~ubuntu-branches/ubuntu/raring/tracker/raring

« back to all changes in this revision

Viewing changes to docs/manpages/tracker-writeback.1

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-08-26 00:26:14 UTC
  • mfrom: (4.3.17 sid)
  • Revision ID: package-import@ubuntu.com-20110826002614-4qjfs9jhh5gs4p13
Tags: 0.10.24-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH tracker-writeback 1 "July 2011" GNU "User Commands"
 
2
 
 
3
.SH NAME
 
4
tracker-writeback \- Used to write metadata set in Tracker back to
 
5
physical files.
 
6
 
 
7
.SH SYNOPSIS
 
8
\fBtracker-writeback\fR [\fIOPTION\fR...]
 
9
 
 
10
.SH DESCRIPTION
 
11
.B tracker-writeback
 
12
is not supposed to be run by the user since it is started by
 
13
its .desktop file when the user logs in. It can also be started
 
14
manually of course for debugging purposes. You can not run more than
 
15
one instance of this at the same time.
 
16
 
 
17
.B tracker-writeback
 
18
writes metadata from the Tracker database back into files only.
 
19
Currently support is limited to XMP metadata (which covers PNG, JPEG,
 
20
TIFF, MP4 and 3GPP formats), play lists (which covers MPEGURL, SCPLS
 
21
and IRIVER formats) and taglib supported mime types (which covers MP3,
 
22
MP4, OGG, WAV, FLAC and some Windows media formats).
 
23
 
 
24
Data is only written back if write-back is enabled. This is configured
 
25
in tracker-miner-fs.cfg, See the man page for tracker-miner-fs.cfg for
 
26
more details.
 
27
 
 
28
.SH OPTIONS
 
29
.TP
 
30
.B \-?, \-\-help
 
31
Show summary of options.
 
32
.TP
 
33
.B \-V, \-\-version
 
34
Returns the version of this binary.
 
35
.TP
 
36
.B \-v, \-\-verbosity={0|1|2|3}
 
37
Sets the logging level, 0=errors, 1=minimal, 2=detailed, 3=debug.
 
38
.TP
 
39
.B \-d, \-\-disable-shutdown
 
40
Disable shutting down after 30 seconds of inactivity.
 
41
 
 
42
.SH SEE ALSO
 
43
.BR tracker-store (1),
 
44
.BR tracker-miner-fs (1).
 
45
.BR tracker-miner-fs.cfg (5).
 
46
.BR tracker-extract (1).