google-code-export / photivo

Automatically exported from code.google.com/p/photivo
GNU General Public License v3.0
3 stars 0 forks source link

Better CLI Batch-mode #98

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a feature request, not a bug report. :)

When calling Photivo from the command-line, it would be nice if it were 
possible to specify an input file list, a settings file, and an output 
directory; and then Photivo goes and processes all of the photos. 
At the moment, if you call Photivo from the command-line with an input file and 
a settings, the GUI opens up. The only way (currently) to achieve this is to 
open the GUI and manually make a job file, then run Photivo from the CLI. 

Basically, I would like to be able to type something like:

>> photivo -i image1.dng -i image2.dng -i image3.dng --pts settings.pts 
--out-dir /home/sean/Pictures

or maybe:

>> photivo --pts settings.pts --out-dir /home/sean/Pictures image1.dng 
image2.dng image3.dng

Is this something that would be easy to implement?

Original issue reported on code.google.com by seanl...@gmail.com on 28 Oct 2012 at 12:15