-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanager.json
126 lines (126 loc) · 2.99 KB
/
manager.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
[
{
"title": "autocrop,autoload",
"git":"https://github.com/mpv-player/mpv",
"whitelist":"autocrop%.lua$|autoload%.lua$",
"dest":"~~/scripts"
},
{
"title": "chapterskip",
"git": "https://github.com/po5/chapterskip",
"whitelist": "%.lua$",
"dest": "~~/scripts"
},
{
"title": "celebi",
"git": "https://github.com/po5/celebi",
"whitelist": "%.lua$",
"dest": "~~/scripts"
},
{
"title": "coverart",
"git": "https://github.com/po5/mpv-coverart",
"branch": "any-image-fallback",
"whitelist": "%.lua$",
"dest": "~~/scripts"
},
{
"title": "crop",
"git": "https://github.com/po5/mpv-scripts-2",
"whitelist": "crop%.lua$",
"dest": "~~/scripts"
},
{
"title": "evafast",
"git": "https://github.com/po5/evafast",
"branch": "rewrite",
"whitelist": "%.lua$",
"dest": "~~/scripts"
},
{
"title": "groupwatch_sync",
"git": "https://github.com/po5/groupwatch_sync",
"whitelist": "%.lua$",
"dest": "~~/scripts"
},
{
"title": "manager",
"git": "https://github.com/po5/mpv_manager",
"whitelist": "%.lua$",
"dest": "~~/scripts"
},
{
"title": "memo",
"git": "https://github.com/po5/memo",
"whitelist": "%.lua$",
"dest": "~~/scripts"
},
{
"title": "pointer-event",
"git": "https://github.com/christoph-heinrich/mpv-pointer-event",
"whitelist": "pointer%-event%.lua$",
"dest": "~~/scripts"
},
{
"title": "sub-seek-two",
"git": "https://gist.github.com/po5/9de69c90f9dc44427e58b1a2f9ad4ffd",
"whitelist": "%.lua$",
"dest": "~~/scripts"
},
{
"title": "thumbfast",
"git": "https://github.com/po5/thumbfast",
"whitelist": "%.lua$",
"dest": "~~/scripts"
},
{
"title": "trackselect",
"git": "https://github.com/po5/trackselect",
"whitelist": "%.lua$",
"dest": "~~/scripts"
},
{
"title": "uosc",
"git": "https://github.com/tomasklaen/uosc",
"branch": "main",
"whitelist": "fonts",
"dest": "~~/fonts"
},
{
"title": "uosc",
"git": "https://github.com/tomasklaen/uosc",
"branch": "main",
"whitelist": "scripts/uosc",
"dest": "~~/scripts/uosc"
},
{
"title": "webm",
"url": "https://github.com/ekisu/mpv-webm/releases/download/latest/webm.lua",
"dest": "~~/scripts"
},
{
"title": "adaptive-sharpen",
"git": "https://gist.github.com/igv/8a77e4eb8276753b54bb94c1c50c317e",
"whitelist": "%.glsl$",
"dest": "~~/shaders"
},
{
"title": "KrigBilateral",
"git": "https://gist.github.com/igv/a015fc885d5c22e6891820ad89555637",
"whitelist": "%.glsl$",
"dest": "~~/shaders"
},
{
"title": "PixelClipper",
"git": "https://github.com/Artoriuz/glsl-pixel-clipper",
"branch": "main",
"whitelist": "pixelclipper_downscaling%.glsl$",
"dest": "~~/shaders"
},
{
"title": "ravu",
"git": "https://github.com/bjin/mpv-prescalers",
"whitelist": "compute/ravu%-zoom%-ar%-r3%.hook$",
"dest": "~~/shaders"
}
]