Skip to content

Plugin for f-spot which merges multiple photos into versions of one photo. Useful especially after importing many photos where versions exist.

License

Notifications You must be signed in to change notification settings

catchin/MergeVersions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MergeVersions F-Spot Extension
==============================

WHAT FOR?

This plugin searches through the existing F-Spot database for orphaned versions
of photos, i.e. photos that should be versions of other photos but are separate
photos.
E.g.:
2008/11/06/img_2333.jpg
2008/11/06/img_2333 (Modified).jpg
appear as two separate pictures, but the "Modified" one should actually be a
version of the first one.

The MergeVersions plugin searches for pictures named 
"[name] ([version-name]).[ext]" and merges them as versions into a photo called 
"[name].[ext]" if it exists. Also the dates of these two photos are compared.
If they differs, the two photos are not merged.


INSTALLATION

* Be sure to have F-Spot installed.
* Run "make".
* Copy MergeVersions.dll to ~/.config/f-spot/addins/MergeVersions.dll
  (or whatever your F-Spot base directory is)


USAGE

* In F-Spot: Tools -> Merge Versions
* Wait for confirmation dialog and press OK.


DEBUGGING

Make sure you start F-Spot from the commandline and have a look at the
information messages.

About

Plugin for f-spot which merges multiple photos into versions of one photo. Useful especially after importing many photos where versions exist.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages