Created attachment 161538 [details] Only one tag is shown, there are actually multiple tags Win10 22H2 19045.3393 (相册里只要有没有标签的图片,之前有标签的图片显示会有BUG 如图所示,每个图片有3个标签,放进一个没标签的没图片,则图片只显示一个标签,另外两个显示不全) As long as there is no tag picture in the album, there will be a bug in the display of previously tag pictures. As shown in the picture, each picture has 3 tags, put in a picture without tags, then the picture will only show one tag, the other two display incomplete. Thanks a lot for the good software, I hope to solve the problem better and better!
Look in the digiKam settings under Metadata-> Advamced Metadata. There you can specify which metadata tags (select Tags in combobox) are read first when importing, the list is processed from top to bottom. If you are unsure, enable the option to read all possible metadata tags. https://docs.digikam.org/en/setup_application/metadata_settings.html#advanced-settings Maik
Ok, it took me a while to understand the bug, including a camera translator from Chinese into my language. You have deactivated the preview images in the table view, which means the rows are very narrow. We write the tags one under the other, so the others are no longer visible. I'm not sure if we can fix this, tags in a row would be very confusing. Maik
Git commit 801596627715d5c5ea0a6c15e007496cd3d1a1cc by Maik Qualmann. Committed on 10/09/2023 at 22:45. Pushed by mqualmann into branch 'master'. without a thumbnail in the table view, write the tags in one line FIXED-IN: 8.2.0 M +1 -1 NEWS M +9 -1 core/app/views/tableview/tableview_column_digikam.cpp M +1 -1 core/app/views/tableview/tableview_column_item.cpp M +1 -1 core/app/views/tableview/tableview_column_thumbnail.cpp https://invent.kde.org/graphics/digikam/-/commit/801596627715d5c5ea0a6c15e007496cd3d1a1cc
(In reply to Maik Qualmann from comment #2) > 好吧,我花了一段时间才理解这个错误,包括用相机将中文翻译成我的语言。 > > 您已停用表格视图中的预览图像,这意味着行非常窄。 > 我们将标签一个接一个地写下来,这样其他标签就不再可见。我不确定我们是否可以解决这个问题,连续的标签会非常混乱。 > > 麦克 Nice to hear from you Maik, and your translated understanding! It's true that the row height of each line is affected by the "no tag" rows when no thumbnail is used If each image has the same number of tags, the problem does not occur! I'll turn on preview images for now and hopefully you'll fix it later! Thanks again for your help and have a nice day!
(In reply to Maik Qualmann from comment #3) > Git 提交 801596627715d5c5ea0a6c15e007496cd3d1a1cc,作者:Maik Qualmann。 > 于 2023 年 10 月 9 日 22:45 提交。 > 被 mqualmann 推入分支“master”。 > > 如果表格视图中没有缩略图,请将标签写在一行中 > 固定版本:8.2.0 > > M+1 -1 新闻 > M +9 -1 core/app/views/tableview/tableview_column_digikam.cpp > M +1 -1 core/app/views/tableview/tableview_column_item.cpp > M +1 -1 core/app/views/tableview/tableview_column_thumbnail.cpp > > https://invent.kde.org/graphics/digikam/-/commit/ > 801596627715d5c5ea0a6c15e007496cd3d1a1cc Mike this is a great find! Images without tags are not bugged as long as they are not in the first line It's important for me to fix this bug as I have to turn off preview images when using images with long filenames. I hope 8.2.0 will be better, Thank you for your hard work!