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

Alternative on Mac OS Ventura (Apple Silicon) #20

Closed
bplace opened this issue Mar 27, 2023 · 0 comments
Closed

Alternative on Mac OS Ventura (Apple Silicon) #20

bplace opened this issue Mar 27, 2023 · 0 comments

Comments

@bplace
Copy link

bplace commented Mar 27, 2023

Have switched to Apple Silicon with Ventura recently, here's my solution to have OKish preview on NFO files :

  • install QLStephen - I did using brew
  • run mdls -name kMDItemContentType file.nfo using a NFO of your choice
    • I have Ascension installed, so I got kMDItemContentType = "com.byteproject.ascension.nfo" as result, you may get something else
  • open ~/Library/QuickLook/QLStephen.qlgenerator/Contents/Info.plist with the editor of your choice
  • below LSItemContentTypes, you'll find en array with content types, I added the content type for NFO on my setup :
<key>LSItemContentTypes</key>
<array>
    <string>public.data</string>
    <string>public.content</string>
    <string>com.byteproject.ascension.nfo</string>
</array>
  • run qlmanage -r and qlmanage -r cache
  • restart the finder (alt - cmd - Esc)
  • test the preview

Source : whomwah/qlstephen#23

@bplace bplace closed this as not planned Won't fix, can't repro, duplicate, stale Mar 27, 2023
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