On Sat, Sep 17, 2011 at 02:32:46PM +0200, Christophe Drevet wrote:
> Hi all,
> 
> I have a somewhat big photo database (9000+). Photos are stored in
> multiple directories on a single machine for historical reasons. They
> also are not organized in the same way. Some directories use
> Year/Month/Day, others Year/Month, and others totally different
> schemes.
> 
> Now, I have a big disk with a lot of space available. I would like to
> move all my photos in a single place and using a single scheme
> (Year/Month). I don't see a way to do this with shotwell. I don't see
> how to do it at all, actually.
[...]

You want to have a picture directory, which has subdirectories
for year and month and you want to put files from different
directories with different subdirectory-structure into the one and new
directory with that new structure scheme?

Do I understand correctly?

You could use Perl or some other programming language to achieve this.
Which OS do you use?

Or you could just import the files into shotwell.
AFAIK shotwell uses $PICTURE_PATH/<YEAR>/<MONTH>/<DAY>/
as a scheme (like fspot and digikam AFAIK both also do),
and that makes sense to me.

So, you could just import all files (with COPYING)
and this should do it...

...but you looked only for
$PICTURE_PATH/<YEAR>/<MONTH>/   and not for
$PICTURE_PATH/<YEAR>/<MONTH>/<DAY>/

If you are fine with Year/Month/Day, you could just import the pics,
as mentioned above...

Ciao,
   Oliver
_______________________________________________
Shotwell mailing list
[email protected]
http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell

Reply via email to