-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDependencyControl.json
More file actions
56 lines (56 loc) · 3.17 KB
/
DependencyControl.json
File metadata and controls
56 lines (56 loc) · 3.17 KB
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
{
"dependencyControlFeedFormatVersion": "0.3.0",
"name": "Ghegghe's Automation Scripts",
"description": "Main repository for Ghegghe's automation scripts.",
"baseUrl": "https://github.com/Ghegghe/aegis-lua-scripts",
"url": "@{baseUrl}",
"fileBaseUrl": "https://raw.githubusercontent.com/Ghegghe/aegis-lua-scripts",
"maintainer": "Ghegghe",
"knownFeeds": {
"line0scripts": "https://raw.githubusercontent.com/TypesettingTools/line0-Aegisub-Scripts/master/DependencyControl.json",
"a-mo": "https://raw.githubusercontent.com/TypesettingTools/Aegisub-Motion/DepCtrl/DependencyControl.json",
"SubInspector": "https://raw.githubusercontent.com/TypesettingTools/SubInspector/master/DependencyControl.json",
"ASSFoundation": "https://raw.githubusercontent.com/TypesettingTools/ASSFoundation/master/DependencyControl.json",
"ffi-experiments": "https://raw.githubusercontent.com/torque/ffi-experiments/master/DependencyControl.json",
"lyger-scripts": "https://raw.githubusercontent.com/TypesettingTools/lyger-Aegisub-Scripts/master/DependencyControl.json",
"unanimated-scripts": "https://raw.githubusercontent.com/unanimated/luaegisub/master/DependencyControl.json",
"coffeeflux-scripts": "https://raw.githubusercontent.com/TypesettingTools/CoffeeFlux-Aegisub-Scripts/master/DependencyControl.json",
"myaamori-scripts": "https://raw.githubusercontent.com/TypesettingTools/Myaamori-Aegisub-Scripts/master/DependencyControl.json",
"petzku-scripts": "https://raw.githubusercontent.com/petzku/Aegisub-Scripts/master/DependencyControl.json",
"zahuczky-scripts": "https://raw.githubusercontent.com/Zahuczky/Zahuczkys-Aegisub-Scripts/main/DependencyControl.json",
"zeref-aegisub-scripts": "https://raw.githubusercontent.com/TypesettingTools/zeref-Aegisub-Scripts/main/DependencyControl.json",
"phoscity-scripts": "https://raw.githubusercontent.com/PhosCity/Aegisub-Scripts/main/DependencyControl.json",
"zeref-scripts": "https://raw.githubusercontent.com/TypesettingTools/zeref-Aegisub-Scripts/main/DependencyControl.json",
"arch1t3cht-scripts": "https://raw.githubusercontent.com/TypesettingTools/arch1t3cht-Aegisub-Scripts/main/DependencyControl.json",
"ILL": "https://raw.githubusercontent.com/TypesettingTools/ILL-Aegisub-Scripts/main/DependencyControl.json",
"Ghegghe": "https://raw.githubusercontent.com/Ghegghe/aegis-lua-scripts/main/DependencyControl.json"
},
"macros": {
"ghe.Whispers": {
"url": "@{baseUrl}#@{namespace}",
"author": "Ghegghe",
"name": "Whispers",
"description": "Transcrive audio to text",
"fileBaseUrl": "@{fileBaseUrl}/@{channel}/macros/@{namespace}",
"channels": {
"main": {
"version": "0.2.0",
"released": "2025-05-24",
"default": true,
"files": [
{
"name": ".lua",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "0DE3FF19157E995C3E81A6947E7ED09574FC2507"
}
]
}
},
"changelog": {
"0.1.0": ["Initial Release"],
"0.1.1": ["Updated logic to work with py ass-whispers"],
"0.2.0": ["Added options for transcription, bugfixes"]
}
}
}
}