import without copying

Asked by jpcote

Can I have image in the library without having to copy them in my ubuntu folder?
I'd like to tell digikam witch folder are part of my collection without copying them elsewhere. For exemple, I have for about 20 gig on an HD, I don't want him to copy them all in another folder like /home/jp/images/

thank you

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu digikam Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Ahmad Syukri Abdollah (syockit) said :
#1

Sadly, digikam doesn't provide an option to set multiple folders as its album collection. But don't worry, there's a workaround: you can link other folders to you album folder.
In the following example, I'm using /home/bob/bakabaka as the location of my image folder I want to link, and /home/bob/Pictures as the album folder used in digikam. In the console/terminal, type the following:

ln -s /home/bob/bakabaka/ /home/bob/Pictures/

This will create a symbolic link in your album folder. Now you can browse through the images in the first folder in digiKam.

Just in case you decide that you don't want it to show up anymore, you can always delete the link:

rm /home/bob/Pictures/bakabaka

This will delete the link, but leave the original folder intact.

Revision history for this message
`{third: "Beedell", first: "Roke"}`{.JSON5} (rokejulianlockhart) said (last edit ):
#2

Ahmad, does that cause anything recursive in any known situations? I find that using symbolic links can lead to some nasty unexpected bugs in most software.

It's working for me well though. Thanks lots.

Can you help with this problem?

Provide an answer of your own, or ask jpcote for more information if necessary.

To post a message you must log in.