-
Notifications
You must be signed in to change notification settings - Fork 8
/
mod.json
86 lines (86 loc) · 2.47 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
{
"geode": "4.0.0-beta.1",
"version": "3.0.0-beta.8",
"id": "fleym.nongd",
"name": "Jukebox",
"gd": {
"win": "2.2074",
"mac": "2.2074",
"android": "2.2074"
},
"developers": [ "Fleym", "Flafy" ],
"description": "A simple song manager for Geometry Dash",
"repository": "https://github.com/Fleeym/jukebox",
"links": {
"community": "https://discord.gg/SFE7qxYFyU",
"source": "https://github.com/Fleeym/jukebox"
},
"issues": {
"info": "For any issues regarding this mod, send me a message on my discord: 'fleeym'. If you can, please give the level or song ID you are having problems with.",
"url": "https://github.com/Fleeym/jukebox/issues"
},
"tags": [
"music",
"online",
"utility",
"interface"
],
"settings": {
"indexes": {
"name": "Indexes",
"description": "An index is a JSON file that tells Jukebox where to fetch song data from. The default indexes that are provided fetch data from Song File Hub. The system is extensible, so you can add your own indexes!",
"type": "custom:indexes",
"default": [
{
"url": "https://raw.githubusercontent.com/FlafyDev/auto-nong-indexes/v2/auto-nong-index.min.json",
"enabled": true,
"userAdded": false
},
{
"url": "https://raw.githubusercontent.com/FlafyDev/auto-nong-indexes/v2/sfh-index.min.json",
"enabled": true,
"userAdded": false
}
]
},
"visual-title": {
"name": "Visual",
"type": "title"
},
"old-label-display": {
"name": "Old popup flow",
"type": "bool",
"description": "Enables the old way to open the nong popup, by clicking on the song label",
"default": false
},
"experimental-title": {
"name": "Experimental",
"type": "title",
"description": "Settings that may improve your live, or crash your game. Have fun! :)"
},
"fix-empty-size": {
"name": "Fix 0.0B",
"type": "bool",
"description": "Fixes multi asset levels showing 0.0B size. Might cause lag when downloading assets.",
"default": false
},
"autocomplete-metadata": {
"name": "Autocomplete metadata",
"type": "bool",
"description": "Try to autocomplete song info from metadata when adding. Causes a tiny big of lag after picking a song file. Doesn't play nice with UTF-8, at the moment",
"default": false
}
},
"api": {
"include": [
"include/*.hpp"
]
},
"resources": {
"spritesheets": {
"JukeboxSheet": [
"resources/*.png"
]
}
}
}