Re: Duplicates problem
- From: Fabian Kneißl <fabian kneissl-web net>
- To: David Berg <drberg1000 gmail com>
- Cc: f-spot-list gnome org
- Subject: Re: Duplicates problem
- Date: Wed, 08 Nov 2006 14:16:17 +0000
David Berg schrieb:
> The solution I had in mind was to hand edit the database, but as it
> isn't a text file I'm not sure how to do that. Is there a utility I can
> use to go through and just change the filenames?
That's not too complicated:
cd ~/.gnome2/f-spot/
mv photos.db photos_orig.db
sqlite3 photos_orig.db .dump > photos.dump
[ edit photos.dump with a text editor ]
sqlite3 photos.db < photos.dump
It could be that you have to use "sqlite" instead of "sqlite3" for the
".dump" command. Just try it.
Fabian
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]