Bug 91651 - Running cdarchiving tool sends all images to the cd, not just the selected images
Summary: Running cdarchiving tool sends all images to the cd, not just the selected im...
Status: RESOLVED UNMAINTAINED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-Archive (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-19 10:54 UTC by David Fraser
Modified: 2018-03-23 21:04 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.1.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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