[Bug 233612] New: The DocumentName tag is not added when importing

classic Classic list List threaded Threaded
27 messages Options
12
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 233612] The DocumentName tag is not added when importing

Gilles Caulier-4
https://bugs.kde.org/show_bug.cgi?id=233612

--- Comment #15 from Gilles Caulier <[hidden email]> ---
Maik,

Do you  see comment #10 from Marcel ?

Anyway, it can be easy to see if problem is reproducible while download, when
not specific operation is done on metadata.

The Exif DocumentName must be set in all cases, as it's ask in original report.

Gilles

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 233612] The DocumentName tag is not added when importing

Maik Qualmann
In reply to this post by Jonas Norlander
https://bugs.kde.org/show_bug.cgi?id=233612

--- Comment #16 from Maik Qualmann <[hidden email]> ---
Created attachment 93478
  --> https://bugs.kde.org/attachment.cgi?id=93478&action=edit
ImportDocumentName.patch

This patch set the document name when images are imported. It also resolves
that color labels, pick labels and rating are set if no template is applied. We
set metadata only for JPEG files when importing, but we could not apply it to
other image formats (TIFF, PNG)?

Maik

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 233612] The DocumentName tag is not added when importing [patch]

Maik Qualmann
In reply to this post by Jonas Norlander
https://bugs.kde.org/show_bug.cgi?id=233612

Maik Qualmann <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|The DocumentName tag is not |The DocumentName tag is not
                   |added when importing        |added when importing
                   |                            |[patch]

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 233612] The DocumentName tag is not added when importing [patch]

Gilles Caulier-4
In reply to this post by Jonas Norlander
https://bugs.kde.org/show_bug.cgi?id=233612

--- Comment #17 from Gilles Caulier <[hidden email]> ---
Comment on attachment 93478
  --> https://bugs.kde.org/attachment.cgi?id=93478
ImportDocumentName.patch

There is no limitation about file format to patch, if Exiv2 support it. This is
the case for PNG, and TIFF.

But applying over all type of image format require more work especially with
read only files as RAW. There is a file about this topic in bugzilla if i
remember.

Typically, we must set a metadata cache in import tool including all change to
apply to files while importing, download files, scan new items, and patch DB.

Gilles

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 233612] The DocumentName tag is not added when importing [patch]

Gilles Caulier-4
In reply to this post by Jonas Norlander
https://bugs.kde.org/show_bug.cgi?id=233612

--- Comment #18 from Gilles Caulier <[hidden email]> ---
Forget to said, that patch sounds fine for me.

Gilles

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 233612] The DocumentName tag is not added when importing [patch]

Maik Qualmann
In reply to this post by Jonas Norlander
https://bugs.kde.org/show_bug.cgi?id=233612

Maik Qualmann <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Latest Commit|                            |http://commits.kde.org/digi
                   |                            |kam/52bb19ec9265a7fae58d65d
                   |                            |e502b8e417c46f0ce
         Resolution|---                         |FIXED
   Version Fixed In|1.9.0                       |4.12.0

--- Comment #19 from Maik Qualmann <[hidden email]> ---
Git commit 52bb19ec9265a7fae58d65de502b8e417c46f0ce by Maik Qualmann.
Committed on 05/07/2015 at 06:37.
Pushed by mqualmann into branch 'master'.

apply patch #93478 to added the DocumentName tag when importing images
FIXED-IN: 4.12.0

M  +2    -2    NEWS
M  +34   -27   utilities/importui/backend/cameracontroller.cpp

http://commits.kde.org/digikam/52bb19ec9265a7fae58d65de502b8e417c46f0ce

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 233612] The DocumentName tag is not added when importing [patch]

Gilles Caulier-4
In reply to this post by Jonas Norlander
https://bugs.kde.org/show_bug.cgi?id=233612

--- Comment #20 from Gilles Caulier <[hidden email]> ---
Git commit 2de7ad489b546bff770d7c0b8755eedbaecd93f4 by Gilles Caulier.
Committed on 05/07/2015 at 08:22.
Pushed by cgilles into branch 'frameworks'.

backport commit #52bb19ec9265a7fae58d65de502b8e417c46f0ce from git/master to
frameworks branch

M  +34   -28   utilities/importui/backend/cameracontroller.cpp

http://commits.kde.org/digikam/2de7ad489b546bff770d7c0b8755eedbaecd93f4

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
12