-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
38 lines (26 loc) · 1.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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.