In which directory will Digikam remove the doublettes/triplettes/fourthelttes......
superflous files?
You will prob. have to set this. Or you will be asked each time. Anything different would not make any sense.
Sorry, but I still had no time to test this. The last days where just 'coming home, going to sleep, eating breakfast and leaving again'...
Well, it's best to write my own solution.
I already have some C-code which I can rely on,
regarding jpeg-lib. Today I looked for some library-stuff
that calculates me the md5.
I have found openssl-lib, but my first trielas gave me
crashes, so i do later, when i have more time to make it better.
Or maybe I find a better, smaller lib for it.
If it needs more time to learn other programs to solve my task then it needs to program it by myself, it's clear what I prefer.
Also I have more control on the results, and if nothing works like it should, I know whom to blame for it.
BTW: the mess has already increased, because F-Spot
has used a different include-directory than I had before...
... maybe the imports in 2010 were the first imports since I updated
my system... now I have two different Directories used by F-Spot...
That's why I don't like f-spot. A software that changes my manual directory tree is not even considered to be used. I want my affairs at least in a basic order even if the program is not working anymore someday.
Ah, today i used strcae to look on f.-spot in detail,
and why it eats up so much system time.
It does hundreds of completely senseless calls....
It's bloaty bullshit.
Maybe it relies too much on mono or gimp-libs,
maybe it's bullshit by it's own, but when I have
things like stat-syscall on the dsame file over and over again,
or calls to a gettime-function over and over again,
or read s of files that never should be looked at, then it is complete
bloat and bullshit.
If digikam would not have been crashed very often for a while,
I would not have changed back to f-spot.
It seems, if my annoyances will stay for longer, I should write my own
picture-managing program.
Look here:
some minutes of stracing f-spot:
===============================
oliver@siouxsie:~$ grep -c clock_gettime f-spot.STRACE
1438208
===============================
The function clock_gettime() was called about 1.4 million times!
THIS ABSOLUTELY IS BLOAT AND BULLSHIT!
If it has a database, why does it not use it?
If it has read informations of files,
why does it not use them?
If there was no new import, it is not necessary to look up informations over and over again.
Bad design. Bloat. Bullshit.
Linux becomes more and more a free version of M$.
They copy all the worse things.
Mono is such a copy of nonsense.
It is intended to make programming easy, but it switches off the brain of the developer.
...like Java, heheh.
OK, I better stop now.
So we are now where we started

Hehe, yes. I promise to try it when I have some hours at home.
OK, no further action more on this topic,
I will program my own solution.
But thank you and the others for your effort.
GIMPel