| Summary: | need file info even collection is offline | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Kane <shikai.xu> |
| Component: | Database-Media | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | caulier.gilles, metzpinguin |
| Priority: | NOR | ||
| Version First Reported In: | 8.1.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/cb644618954c8930dd901a436513cc2e5c93f454 | Version Fixed/Implemented In: | 8.2.0 |
| Sentry Crash Report: | |||
| Attachments: | screenshot | ||
This is “live” data. From the DB we could only provide the file name, the file size and part of the path. Have the full collection path only when the collection is mounted. Maik Git commit cb644618954c8930dd901a436513cc2e5c93f454 by Maik Qualmann. Committed on 02/10/2023 at 21:41. Pushed by mqualmann into branch 'master'. show file name and relative path part if the collection is offline Nothing more is possible, with a network collection we would have one, but also several possible mount paths thanks to the possibility of adding additional mount paths for other operating systems. FIXED-IN: 8.2.0 M +1 -1 NEWS M +5 -0 core/libs/database/item/containers/iteminfo.h M +10 -0 core/libs/database/item/containers/iteminfo_properties.cpp M +11 -1 core/libs/properties/itempropertiessidebardb.cpp M +2 -0 core/libs/properties/itempropertiestab.h M +10 -0 core/libs/properties/itempropertiestab_setters.cpp https://invent.kde.org/graphics/digikam/-/commit/cb644618954c8930dd901a436513cc2e5c93f454 |
Created attachment 162017 [details] screenshot SUMMARY *** I have multiple collections from removable/smb location, and they are not always connected/online. When I manage photos, I don't even view them (preview the photo/video). At Thumbnails view, I can just select photos and assign tags/ratings etc. This can be done when collections is offline, which is a great feature. But amone the vast amount of photos, There's no way to know info. where the file location is or which collection it belongs to, when the collection of the photo is offline(see attachment). Wish-feature is, to display infomation where the file path is, or from which collection it belongs to, when its collection is offline. *** Thanks!