planbnet / QuickNFO

Quicklook Plugin for NFO files
289 stars 24 forks source link

Alternative on Mac OS Ventura (Apple Silicon) #19

Open bplace opened 1 year ago

bplace commented 1 year ago

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

<key>LSItemContentTypes</key>
<array>
    <string>public.data</string>
    <string>public.content</string>
    <string>com.byteproject.ascension.nfo</string>
</array>

Source : https://github.com/whomwah/qlstephen/issues/23

Would be nice to have Ascension's font BlockZone used for preview, alas this feature is missing in QLStephen.

Preview not working anymore

If it stops working, maybe another LSItemContentTypes got associated with the NFO file. I had to again mdls -name kMDItemContentType and add the new content type, org.planbnet.nfo, to QLStephen's info.plist

Run the qlmanage commands and restart the finder, et voilà :)

Saratxe commented 1 year ago

Didn't work for me. :-(

vigo commented 12 months ago

qlstephen worked as expected but quicknfo did not :(