-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmod.json
98 lines (92 loc) · 2.43 KB
/
mod.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
{
"geode": "4.2.0",
"gd": {
"win": "2.2074",
"mac": "2.2074",
"android": "2.2074"
},
"version": "v2.1.14",
"id": "undefined0.editormusic",
"name": "EditorMusic",
"developer": "undefined0",
"description": "Music in your editor, what's not to like?",
"tags": [ "editor", "music", "enhancement" ],
"early-load": true,
"dependencies": {
"geode.node-ids": "1.19.0",
"geode.custom-keybinds": "1.10.2"
},
"links": {
"source": "https://github.com/undefined06855/EditorMusic"
},
"resources": {
"sprites": [ "./resources/*.png", "./resources/*/*.png" ]
},
"settings": {
"volume": {
"name": "Music volume",
"type": "float",
"default": 0.8,
"min": 0,
"max": 1,
"control": {
"slider": true,
"input": true,
"big-arrows": false,
"arrows": false,
"slider-step": 0.01
}
},
"player-format": {
"name": "Music player layout",
"type": "string",
"default": "default",
"one-of": [ "default", "centered no album", "centered with album" ]
},
"round-corners": {
"name": "Round corners of album cover",
"type": "string",
"default": "round",
"one-of": [ "none", "round", "round with overlay" ]
},
"low-pass": {
"name": "Enable low-pass filter",
"description": "Enable or disable the low-pass filter that makes the sound \"muffled\" when you go deeper into menus.",
"type": "bool",
"default": true
},
"next-song-notif": {
"name": "Next Song notification",
"description": "Shows a little notification with the title of the song in the editor whenever the song changes.",
"type": "bool",
"default": true
},
"media-controls": {
"name": "Windows media control support",
"description": "(Windows only) Enables the mod to listen to media controls to control playing, pausing, next song and previous song.",
"type": "bool",
"default": true,
"platforms": [ "win" ]
},
"extra-songs-path": {
"name": "Extra songs path",
"type": "folder",
"description": "If this is set to a path, EditorMusic will take songs from here as well as the config folder.",
"default": "(none)"
},
"dev-title": {
"type": "title",
"name": "Other Options"
},
"enable-log": {
"name": "Enable logging",
"description": "Enables logging for easier debugging - will make very large logs, only enable if you need to!",
"type": "bool",
"default": false
},
"reload-songs": {
"name": "Reload songs",
"type": "custom:reload-song-button"
}
}
}