mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
let textviewer be piror to videoviewer
This commit is contained in:
@@ -30,7 +30,7 @@ namespace QuickLook.Plugin.VideoViewer
|
|||||||
private FFprobe _probe;
|
private FFprobe _probe;
|
||||||
private ViewerPanel _vp;
|
private ViewerPanel _vp;
|
||||||
|
|
||||||
public int Priority => int.MaxValue - 10; // make it lower than ImageViewer
|
public int Priority => 0 - 10; // make it lower than TextViewer
|
||||||
public bool AllowsTransparency => true;
|
public bool AllowsTransparency => true;
|
||||||
|
|
||||||
public void Init()
|
public void Init()
|
||||||
@@ -56,7 +56,9 @@ namespace QuickLook.Plugin.VideoViewer
|
|||||||
// ass
|
// ass
|
||||||
".ass",
|
".ass",
|
||||||
// apng
|
// apng
|
||||||
".png", ".apng"
|
".png", ".apng",
|
||||||
|
// asterisk (pcmdec)
|
||||||
|
".gsm", ".sln"
|
||||||
};
|
};
|
||||||
|
|
||||||
if (blacklist.Contains(Path.GetExtension(path).ToLower()))
|
if (blacklist.Contains(Path.GetExtension(path).ToLower()))
|
||||||
|
Reference in New Issue
Block a user