version
|
type: |
[N/A] |
default: |
NODEFAULT |
allowed: |
cmdline
|
|
show program's version number and exit
|
help (-h)
|
type: |
[N/A] |
default: |
NODEFAULT |
allowed: |
cmdline
|
|
show this help message and exit
|
Verbosity
|
type: |
Integer (0 to 5) |
default: |
1 |
allowed: |
cmdline
|
|
Defines verbosity level of shell output. Each level includes all lower levels.
- 0: show errors only
- 1: show warnings (default)
- 2: show directory processing
- 3: show picture processing
- 4: show processing of each output file
- 5: show information for each directory at the end
|
-v
|
type: |
[N/A] |
default: |
<none> |
allowed: |
cmdline
|
|
Set output verbose. This is a shortcut for "--verbosity=2"
|
TemplateDir
|
type: |
String |
default: |
<none> |
allowed: |
cmdline, first
|
|
Directory where the template directories are in.
|
TemplateName
|
type: |
String |
default: |
testall |
allowed: |
cmdline, first, album
|
|
Name of the template to use. This is a directory inside the TemplateDir
|
Gui (-g)
|
type: |
[N/A] |
default: |
<none> |
allowed: |
cmdline
|
|
Show the GUI.
|
Recursive
|
type: |
Boolean |
default: |
True |
allowed: |
cmdline, first, album
|
|
Process the InputDir and all subdirectories.
|
RebuildAll
|
type: |
Boolean |
default: |
False |
allowed: |
cmdline, first
|
|
Rebuild all pictures and output files. Bypass the optimization.
|
RebuildOut
|
type: |
Boolean |
default: |
False |
allowed: |
cmdline, first
|
|
Rebuild all output files. Bypass the optimization. Set to True, if you want to generate output files despite of optimization (eg. changed FocalFactors.txt).
|
Config (-c)
|
type: |
String |
default: |
<none> |
allowed: |
cmdline
|
|
Read a configuration file (first).
|
ExcludeDir (-x)
|
type: |
Multi value string |
default: |
['preview', 'ignore', 'template', 'output'] |
allowed: |
cmdline, first |
|
Directories to ignore while processing the input tree. Can only be used from
command line or the first configuration file!
|
ExtPicture (-p)
|
type: |
Multi value string |
default: |
['.jpg', '.jpeg', '.tga', '.tif', '.tiff', '.gif', '.bmp', '.png', '.pcx'] |
allowed: |
cmdline, first |
|
Which file types are considered as 'pictures'? With this option you define the
file extensions processed. Case is insignificant here, and the leading dots are
optional.
If the imaging library can not read or process such a file, an error is shown and
the file is ignored.
If the default does not fit your needs, you should set this option in 'first',
i. e. within a pyalbum.cfg in the input directory.
|
ExtMovie (-m)
|
type: |
Multi value string |
default: |
['.avi', '.mpg', '.mpe', '.mpeg'] |
allowed: |
cmdline, first, album |
|
Which file types are considered as 'movies'? With this option you define the
file extensions processed. Case is insignificant here, and the leading dots are
optional.
If option 'useMovie' is enabled, the program looks for files with the same base
name as the picture (case must match!) and all extensions given by this option
'ExtMovie'. The first found matching file delivers the 'pic.movieXX'
attributes.
The file is copied to the 'full' output directory (if option FullCopy is
enabled) and renamed according to the 'full' options.
Movies are not processed on their own, they always are tied to a picture.
|
ExtSound (-s)
|
type: |
Multi value string |
default: |
['.wav', '.mp3'] |
allowed: |
cmdline, first, album
|
|
Which file types are considered as 'sounds'? With this option you define the
file extensions processed. Case is insignificant here, and the leading dots are
optional.
If option 'useSound' is enabled, the program looks for files with the same base
name as the picture (case must match!) and all extensions given by this option
'ExtSound'. The first found matching file delivers the 'pic.soundXX'
attributes.
The file is copied to the 'full' output directory (if option FullCopy is
enabled) and renamed according to the 'full' options.
Sounds are not processed on their own, they always are tied to a picture.
|
Title
|
type: |
String |
default: |
<none> |
allowed: |
cmdline, first, album
|
|
Title of the first album.
|
RootParent
|
type: |
String |
default: |
index.html |
allowed: |
cmdline, first
|
|
Defines the file name of the parent of the topmost directory. Default is
"index.html", which generates a @gal.parentHref of "../index.html".
This file does not need to exist in the file system of the generating machine.
Set this to an empty string if you do not want this feature. Instead you can set
and define user options, which lead to a 'home' page.
|
CharSet
|
type: |
String |
default: |
ISO-8859-1 |
allowed: |
cmdline, first, album, template
|
|
Defines the output character set, but has no influence on the output. May be used as '@gal.charset' inside templates.
|
Sort
|
type: |
One choice (filename, filesize, filetime, exiftime) |
default: |
filename |
allowed: |
cmdline, first, album
|
|
Defines how pictures are sorted.
|
SortOrder
|
type: |
One choice (asc, desc) |
default: |
asc |
allowed: |
cmdline, first, album
|
|
Defines how pictures are sorted: ascending or descending.
|
DateFormat
|
type: |
String |
default: |
%d.%m.%Y |
allowed: |
cmdline, first, album
|
|
A Python format string for displaying dates. Used in file dates and EXIF dates.
Format codes for time and date (see also Python documentation on 'time' module):
%a |
Locale's abbreviated weekday name. |
%A |
Locale's full weekday name. |
%b |
Locale's abbreviated month name. |
%B |
Locale's full month name. |
%c |
Locale's appropriate date and time representation. |
%d |
Day of the month as a decimal number [01,31]. |
%H |
Hour (24-hour clock) as a decimal number [00,23]. |
%I |
Hour (12-hour clock) as a decimal number [01,12]. |
%j |
Day of the year as a decimal number [001,366]. |
%m |
Month as a decimal number [01,12]. |
%M |
Minute as a decimal number [00,59]. |
%p |
Locale's equivalent of either AM or PM. |
%S |
Second as a decimal number [00,61]. |
%U |
Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0. |
%w |
Weekday as a decimal number [0(Sunday),6]. |
%W |
Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0. |
%x |
Locale's appropriate date representation. |
%X |
Locale's appropriate time representation. |
%y |
Year without century as a decimal number [00,99]. |
%Y |
Year with century as a decimal number. |
%Z |
Time zone name (no characters if no time zone exists). |
%% |
A literal "%" character. |
|
TimeFormat
|
type: |
String |
default: |
%H:%M:%S |
allowed: |
cmdline, first, album
|
|
A Python format string for displaying times. Format codes see DateFormat.
|
InputDir (-i)
|
type: |
String |
default: |
. |
allowed: |
cmdline, first
|
|
The directory, where the pictures (and other files) are read from. Can also be given as a normal argument to PyAlbum.
|
OutputDir (-o)
|
type: |
String |
default: |
output |
allowed: |
cmdline, first
|
|
Where to put all output? Defaults to <current dir>/output. Can also be given as a normal argument to PyAlbum.
|
FolderTitleMethod
|
type: |
Multi value choice (MPR, FNR, ONR, PAR) |
default: |
Title, ONR |
allowed: |
cmdline, first, album
|
|
Defines how the title of a folder (album, gallery) is determined. The possible
sources are tried one after the other, until a value is found.
May be used as @gal.title or @dir.title inside
templates.
MPR: |
Value xxx of line 'folderTitle=xxx' in file "meta.properties" in input directory.
|
PAR: |
Title of the parent gallery. At level 0 this is
always option "Title".
|
FNR: |
Name of the output directory (converted for safe output). This value is never empty.
|
ONR: |
Name of the original directory. This value is never empty.
|
|
FolderDescriptionMethod
|
type: |
Multi value choice (MPR, TXT) |
default: |
<none> |
allowed: |
cmdline, first, album
|
|
Defines how the description of a folder (album, gallery) is determined. The
possible sources are tried one after the other. Each non empty value adds an
entry to the description[] list.
May be used as @gal.description or @dir.description
inside templates. The result is converted for HTML output, so do not use HTML
tags here!
MPR: |
Value xxx of line 'folderDescription=xxx' in file
"meta.properties" in input directory.
|
TXT: |
Content of a text file named "<dirname>.txt"
outside of the input directory. So the directory and the file are at the
same level within the file system.
|
|
PicTitleMethod
|
type: |
Multi value choice (DES, CPR, MPR, FNR, FNE, ONR, ONE, EID, COM) |
default: |
ONR |
allowed: |
cmdline, first, album
|
|
Defines how the title of a picture is determined. The possible
sources are tried one after the other, until a value is found.
May be used as @pic.title inside templates. The resulting
value is converted to HTML.
Defaults to value of ONR if no option given.
DES: |
Value xxx of line <picname.ext><whitespace>xxx or
line "<picname.ext>"<whitespace>xxx
in file "descript.ion" in input directory.
|
CPR: |
Value xxx of line <picname.ext><=xxx
in file "comments.properties" in input directory.
|
MPR: |
Value xxx of line
title.<picname.ext>=xxx
in file "meta.properties" in input directory.
|
FNR: |
File name without extension of the (cleaned and unique) output picture.
|
FNE: |
File name with extension of the (cleaned and unique) output picture.
|
ONR: |
Original filename without extension of picture.
|
ONE: |
Original filename with extension of the picture.
|
EID: |
Value "ImageDescription" from EXIF data.
|
COM: |
JPEG comment
|
|
PicDescriptionMethod
|
type: |
Multi value choice (DES, CPR, MPR, TXT, EID, EUC, COM) |
default: |
<none> |
allowed: |
cmdline, first, album
|
|
Defines how the description of a picture is determined. The
possible sources are tried one after the other. Each non empty value adds an
entry to the description[] list.
May be used as @pic.description inside templates. The result is
converted for HTML output, so do not use HTML tags here!
DES: |
Value xxx of line <picname.ext><whitespace>xxx or
line "<picname.ext>"<whitespace>xxx
in file "descript.ion" in input directory.
|
CPR: |
Value xxx of line <picname.ext>=xxx
in file "comments.properties" in input directory.
|
MPR: |
Value xxx of line
description.<picname.ext>=xxx
in file "meta.properties" in input directory.
|
TXT: |
Content of a file <picnamewithoutExtension>.txt inside the input directory.
|
EID: |
Value "ImageDescription" from EXIF data.
|
EUC: |
Value "UserComment" from EXIF data.
|
COM: |
JPEG comment
|
|
KillNlInTitles
|
type: |
Boolean |
default: |
True |
allowed: |
cmdline, first, album, template
|
|
Defines whether NEWLINEs in titles are replaced by a space. Useful, if you have line breaks in title sources and use that title as html page title.
|
DefaultFocalFactor
|
type: |
Float (>=0.0) |
default: |
0.0 |
allowed: |
cmdline, first, album
|
|
Normally pic.exif.FocalLengthConv (focal length equivalent for 35 mm cameras)
is calculated by looking up the factor in file FocalFactors.txt with camera
Make and Model.
If there is an EXIF FocalLengthIn35mmFilm defined within the file, its value
is used, otherwise if there is no factor for the specific camera found inside the
file, there are 2 possibilities:
- This option is 0.0 (the default): an error text is returned "No value found..."
- This option is greater than 0.0: this value is taken as multiplier.
The best way is to take the camera manual, calculate the factor and create
a new entry in FocalFactors.txt (and drop me a mail, so I can extend the
default file!)
|
FilterDir
|
type: |
String |
default: |
<programPath>/filters |
allowed: |
cmdline, first
|
|
Directory where the filters reside.
|
Filter
|
type: |
Multi value string |
default: |
<None> |
allowed: |
cmdline, first, album
|
|
Define image filters. See own Filters page. For filters used in templates see
option TFilter.
|
TFilter
|
type: |
Multi value string |
default: |
<None> |
allowed: |
template
|
|
Define image filters. See own Filters page. These are reserved for templates
and build their own filter chain.
|
FontDir
|
type: |
String |
default: |
<programPath>/fonts |
allowed: |
cmdline, first
|
|
Directory where the PIL fonts reside. They are used to create the album thumbnail
and by all text filters.
|