Open reggi opened 3 years ago
Apparently MacOS is not allowing this file type to be modified. It seems like no app can enable preview for ts files on Big Sur.
https://findergg.com/ https://github.com/samuelmeuli/glance/blob/master/QLPlugin/Info.plist#L36 https://github.com/sbarex/SourceCodeSyntaxHighlight
If we only could remove the transport stream assignment. How can this be completely locked by the OS?
I am trying to use QLStephen to show quick look for
.ts
files (public.mpeg-2-transport-stream
).I added a couple of
kMDItemContentType
ids to theInfo.plist
.For some reason all of the ones I added work / show up in the list (using
qlmanage -m | sort
) exceptpublic.mpeg-2-transport-stream
.My question is why do all of these show up, except for the
public.mpeg-2-transport-stream
?I believe this same issue is happening with
qlcolorcode
.