kphotomerge - merges two KPhotoAlbum DBs together
# Merges the contents of index2.xml into index1.xml but also adds # "subdir/subsubdir" to the beginning of each image file name found # in index2.xml. All categories, tokens, etc are properly merged together # into the new file
kphotomerge -c index1.xml -C subdir/subsubdir/index2.xml
The main KPhotoAlbum DB index file into which the second one is merged into. This one will be overwritten when the operation is complete.
The second Kimdbaba file to merge into the first one.
This forces the file name prefix added to filenames in the second index.xml file to be something other than what is extrapolated from the file path. EG, normally when you do this:
kphotomerge -c index.xml -C some/subdirectory/index.xml
All the filenames for the images below "some/subdirectory" automatically get the "some/subdirectory" prefix added to their file name (this is likely how you want to use it anyway). But if you want to force it to something else, then use the -p option.
Verbose mode
Help output.
Wes Hardaker <hardaker@users.sourceforge.net>
Copyright (c) 2008-2009 Wes Hardaker. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.