-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
47 lines (47 loc) · 1.53 KB
/
module.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
{
"id": "audio-metadata-reader",
"name": "audio-metadata-reader",
"title": "Audio Metadata Reader",
"description": "Allows setting the title of Playlist Sounds based on the audio metadata of the underlying files.",
"authors": [
{
"name": "Johannes Loher",
"email": "[email protected]",
"discord": "ghost#2000",
"ko-fi": "ghostfvtt"
}
],
"url": "https://github.com/ghost-fvtt/audio-metadata-reader",
"license": "https://raw.githubusercontent.com/ghost-fvtt/audio-metadata-reader/v1.0.1/LICENSE.md",
"readme": "https://raw.githubusercontent.com/ghost-fvtt/audio-metadata-reader/v1.0.1/README.md",
"bugs": "https://github.com/ghost-fvtt/audio-metadata-reader/issues",
"changelog": "https://raw.githubusercontent.com/ghost-fvtt/audio-metadata-reader/v1.0.1/CHANGELOG.md",
"version": "1.0.1",
"compatibility": {
"minimum": "10.279",
"verified": "10"
},
"minimumCoreVersion": "10.279",
"compatibleCoreVersion": "10",
"esmodules": ["audio-metadata-reader.js"],
"styles": ["styles/audio-metadata-reader.css"],
"languages": [
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"manifest": "https://github.com/ghost-fvtt/audio-metadata-reader/releases/latest/download/module.json",
"download": "https://github.com/ghost-fvtt/audio-metadata-reader/releases/download/v1.0.1/module.zip",
"flags": {
"fvttdevleague": {
"package-jam": 2022
}
}
}