Summary: | XDG Extended Attribute spec support | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | AvidSeeker <avidseeker7> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | 4wy78uwh, davispuh, kfm-devel, nate, postix, tagwerk19 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
AvidSeeker
2023-08-27 14:13:08 UTC
(In reply to AvidSeeker from comment #0) > ... Many programs attach this metadata to downloaded or produced files ... If you have any examples of code that does this (as extended attributes), it would be nice to try. You can see what metadata is extracted and indexed (by baloo) if you do a balooshow -x oneofyourfiles.odf (or .doc, .pdf, .mp3, .jpg etc). This is generally embedded metadata though and it will also appear in Dolphin's F11 information panel. You can search for such "embedded" metadata, for example by: baloosearch author:Carroll Baloo and Dolphin handle a subset of extended attributes: user.xdg.tags, user.xdg.comment and user.baloo.rating and you can search for these by: baloosearch tag:Wonderland It pays to be careful (and do regular backups of your xattr data with getfattr), it's rather too easy to do something to a file and it's read and written back without the xattr. Rotate an image with Gwenview, you'll lose any tags and ratings you might have attached: Bug 431146 Related and maybe worth a reference: Bug 440752 |