-
Notifications
You must be signed in to change notification settings - Fork 4
/
defaults.properties
330 lines (246 loc) · 8.41 KB
/
defaults.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
# Gallery remote defaults.
#
# DO NOT EDIT
#
# You can override these values in your remote.properties file
#
# --- Upload behaviour ---
#
# resize images before upload
resizeBeforeUpload=false
# resize images to (if you set this to the same size as
# your gallery setting, this will considerably lighten the
# load on the server, as well as optimizing the upload bandwidth)
# set to 0,0 to query the server for the appropriate size.
# deprecated
resizeTo=0,0
# new format: one dimension
resizeTo1=0
# if the server can't specify size (protocol 1 for example)
# use this size instead of not resizing at all
#deprecated
resizeToDefault=600,600
#new format: one dimension
resizeToDefault1=600
# automatically set captions of files added to GR
# 0: disable
# 1: use filename
# 2: use EXIF comment
# 3: use EXIF createdate
# do not preset captions
autoCaptions = 1
# when autoCaptions is set to use filename, remove the extension
# from the file name
captionStripExtension=false
# escape names (if you want to use accents in captions).
# This will prevent you from using HTML markup in your captions
htmlEscapeCaptions=true
# read the EXIF tags in JPEG images to figure out if a rotation is needed
# and effect the rotation. This slows down adding images to the list
# after a drag-and-drop or a Add images... Disable it for greater speed.
exifAutorotate=true
# if ImageMagick is not found, GR can resize images in Java code, but that loses
# the exif data. Set to false to prevent Java resize fallback (the Gallery
# will perform the resize to its default if needed)
useJavaResize=true
#
# --- Proxy ---
#
# master switch
useProxy=false
# HTTP proxy host
proxyHost=proxy.host.com
# HTTP proxy port
proxyPort=80
# HTTP proxy username (optional)
proxyUsername=
# HTTP proxy password (optional)
proxyPassword=
#
# --- Previews and thumbnails ---
#
# display preview window
showPreview=true
# Number of preview images remain in memory
# (more speeds up display of the previews, but uses more memory;
# use less if you have little memory)
previewCacheSize=10
# Draw rule of thirds guidelines during crop
# (true or thirds for rule of thirds, golden for golden section)
previewDrawThirds=false
# display the image path in the list
showPath=true
# display the thumbnails
showThumbnails=true
# Size of the thumbnails
thumbnailSize=64,64
#
# --- Window sizes ---
#
# Size of the main window
mainBounds=0,0,700,650
# Size of the preview window
previewBounds=700,0,500,650
# How far to the right of the main window the inspector divider is
inspectorDividerLocation=450
# How far to the right of the main window the album/picture divider is
albumPictureDividerLocation=180
# GR UI language: use the standard language_COUNTRY, such as fr_FR, it_IT, en_US, etc
uiLocale=
# Development mode for locales? Set to true if you're working on a translation
uiLocaleDev=false
# Warning windows for jpegtran and IM
suppressWarningIM=false
suppressWarningJpegtran=false
# Warning window for corrupted galleries
suppressWarningCorrupted=false
# Warning window for EXIF loss when using Java resize
suppressWarningJava=false
# Currently selected sort type
# 1: filename
# 2: exif creation date
sortType=1
#
# --- File Menu ---
#
# The default number of MRU files in the file menu is 4
mruCount=4
# By default we load the last edited file when GR launches
loadLastMRU=false
#
# --- Slideshow and Preview ---
#
# Location of text elements during slideshow
# These parameters are composed of vertical position plus horizontal.
# Top: 10; Middle: 20; Bottom: 30
# Left: 2; Center: 0; Right: 4
# Don't show: 0
slideshowProgressLocation=12
slideshowCaptionLocation=30
slideshowExtraLocation=24
slideshowUrlLocation=0
slideshowAlbumLocation=0
slideshowSummaryLocation=0
slideshowDescriptionLocation=30
# Minimum delay between two frames in seconds (0: wait for mouse/keyboard)
slideshowDelay=7
# Force low-rez pictures to speed up download
slideshowLowRez=true
# Shuffle images before displaying them (random order)
slideshowRandom=false
# Recursive slideshow
slideshowRecursive=false
# Maximum number of pics in a slideshow (0: disabled).
# Set to a reasonable number to limit the number of images and albums downloaded
slideshowMaxPictures=0
# In slideshow and preview mode, don't stretch images that are smaller than
# the display area to avoid distorting them
slideshowNoStretch=false
# Color of the slideshow and preview backgrounds (R, G, B)
# leave empty to use default window background for your system
slideshowColor=
# Preload all images from the server, not just the next one
slideshowPreloadAll=false
# Loop the slideshow to create and endless slideshow
slideshowLoop=false
# Slideshow font size, in pixels (for example, 24)
slideshowFontSize=
# Slideshow font name (for example, arial)
slideshowFontName=
# Slideshow font outline thickness
slideshowFontThickness=
# How long the transition between two images should be, in milliseconds (0 to disable transition)
slideshowTransitionDuration=1000
# Whether to allow transitions even if they aren't accelerated by Java2D
allowUnacceleratedTransition=false
#
# --- Applet ---
#
# show resize before upload checkbox in applet mini mode
appletShowResize=true
# divider location in applet mini mode
appletDividerLocation = 250
# applet font size (for cross-platform consistency)
appletFontSize = 10
#
# --- Font ---
#
# if not empty, override the default Java font with a specific font
# for example "Arial Unicode MS"
fontOverrideName=
# override style (0: plain, 1: bold, 2: italic, 3: bold-italic)
fontOverrideStyle=
# override size
fontOverrideSize=
#
# --- Placeholders for jpegtran ---
#
# should jpegtran support be enabled?
jp.enabled=true
# should lossless cropping be enabled?
jp.crop.enabled=true
# path to the executable
jp.path=jpegtran
# ignore error code sent back by the executable
# there's a bug in the Linux Java VM that returns a failed code
# even when the executable sends back a success code...
jp.ignoreErrorCode=
#
# --- Placeholders for ImageMagick ---
#
# should ImageMagick support be enabled?
im.enabled=true
# path to the convert executable installed with ImageMagick
im.convertPath=convert
# Filters (Point, Box, Triangle, Hermite, Hanning, Hamming, Blackman, Gaussian
# Quadratic, Cubic, Catrom, Mitchell, Lanczos, Bessel, Sinc)
# filter used for resize of thumbnails
im.thumbnailResizeFilter=Lanczos
# filter used for resize of preview
im.previewResizeFilter=Lanczos
# filter used for resize of upload
im.uploadResizeFilter=Lanczos
# Formats
# jpg Better for large images
# gif Better for small images (8-bit)
# filter used for resize of thumbnails
im.thumbnailResizeFormat=gif
# filter used for resize of preview
im.previewResizeFormat=jpeg
# jpeg quality
im.jpegQuality=85
# ignore error code sent back by the executable
# there's a bug in the Linux Java VM that returns a failed code
# even when the executable sends back a success code...
im.ignoreErrorCode=
#
# --- Technical ---
#
# save passwords of connection profiles (insecure!)
savePasswords=true
# Log level (what gets printed to the log
# 0: only critical errors
# 1: critical and normal errors
# 2: also print information messages
# 3: detailed, very verbose log
logLevel=3
# Print the log to standard output in addition to the log.txt file
# Only useful when GR is started from the command-line
# or with the executable, if the gallery_remote.lax file property
# lax.stdout.redirect=console
toSysOut=false
# Check for updates on launch
updateCheck=true
updateUrl=http://gallery.sourceforge.net/gallery_remote_version_check.php
# Check for unofficial beta updates on launch
updateCheckBeta=true
updateUrlBeta=http://gallery.sourceforge.net/gallery_remote_version_check_beta.php
# The classpath that should be used in the LAX
# this property should only be enabled when the LAX classpath needs to be updated
#classpath=GalleryRemote.jar;lib/JSX1.0.7.4.jar;lib/metadata-extractor-2.1.jar;lax.jar;img
#
# --- Do not edit below this line ---
#
version=1.5.1-b46
releaseDate=2009/09/07
aboutText=Gallery Remote\n \n \nA part of the Gallery Open-Source Project\nhttp://gallery.sourceforge.net\n \n \nMaintained by:\n \nPierre-Luc Paour\n \n \nInitial version by Chris Smith\n \n \nContributors:\n \nTim Miller\nDolan Halbrook\nMarkus Cozowicz\nScott Gartner\nAmedeo Paglione\nChris Schwerdt\nSeth Ladd\n \n \nArtwork by Ross A. Reyman\n \n \nBundled software:\n \nImageMagick\nJava look and feel Graphics Repository icons\njpegtran, Guido Vollbeding's version\nMetadataExtractor\nSaverBeans