Summary: | adding multiple folder paths for single image database | ||
---|---|---|---|
Product: | [Applications] kphotoalbum | Reporter: | Ritesh Raj Sarraf <kde-bugs> |
Component: | general | Assignee: | KPhotoAlbum Bugs <kpabugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version First Reported In: | 3.0.2 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ritesh Raj Sarraf
2007-05-18 17:25:28 UTC
`cd "folder A"; ln -s "path/to/Folder B" videos` should do the trick for you. This won't work so well if folder A is read-only, or the filesystem you're running on doesn't support symlinks. Also, how well does kpa handle an accidental symlink loop? > This won't work so well if folder A is read-only, or the filesystem you're > running on doesn't support symlinks. In such case, you'll have to either abuse bind mounting (if your OS supports that) or create new root directory on a normal filesystem containing links to directories A and B. KPA should handle that in an intelligent way, ie it will find out that files have same checksum and reuse all tags. Anyway, if there's a patch for adding such functionality, I'll check it and commit it. > Also, how well does kpa handle an accidental symlink loop? Not very well, I guess. I think we should re-think the solution. KPA is now supposed to run on Windows/Mac also. Ritesh, if you have a patch, I'd love to review and integrate it. Right now, we unfortunately have other issues to deal with than this. |