|
I suggest using the directory number in the
file name (this is what the canon utilities do
when you use the to download images).
This way there is no duplication once you
hit 10000 images. But if you really want
to remove the directory number, you can do
this with a user-defined tag. See the example
config file and use '$val =~ s/\d+-//; $val' for the
ValueConv. - Phil
|