Bug 348104 - Remove all tags from selected image(s)
Summary: Remove all tags from selected image(s)
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Tags-Engine (show other bugs)
Version: 7.1.0
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-22 14:06 UTC by Peter Albrecht
Modified: 2023-08-07 22:42 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 8.1.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Albrecht 2015-05-22 14:06:50 UTC
If your friends send images to you, which they have tagged, those "friend-tags" are imported with the image into digikam. Often, you use different tags as your friends, so you would like to remove all those "friend-tags" from the images, you have just imported.

With digikam 4.4.0, to do this, you have to:
 1. go to the album, which contain the newly imported images from your friend
 2. select all pictures
 3. in the right side view "Captions/Tags" enable the button "Tags already assigned"
 4. uncheck all checkboxes by hand (to remove the tags from the fotos)
 5. "Apply"

In this case it would be very handy, to have a new function: "Remove all tags of the selected images"
This function could be added to the "More"-button in the right side view "Captions/Tags".
(I think, there should also be a safety query "Are you sure to remove all tags from the selected images?", before removin is done. ;)

Reproducible: Always
Comment 1 caulier.gilles 2015-05-24 18:09:06 UTC
Veaceslav,

This can be a job for tags Manager ?

This file is not redundant with bug #348105 ?

Gilles
Comment 2 Veaceslav Munteanu 2015-05-25 17:10:05 UTC
This one can't be done in Tags Manager because it depends on Image selection from view. It may be only fit in context menu, under the Add Tags.
Comment 3 Justin Zobel 2021-03-09 05:51:16 UTC
Thank you for the bug report.

As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists.

If this bug is no longer persisting or relevant please change the status to resolved.
Comment 4 Peter Albrecht 2021-03-13 12:49:20 UTC
Just tested this with digiKam version 7.1.0 (AppImage) on Debian 10 Buster Linux:
I could not find an action / button to remove all tags from all selected images. So I would say, the feature request is still open.

It has no priority for me, since a workaround exists.
Comment 5 Maik Qualmann 2023-06-30 20:56:34 UTC
Git commit 21314c7e642ace1bf885570a4cf98de44e050081 by Maik Qualmann.
Committed on 30/06/2023 at 20:55.
Pushed by mqualmann into branch 'master'.

add function to remove all tags from images (except face tags)
FIXED-IN: 8.1.0

M  +2    -1    NEWS
M  +10   -0    core/app/items/utils/contextmenuhelper.h
M  +1    -0    core/app/items/utils/contextmenuhelper_p.h
M  +25   -0    core/app/items/utils/contextmenuhelper_tags.cpp
M  +1    -0    core/app/views/preview/itempreviewview.cpp
M  +1    -0    core/app/views/stack/itemiconview_views.cpp
M  +6    -0    core/utilities/maintenance/metadataremovetask.cpp

https://invent.kde.org/graphics/digikam/-/commit/21314c7e642ace1bf885570a4cf98de44e050081
Comment 6 Bob 2023-08-07 22:38:47 UTC
Is there any way to call this new function in the app? I am running the 8.1.0 appimage but haven't been able to find one yet.
Comment 7 Bob 2023-08-07 22:42:34 UTC
Nevermind, I hadn't checked the code thoroughly enough, found it! Thanks :-)