~michihenning/thumbnailer/no-tmp-file

« back to all changes in this revision

Viewing changes to man/thumbnailer-settings.5

  • Committer: Tarmac
  • Author(s): Michi Henning
  • Date: 2015-11-02 09:37:16 UTC
  • mfrom: (288.1.31 request-cancellation)
  • Revision ID: tarmac-20151102093716-61w1zdf9g5tzwr4a
Fixed broken request cancellation. Improved test coverage. Fixes: https://bugs.launchpad.net/bugs/1501349.

Approved by James Henstridge, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
The API key for the remote artwork service.
14
14
.TP
15
15
.B full\-size\-cache\-size \fR(int)\fP
16
 
The size (in megabytes) of the image cache that stores original artwork. The default is 50 MB.
17
 
.TP
18
 
.B thumbnail\-size\-cache\-size \fR(int)\fP
19
 
The size (in megabytes) of the thumbnail cache that stores scaled thumbnails. The default is 100 MB.
20
 
.TP
21
 
.B thumbnail\-size\-cache\-size \fR(int)\fP
22
 
The size (in megabytes) of the failure cache that stores media keys for media without an image. The default is 2 MB.
 
16
The size (in megabytes) of the image cache that stores original artwork.
 
17
The default is 50 MB.
 
18
.TP
 
19
.B thumbnail\-size\-cache\-size \fR(int)\fP
 
20
The size (in megabytes) of the thumbnail cache that stores scaled thumbnails.
 
21
The default is 100 MB.
 
22
.TP
 
23
.B thumbnail\-size\-cache\-size \fR(int)\fP
 
24
The size (in megabytes) of the failure cache that stores media keys for media without an image.
 
25
The default is 2 MB.
23
26
.TP
24
27
.B max\-thumbnail\-size \fR(int)\fP
25
28
Requests for thumbnails larger than this will automatically reduce the thumbnail to \fBmax\-thumbnail\-size\fP
26
29
(in pixels) in the larger dimension. Requests for thumbnails with size zero are interpreted as requests
27
 
for \fBmax\-thumbnail\-size\fP. The default is 1920 pixels.
 
30
for \fBmax\-thumbnail\-size\fP.
 
31
The default is 1920 pixels.
28
32
.TP
29
33
.B retry\-not\-found\-hours \fR(int)\fP
30
34
If artwork cannot be retrieved because the remote server authoritavely confirmed that no artwork exists for
31
35
an artist or album, this parameter defines how long the thumbnailer waits before trying to download
32
 
the same image again. The default is 168 hours (one week).
 
36
the same image again.
 
37
The default is 168 hours (one week).
33
38
.TP
34
39
.B retry\-error\-hours \fR(int)\fP
35
40
If artwork cannot be retrieved from the remote server due to an unexpected error (such as the server not
36
41
responding), this parameter defines how long the thumbnailer waits before trying to contact the server
37
 
again (for any image). The default is two hours.
 
42
again (for any image).
 
43
The default is two hours.
38
44
.TP
39
45
.B max\-downloads \fR(int)\fP
40
 
Controls the maximum number of concurrent downloads for remote artwork. The default value is 2.
 
46
Controls the maximum number of concurrent downloads for remote artwork.
 
47
The default value is 2.
41
48
.TP
42
49
.B max\-extractions \fR(int)\fP
43
50
Controls the maximum number of concurrent image extractions from local media files.
45
52
.TP
46
53
.B max\-extraction\-timeout \fR(int)\fP
47
54
Sets the amount of time (in seconds) to wait for a remote image download or
48
 
a thumbnail extraction before giving up. The default is 10 seconds.
 
55
a thumbnail extraction before giving up.
 
56
The default is 10 seconds.
49
57
.TP
50
58
.B max\-backlog \fR(int)\fP
51
59
Controls the number of DBus requests that will be sent before queueing the requests internally.
52
60
The default is 20 requests.
 
61
.TP
 
62
.B trace\-client \fR(bool)\fP
 
63
If true, thumbnail and cancel requests are logged. Log messages are written to the calling application's log
 
64
via \fBqdebug\fP().
 
65
The default value is false.
53
66
 
54
67
.SH FILES
55
68
/usr/share/glib\-2.0/schemas/com.canonical.Unity.Thumbnailer.gschema.xml