RhetTbull / osxmetadata

Python package to read and write various MacOS extended attribute metadata such as tags/keywords and Finder comments from files. Includes CLI tool for reading/writing metadata.
MIT License
117 stars 2 forks source link

kMDItemContentTypeTree is type __NSArrayI which is not JSON serializable #95

Closed RhetTbull closed 1 year ago

RhetTbull commented 1 year ago

Need type conversion for kMDItemContentTypeTree which causes --backup to crash on Ventura 13.1

RhetTbull commented 1 year ago

Fixed in v1.3.0