-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathmanager.json
156 lines (156 loc) · 4.11 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
[
{
"git":"https://github.com/po5/evafast",
"branch":"rewrite",
"whitelist":"%.lua$",
"dest":"~~/scripts"
},
{
"git":"https://github.com/stax76/mpv-scripts",
"branch":"main",
"whitelist":"delete_current_file%.lua$",
"dest":"~~/scripts"
},
{
"git":"https://github.com/dyphire/mpv-scripts",
"branch":"main",
"blacklist":"LICENSE|README.*%.md$|drcbox%.lua$",
"dest":"~~/scripts"
},
{
"git":"https://github.com/dyphire/mpv-playlistmanager",
"branch":"dev",
"whitelist":"playlistmanager%.lua$",
"dest":"~~/scripts"
},
{
"git":"https://github.com/dyphire/mpv-clipboard",
"branch":"dev",
"whitelist":"%.lua$",
"dest":"~~/scripts"
},
{
"git":"https://github.com/dyphire/mpv-sub-assrt",
"whitelist":"%.lua$",
"dest":"~~/scripts"
},
{
"git":"https://github.com/dyphire/mpv-sub-fastwhisper",
"whitelist":"%.lua$",
"dest":"~~/scripts"
},
{
"git":"https://github.com/dyphire/chapterskip",
"branch":"dev",
"whitelist":"%.lua$",
"dest":"~~/scripts"
},
{
"git":"https://github.com/dyphire/Eisa01_mpv-scripts",
"branch":"dev",
"whitelist":"undoredo%.lua$|simplehistory%.lua$|simplebookmark%.lua$|smartcopypaste_*%.lua$",
"dest":"~~/scripts"
},
{
"git":"https://github.com/dyphire/autosubsync-mpv",
"branch":"v0.33_CM",
"whitelist":"readme%.md$|%.lua$",
"dest":"~~/scripts/autosubsync"
},
{
"git":"https://github.com/dyphire/trakt-scrobble",
"branch":"main",
"blacklist":"config%-example%.json$",
"dest":"~~/scripts/trakt-scrobble"
},
{
"git":"https://github.com/open-dynaMIX/simple-mpv-webui",
"branch":"main",
"whitelist":"readme%.md$|main%.lua$|webui%-page",
"dest":"~~/scripts/simple-mpv-webui"
},
{
"git":"https://github.com/christoph-heinrich/mpv-quality-menu",
"whitelist":"qualityu%-menu%.lua$",
"dest":"~~/scripts"
},
{
"git":"https://github.com/christoph-heinrich/mpv-subtitle-lines",
"whitelist":"subtitle%-lines%.lua$",
"dest":"~~/scripts"
},
{
"git":"https://github.com/cvzi/mpv-youtube-download",
"branch":"main",
"whitelist":"%.lua$",
"dest":"~~/scripts"
},
{
"git":"https://codeberg.org/jouni/mpv_sponsorblock_minimal",
"whitelist":"sponsorblock_minimal%.lua$",
"dest":"~~/scripts"
},
{
"git":"https://github.com/CogentRedTester/mpv-file-browser",
"whitelist":"main%.lua$|readme%.md$|doc|modules",
"dest":"~~/scripts/file-browser"
},
{
"git":"https://github.com/CogentRedTester/mpv-sub-select",
"whitelist":"sub%-select%.lua$",
"dest":"~~/scripts"
},
{
"git":"https://github.com/CogentRedTester/mpv-scripts",
"whitelist":"cycle%-commands%.lua$",
"dest":"~~/scripts"
},
{
"git":"https://github.com/CogentRedTester/mpv-scroll-list",
"whitelist":"scroll%-list%.lua$",
"dest":"~~/script-modules"
},
{
"git":"https://github.com/CogentRedTester/mpv-file-browser",
"whitelist":"favourites%.lua$|find%.lua$|home%-label%.lua$|url%-decode%.lua$|windir%.lua$|winroot%.lua$",
"dest":"~~/script-modules/file-browser-addons"
},
{
"git":"https://gist.github.com/igv/8a77e4eb8276753b54bb94c1c50c317e",
"whitelist":"%.glsl$",
"dest":"~~/shaders/igv"
},
{
"git":"https://gist.github.com/igv/a015fc885d5c22e6891820ad89555637",
"whitelist":"%.glsl$",
"dest":"~~/shaders/igv"
},
{
"git":"https://gist.github.com/igv/2364ffa6e81540f29cb7ab4c9bc05b6b",
"whitelist":"%.glsl$",
"dest":"~~/shaders/igv"
},
{
"git":"https://gist.github.com/igv/36508af3ffc84410fe39761d6969be10",
"whitelist":"%.glsl$",
"dest":"~~/shaders/igv"
},
{
"git":"https://github.com/Artoriuz/glsl-joint-bilateral",
"branch":"main",
"whitelist":"jointbilateral%.glsl$",
"dest":"~~/shaders/other"
},
{
"git":"https://github.com/Artoriuz/glsl-pixel-clipper",
"branch":"main",
"whitelist":"%.glsl$",
"dest":"~~/shaders/other"
},
{
"git":"https://github.com/bloc97/Anime4K",
"whitelist":"%.md$|%.glsl$",
"blacklist":"tensorflow",
"dest":"~~/shaders/Anime4k"
}
]