Skip to content
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

Having (some) files unsupported by the plugin but with UTIS included in "public.audiovisual-content" makes quicklook previews/file moves etc hang indefinitely #119

Open
AuroraWright opened this issue Nov 12, 2023 · 1 comment

Comments

@AuroraWright
Copy link

AuroraWright commented Nov 12, 2023

Maybe related to #112
I noticed that having (as an example) .mid or .sf2 (soundfont files) in my Downloads folder (which I also have as a stack in the Dock) makes quicklook previews hang indefinitely (not sure if only for the current folder, as an example my Dock ~/Downloads stack eventually turns into a bunch of empty boxes) and the affected files can't be moved/renamed etc.
As it turns out, both of those are included in "public.audiovisual-content":

.mid:

kMDItemContentType                 = "public.midi-audio"
kMDItemContentTypeTree             = (
    "public.midi-audio",
    "public.audio",
    "public.audiovisual-content",
    "public.data",
    "public.item",
    "public.content"
)

.sf2:

kMDItemContentType                 = "com.soundblaster.soundfont"
kMDItemContentTypeTree             = (
    "com.soundblaster.soundfont",
    "public.audio",
    "public.audiovisual-content",
    "public.data",
    "public.item",
    "public.content"
)

As far as I can tell, removing the affected files/extensions is the only way to prevent this from happening with the quicklook extension active.

@AuroraWright AuroraWright changed the title Having (some) files unsupported by the app but with UTIS included in "public.audiovisual-content" makes quicklook previews/file moves etc hang indefinitely Having (some) files unsupported by the plugin but with UTIS included in "public.audiovisual-content" makes quicklook previews/file moves etc hang indefinitely Nov 12, 2023
@AuroraWright
Copy link
Author

Issue also applies to (much more common) .ogg files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant