[Digikam-devel] [Bug 293297] Digitaglinktree does not process any photos even if tags exists under People category
cyril.raphanel at gmail.com
cyril.raphanel at gmail.com
Mon Feb 6 19:04:32 GMT 2012
https://bugs.kde.org/show_bug.cgi?id=293297
--- Comment #13 from <cyril raphanel gmail com> 2012-02-06 19:04:32 ---
Created an attachment (id=68572)
--> (http://bugs.kde.org/attachment.cgi?id=68572)
-r option enable again for digikam version > .10.
Following lines commented
# Now Process all albums found
# if( defined($opt_r) ){
# warn "\n$0: Hint: Album root definitions given by \"-r\" ignored \n",
# "for digikam version >= 0.10 . Instead all Albums defined in
digikams \n",
# "database are used. Continuing work ... \n\n";
#}
Following lines added
# NEW CODE
# Interprete -r as base for all albums
$albumRoots{$i}="$opt_r$albumRoots{$i}";
# END NEW CODE
This has been tested with
digitaglinktree -l target_directory -d digikam_database -r
directory_where_partition_including_albums_is_attached
--
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