[Digikam-devel] [Bug 293297] Digitaglinktree does not process any photos even if tags exists under People category + new option for year subdirectory [patch]

krienke at uni-koblenz.de krienke at uni-koblenz.de
Wed Feb 8 07:43:01 GMT 2012


https://bugs.kde.org/show_bug.cgi?id=293297





--- Comment #19 from  <krienke uni-koblenz de>  2012-02-08 07:43:01 ---
Hi cyril.raphanel at gmail.com,

I looked at your patch and it looks good. Nice year extension. For my photo
collection the old 1.7.0 version still works fine. 

I think your trouble originated in the the fact that one of your albumroots was
not mounted in / but in /media/. So the database entry for specific path was
not an absolute path to your album but relative to the mount point of device
with the uuid you posted. 

If this is true, then the solution would be to fix function getAlbumRoots to
get things straight automatically. 

Can you please check with your system if this works:

ls -l /dev/disk-by-uuid/560e6bbb-a2ae-498f-a335-4a8592005e47/photos

It should list the contents of your album. If this works one could extract the
uuid information for an album root in function getAlbumRoots() and if we find
an uuid in column "identifier" we should prepend /dev/disk-by-uuid/<uuid-value>
in front of the value of column "specificPath". The result would be a complete
path to the albumroot. So option -r would not be needed in your case.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list