Bug 107871 - Allow multiple album library paths
Summary: Allow multiple album library paths
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Setup-Collections (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-21 20:11 UTC by Tom Albers
Modified: 2017-08-10 07:00 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In: 0.10.0


Attachments
script to choose configuration file (1.53 KB, application/x-sh)
2007-07-03 18:44 UTC, Fabien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Albers 2005-06-21 20:11:51 UTC
Version:           0.8.0-cvs (using KDE 3.4.0, Debian Package 4:3.4.0-0pre4 (3.1))
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-12)
OS:                Linux (i686) release 2.6.11-1-k7

It would be nice if digiKam supported multiple album paths.
Comment 1 Tom Albers 2005-06-21 20:13:09 UTC
*** Bug 102412 has been marked as a duplicate of this bug. ***
Comment 2 Tom Albers 2005-06-21 20:14:09 UTC
*** Bug 105645 has been marked as a duplicate of this bug. ***
Comment 3 djib 2006-01-18 03:22:26 UTC
I agree.
I have quite a large photo collection now and I would appreciate having half of it on an external USB drive, the most recent ones being on my computer hard disk.
Comment 4 caulier.gilles 2006-04-04 11:28:29 UTC
*** Bug 115726 has been marked as a duplicate of this bug. ***
Comment 5 Andreas Nuesslein 2007-01-25 15:03:19 UTC
I agree too.
have multiple resources. for pictures and i don't want to put them all in one directory.
despite that little flaw i LOVE digikam :) great work and thanks a lot!

nutz
Comment 6 Fabien 2007-01-26 11:09:50 UTC
This makes me think I wanted to write something about that :)

I think it's partially to bug 137694 :
http://bugs.kde.org/show_bug.cgi?id=137694

I suggested there to add 2 command-line options to start digikam.
To be more compliant with the way other softwares work, I would propose the following :
* -f to to specify the full path to digikam3.db, or relative path from the album directory

* directory as argument => this would be the album path digikam use

Eg:

1) # digikam
would behave like now. The 1st time, it will ask for an album path

2) # digikam -f /path/to/digikam3.db
would behave like now except it will use the specific path for the database

3) # digikam /path/to/my/album
digikam will use this directory as the album path, but won't override default album path if there's already one

4) # digikam -f /path/to/digikam3.db /path/to/my/album
would combine 2) and 3)
Comment 7 Mike Morris 2007-07-01 10:58:39 UTC
An alternative possibility is to allow multiple root albums, each associated with a single directory.

Just a thought...
Comment 8 Fabien 2007-07-03 18:40:02 UTC
For those interested, I attached a small script that I use to start different instances of digiKam with different configuration files (and so with different path). The script uses zenity to display a gui list of libraries.

For sure, it could be a lot better, but it does the job for me :)
Comment 9 Fabien 2007-07-03 18:44:03 UTC
Created attachment 21026 [details]
script to choose configuration file

and so which digikam library to use (uses zenity to have a small gui)
Comment 10 Adrian von Bidder 2007-08-02 16:22:16 UTC
Note: this is somewhat related to #125474 and #114539.  I don't think it's exactly duplicates, but a good solution to any of these might just solve all of these.
Comment 11 Arnd Baecker 2007-08-23 15:04:25 UTC
*** Bug 124411 has been marked as a duplicate of this bug. ***
Comment 12 Arnd Baecker 2007-09-05 18:44:54 UTC
Just a brief update for all those waiting for this feature:
This requires a database change. Work is currently in progress 
in digikam's KDE4  branch.
Comment 13 caulier.gilles 2007-11-06 16:15:51 UTC
SVN commit 733526 by cgilles:

digiKam from trunk (KDE4) : add Multiple Roots Album Path on setup.

With new database interface implemented by Marcel, digiKam can use more than one root album path as collection of images.
digiKam database file is now stored in a customized place wich still in local and can be different than roots album. 
This is want mean than read only, remote repository, and disconnected repository are fully suported as well.

These collection types are able to use:

- Local drive.
- Remote drive (NFS/Samba) previously mounted in local file system. 
- Removable drive as CD/DVD/USB hard drive.

Each collection set in configuaration dialog page can be named to be identified easily into Album GUI/Folder view.

There is a fresh screenshot of Collection Setup page at this url:

http://digikam3rdparty.free.fr/Screenshots/digikamKDE4_14.png

TODO: in album gui, and especially in album folder view, we need to add a better support of collections name. 

CCMAIL: digikam-devel@kde.org
BUG: 107871
BUG: 114682
BUG: 122516
CCBUGS: 125474



 M  +434 -67   setupcollections.cpp  
 M  +13 -1     setupcollections.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=733526
Comment 14 Mikolaj Machowski 2007-11-12 23:22:30 UTC
Great!

But I think wording of this dialog is a bit too technical. If possible
I would like to use simpler terms like in Amarok:

I.

Everything is one Collection (also to make it different from current
Collections).

- "Collection" page in configuration dialog (not "Collections")
- "Collection settings" as title of that page

II.

"Roots album path" is decidedly too technical. Following Amarok please
use simple "Collection folders". Also in lower sections change "This
file is common for all roots album path." into  something like "This
file is common for all folders of collection."

III.

Not sure if wording problem: button Replace. Isn't it just Edit like
thing?

Other thing: write access and editing of images. How it will affect
possibility to write metadata? If it will be not possible (as I am
almost sure) it should be underscored like: you cannot edit your images,
including adding or changing their metadata.

