QuickLook.Plugin/QuickLook.Plugin.InsvBlocker/README.md
This plugin prevents QuickLook from handling .insv files (Insta360 panoramic video files).
Insta360Studio has its own QuickLook application with the same name and activation method (pressing spacebar). When both applications are installed, pressing space on .insv files would cause both QuickLook windows to appear, creating a conflict.
This plugin solves that issue by having QuickLook claim the file (via high priority) but immediately close without displaying anything, allowing Insta360Studio's QuickLook to handle the file instead.
int.MaxValue (highest priority, checked before all other plugins)true for CanHandle() on files with .insv extensionPrepare()View() using DispatcherPriority.SendThe plugin prevents the QuickLook window from becoming visible by:
.insv files with highest priorityThis approach ensures that Insta360Studio's QuickLook can handle the file without interference.