.TH "PHOTO-UPLOAD" "1" "February 15, 2014" "0.12" "Photo Uploader" .SH NAME photo-upload \- tool for uploading photos . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .\" Man page generated from reStructeredText. . .SH SYNOPSIS .sp .nf .ft C photo\-upload [options] images .ft P .fi .SH DESCRIPTION .sp This manual page explains the photo\-upload program. This program is simple uploader of photos to minilab. .SH OPTIONS .INDENT 0.0 .TP .B \-\-version Show program\(aqs version number and exit. .UNINDENT .INDENT 0.0 .TP .B \-h, \-\-help Show help message and exit. .UNINDENT .INDENT 0.0 .TP .B \-\-license Display program license. .UNINDENT .INDENT 0.0 .TP .B \-s SERVICE_NAME, \-\-service=SERVICE_NAME Name of service to use. Use photo\-upload \-l to list currently available services. .UNINDENT .INDENT 0.0 .TP .B \-l, \-\-list\-services List available services. .UNINDENT .INDENT 0.0 .TP .B \-b, \-\-open\-browser Open order in browser after uploading. .UNINDENT .INDENT 0.0 .TP .B \-B, \-\-use\-browser Define browser to use when opening web page. Default is autodetected by python webbrowser. You can also specify any parameter to browser, the URL will be just appended to string you enter here and passed to shell. .UNINDENT .INDENT 0.0 .TP .B \-d, \-\-debug Show debugging output. This includes HTML files received from service. .UNINDENT .INDENT 0.0 .TP .B \-S SESSION, \-\-session=SESSION Existing session to reuse (some services won\(aqt work without existing session). .UNINDENT .SH EXAMPLES .sp Uploading all photos from /folder to default service and opening web browser to finish order: .sp .nf .ft C photo\-upload \-b /folder/*.jpg .ft P .fi .sp Adding one image to existing session on ilikephoto.cz service: .sp .nf .ft C photo\-upload \-s ilikephoto.cz \-S f1721a19cc3c95218525a8429d48dab2 /tmp/Obraz024.jpg .ft P .fi .sp Listing currently supported services: .sp .nf .ft C photo\-upload \-l .ft P .fi .sp Uploading photo and opening epiphany to finish order: .sp .nf .ft C photo\-upload \-b \-B epiphany image.jpg .ft P .fi .SH FILES .SS \fB~/.photo\-upload\fP .sp Configuration file where default options are read. This is standard ini like format file. You can use same values as long options, just specify them in [photo\-upload] section. Some services might also use this config file, check their documentation for details. Example configuration file: .sp .nf .ft C [photo\-upload] service = droxi.cz .ft P .fi .sp Some services require additional configuration sections, eg. with login names: .sp .nf .ft C [happyfoto.cz] user = name password = passphrase .ft P .fi .sp Some services may require specifying registration code instead of the password: .sp .nf .ft C [imageshack.us] user = name regcode = 575af6686afe6a0c1d .ft P .fi .sp Imageshack also allows you to choose if the image is private or public, defaulting to private. To change that, specify public = yes under imageshack.us section. .SH LICENCE .sp This program is licensed under GNU/GPL version 2. .SH BUGS .sp There are definitely many bugs, reporting to author is welcome. Please include some useful information when sending bug reports (eg. exception you received and debug output). Please submit your reports to <\fI\%http://bugs.cihar.com/\fP>. .SH SEE ALSO .sp More information is available on program website: <\fI\%http://cihar.com/software/photo-uploader/\fP>. .SH AUTHOR Michal Čihař .SH COPYRIGHT 2007 - 2010, Michal Čihař .\" Generated by docutils manpage writer. .\" .