Hi,
When using FileProvider, files visualised in Finder does not trigger a download to visualise or audition the file when hitting space (for quicklook)
Can this be configured somehow?
Hi,
When using FileProvider, files visualised in Finder does not trigger a download to visualise or audition the file when hitting space (for quicklook)
Can this be configured somehow?
You may implement the protocol NSFileProviderThumbnailing
on your extension’s principal class. This will enable the system to send thumbnail requests to your extension. Those thumbnails will be used as the preview in Quick Look, when the item is not downloaded locally.
https://developer.apple.com/documentation/fileprovider/nsfileproviderthumbnailing
What if its an audio file? in my case wav or aif