Reason: most users see "editing of images" as only changing them
visually, they are not making clear connection with metadata of image
and embedding of it into actual file.

Sorry for whining and thanks for reading ;)
Comment 15 Hubert Figuiere 2007-11-12 23:47:08 UTC
I would have expected a solution that would have been much easier, not copying things around, not configuring things through a dialog, but just referencing files from wherever they are on the disk.

This implementation just make the problem more complex to manage, and still not as flexible as it should be.
Comment 16 Arnd Baecker 2007-11-12 23:59:20 UTC
> Also in lower sections change "This
> file is common for all roots album path." into  something like "This
> file is common for all folders of collection."


--> "This file is common to all folders of a collection."
is presumably slightly better
(well, I am not a native speaker ... ;-)
Comment 17 Arnd Baecker 2007-11-13 07:46:45 UTC
Ad #15: I really like the chosen solution, because I don't want
digikam to scan my whole harddisk(s) which for example
automatically would include backups, small sized copies,
temporary copies for DVD creation etc.etc.
Also: the whole wish discussed here is about 
"Allow multiple album library paths", which is 
implemented now.

Gilles, you wrote "digiKam database file is now stored in a customized place",
what about Fabien's suggestion in #c6: 
  2) # digikam -f /path/to/digikam3.db 
  would behave like now except it will use the specific path for the database
did you already implement that?
(I think it would be very helpful, maybe even with the possibility
of different configuration files for digikam?)
Comment 18 caulier.gilles 2007-11-13 08:07:16 UTC
>Ad #15: I really like the chosen solution, because I don't want
>digikam to scan my whole harddisk(s) which for example
>automatically would include backups, small sized copies,
>temporary copies for DVD creation etc.etc.
>Also: the whole wish discussed here is about
>"Allow multiple album library paths", which is
>implemented now. 

I'm totally agree with Arnd.

This is another reason about why digiKam exist. We don't want to reproduce picasa, f-spot, Kphotoalbum here, wich is a non-serious way to work.

To have pictures placed everywhere over the hard-drive have a non sence for me. "Organization" is the first step of a powerfull management, especially in photo.

This subject have been already discuted with the team in the past and the root album path concept have been the way used by digiKam.

Hubbert, if you don't like how digiKam work, you is free to use f-spot. To have seen your presentation from Libre Metting 2007:

http://people.xiph.org/~giles/2007/lgm/LGM_20070505-1-Hubert_Figui%C3%A8re.ogg

...it's not a problem for you!

To resume. Do not ask me to change digiKam in this way. I will never do that...

Gilles Caulier

Comment 19 palcek smuk 2007-11-13 08:39:28 UTC
This is great :) I'm just not sure if I'm ready to upgrade to svn... I'll probably wait for this to come into the stable version.
One q. though: If I add a removable media to my collection (for example an external backup hard disk) will digikam remove the images that are (currently) unavailable at startup when it's scanning the collection?
Comment 20 Mikolaj Machowski 2007-11-13 08:40:37 UTC
@ #15

1. I don't want digiKam to scan my 300GB of space constantly.
2. This is how all that type of serious software works.
3. While UI is different this is how Amarok works which is well known
   for KDE users.
Comment 21 caulier.gilles 2007-11-13 08:56:19 UTC
==> #19 : digiKam for KDE4 is not yet complete/stable and not be used in production. It still few areas to fix in GUI to support fully multiple roots albums, especially in album folders view.

I have tried to use a removable media (CDROM with backup) and all work fine as well. Of course indeep tests still todo (:=)))

Gilles
Comment 22 caulier.gilles 2007-11-13 13:22:22 UTC
#14 ==> to Mik,

Severals strings have been already fixed by Marcel this Week end. Look the new screenshot :

http://digikam3rdparty.free.fr/Screenshots/digikamKDE4_15.png

Note : Look like i have fixed few action name from tool bar to be rendered properlly if icons+names are displayed at the same time (default behaviour with KDE4). Not all is fixed. I'm always waiting your path... This is a non developpers task (:=))) Do you remember ?

About "Not sure if wording problem: button Replace. Isn't it just Edit like
thing?", well no, it's not the same. Look the buttons description :

==> New : Start to edit a new collection path. 
==> Add : Add the new collection in database.

Note: there is 2 buttons for these actions to do have a new dialog again behing the config dialog. Add button is disable until you don't use New and vis-versa.

==> Remove : delete a collection from database (with confirmation of course)
==> Replace : this is not Add button. A collection already referenced by database as a read only path. You cannot edit the path, only the collection name. Changing a collection path is the same than removing a collection and add a new one.

For others strings to fix, i'm waiting your "polish" patch against svn (:=)))

Gilles
Comment 23 Hubert Figuiere 2007-11-13 16:10:28 UTC
At NO POINT I said "scan and add the images automatically". 
Comment 24 Hubert Figuiere 2007-11-13 16:15:57 UTC
And just to debunk any myth:

Gilles: if you don't want to get others feedback, please say so instead of telling people to use something else because you don't like their opinion. My presentation at LGM has nothing to do (you weren't even there). And I don't use f-spot either.

I originally filed bug 105645 that clearly talk about NOT copying the image but referencing in place. It has been made duplicate of this one.
Comment 25 Mikolaj Machowski 2007-11-14 10:42:55 UTC
> path... This is a non developpers task (:=))) Do you remember ?

I remember but don't want to patch blindly. Waiting for stable KDE4
environment - few weeks.