-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathmod.json
More file actions
96 lines (96 loc) · 2.62 KB
/
mod.json
File metadata and controls
96 lines (96 loc) · 2.62 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
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
{
"geode": "5.3.0",
"version": "3.6.0",
"id": "fleym.nongd",
"name": "Jukebox",
"gd": {
"win": "2.2081",
"mac": "2.2081",
"ios": "2.2081",
"android": "2.2081"
},
"developers": [
"Fleym",
"Flafy"
],
"description": "A simple song manager for Geometry Dash",
"repository": "https://github.com/Fleeym/jukebox",
"links": {
"community": "https://discord.gg/maSgd4zpEF",
"source": "https://github.com/Fleeym/jukebox"
},
"issues": {
"info": "For any issues regarding this mod, send me a message on my discord: 'fleeym', or open an issue on the project's GitHub. If you can, please give the level or song ID that you are having problems with.",
"url": "https://github.com/Fleeym/jukebox/issues"
},
"tags": [
"music",
"online",
"utility",
"interface"
],
"settings": {
"downloads": {
"name": "Downloads",
"type": "title"
},
"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
}
]
},
"download-timeout": {
"name": "Download timeout (s)",
"description": "How many seconds to wait when downloading a song until the download cancels",
"type": "int",
"default": 60,
"min": 30
},
"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
},
"fix-empty-size": {
"name": "Fix 0.0B",
"type": "bool",
"description": "Fixes levels with multiple songs (and sfx) showing 0.0B size.",
"default": true
},
"experimental-title": {
"name": "Experimental",
"type": "title",
"description": "Settings that may improve your life, or crash your game. Have fun! :)"
},
"autocomplete-metadata": {
"name": "Autocomplete metadata",
"type": "bool",
"description": "Try to autocomplete song info from metadata when adding. Causes a tiny bit of lag after picking a song file. Doesn't play nice with UTF-8, at the moment",
"default": false
}
},
"resources": {
"spritesheets": {
"JukeboxSheet": [
"resources/*.png"
]
}
}
}