-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to extract tags colours of iCloud items #355
Comments
Example xattr of an item that has a yellow tag:
NC shows it as grey. |
I've looked into the issue and it turns out Apple breaks its own encoding when writing the "com.apple.metadata:_kMDItemUserTags" extended attribute for iCloud documents. The tags there are always marked as Gray, regardless of an actual colour. Don't know where they store the colour information in this case, any hints are welcome. |
Investigated a bit more. Interestingly enough, Finder does set the correct color information in the xattr, but then it gets immediately overridden into the grey color:
|
Discussed in #354
Originally posted by ww7 August 12, 2024
Tagged files/folders that in sync with iCloud is greyed, NC can't detect the color and operate them.
Another thing, context menu shows only default tags, so any interface to manage them would be good. I'm added script that call
Get Info
from Finder for now.The text was updated successfully, but these errors were encountered: