dreampiggy / AVIFQuickLook

AVIF QuickLook plugin on macOS
MIT License
171 stars 5 forks source link

Catalina #2

Closed artem-tepponen closed 4 years ago

artem-tepponen commented 4 years ago

Great plugin, but I've got into problems installing it on macOS Catalina 10.15.4 (19E287) I didn't even had ~/Library/QuickLook folder, created this folder and put the plugin here, nothing happened. Tried to run the binary with Control key so it gets "registered", didn't help. Only after I put the plugin into /Library/QuickLook it started to work

Maybe Readme file needs some corrections?

transitive-bullshit commented 4 years ago

This worked for me as well. Additionally I had to open the package contents and run the AVIF.app directly and then bypass the OS warning screen by selecting Open to whitelist the app.

Thanks!

dreampiggy commented 4 years ago

Added the readme for this: https://github.com/dreampiggy/AVIFQuickLook/commit/8ffbf36aeed510398dbed750799f55aa5cb571c5.

Thanks for reply. This tools is for my personal usage. So maybe this will no active response and commit 😂

transitive-bullshit commented 4 years ago

Thanks @dreampiggy -- this is super useful and the only one of its kind I was able to find. 🙏

dreampiggy commented 4 years ago

This tools is mostly based on a third party codec: https://github.com/AOMediaCodec/libavif

It already upgrade many versions, but currently this plugin use an old libavif. I can bump and use the latest commit to build another version, or setup something like GitHub action to automatic release.

Need some time to do :)