Bug 91651

Summary: Running cdarchiving tool sends all images to the cd, not just the selected images
Product: [Applications] digikam Reporter: David Fraser <davidf>
Component: Plugin-Generic-ArchiveAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED UNMAINTAINED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 0.1.0

Description David Fraser 2004-10-19 10:54:24 UTC
Version:            (using KDE KDE 3.3.0)
Installed from:    Compiled From Sources
OS:                Linux

I selected a set of images in kimdaba
I then ran the CD Archiving plugin.
It said that there was about 470MB of images. I clicked to continue
It took a long time to generate the thumbnails ...
When it got into k3b, it said there was 4 GB of images ... it had included all of the images (the whole directory)
It should have only had those items I had selected.
All of my images are in the same folder.
Comment 1 Jean-Michel Fayard 2004-10-19 11:13:14 UTC
It is a dupe of bug 89394 (see this part of the patch)

Basically, in digikam, you have a list of albums, and when you want to archive an album on the CD, the contents of the folder are copied recursively.
But in KimDaBa, you can have a picture in your top directory, and if you select that one, your whole collection of pictures will be copied.

See this part of the patch
+// TODO : [...] Desactiving folder recursion for now.
#if 0

Maybe we can have a kipi feature like CopyFolderRecursively to handle this well in each application.
Comment 2 Tom Albers 2005-08-19 20:12:45 UTC
SVN commit 450825 by cgilles:

CDArchiving kipi plugin : patch from Owen Hirst
CCBUGS: 98269 89394 91651 100877 106568



 M  +490 -612  cdarchiving.cpp  
 M  +16 -48    cdarchiving.h  
 M  +6 -2      plugin_cdarchiving.cpp