Skip to content

Commit 7b9a5b9

Browse files
committed
chore: update some metadata
1 parent e5c9162 commit 7b9a5b9

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,40 @@
22

33
<img src="./logo.png" alt="Jukebox logo" />
44

5-
Jukebox is a song manager for Geometry Dash made with the goal of simplifying the process of swapping Newgrounds (or music library) songs with any NONGs.
5+
Jukebox is a song manager for Geometry Dash made with the goal of simplifying the process of swapping in-game songs with any NONGs.
66

77
## What is a NONG, anyway?
88

9-
NONG stands for **Not On NewGrounds**. Basically, it means any song that is not on Newgrounds / the music library that was replaced manually through the game files.
9+
NONG stands for **Not On NewGrounds**. Basically, it means any song that is not available in-game that was replaced manually through external means.
1010

1111
NONGs have always been a hassle to manage, because some level creators use popular Newgrounds song IDs and replace them with a NONG. So you have to swap those song files around quite a bit if you play a level with the Newgrounds song and a level with a NONG song.
1212

1313
## Start your jukebox!
1414

1515
Jukebox makes the process of managing your songs a breeze. You can download your NONGs using your method of choice. My recommandations are: [Cobalt](https://cobalt.tools/) and [yt-dlp](https://github.com/yt-dlp/yt-dlp), a CLI application. After getting your MP3 file, you can enter a song and author name, for easier management.
1616

17-
> Note that Jukebox copies imported MP3 files in the storage location designated by Geode. You can open this folder from ingame.
17+
> Note that Jukebox copies imported songs in the storage location designated by Geode. You can open this folder from ingame.
1818
1919
Alternatively, you can download songs **ingame** from configurable sources, known as indexes. Jukebox provides the **Song File Hub** index as a base, which is a database of NONGs made specifically for Geometry Dash. Ideally, you should be able to get most of the songs you need from here :)
2020

2121
> You can add your own indexes if you want, more documentation on this will be provided soon!
2222
2323
## So, how do I begin?
2424

25-
You can open up the Jukebox menu from any level page. Just click on the song name, and either a song list (if the level has multiple songs), or the song management screen (if the level only uses 1 song) will open. From here, you can add, remove, download and swap songs.
25+
You can open up the Jukebox menu from any level page. Just click on the song name, and the song management screen will open. From here, you can add, remove, download and swap songs.
2626

2727
## Reporting bugs
2828

29-
You can report bugs on the [Jukebox Discord server](https://discord.gg/SFE7qxYFyU)
29+
You can report bugs on the [Song FIle Hub Discord server](https://discord.gg/SFE7qxYFyU)
3030

3131
## Credits
3232

3333
- The Geode team, for creating such an amazing toolkit
3434
- Flafy, for creating Auto Nong and afterwards becoming a co-developer
3535
- The nice lads over at Song File Hub for managing the biggest NONG database in GD
36-
- hiimjustin, for porting the mod to MacOS
36+
- hiimjasmine, for porting the mod to MacOS
3737
- undefined06855, for helping me with parsing song metadata using FMOD
3838

3939
## Licensing
4040

4141
This mod is licensed under **MIT**, so poke around, everything is free as in speech.
42-

about.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
# Jukebox
22

3-
Jukebox is a song manager for Geometry Dash made with the goal of simplifying the process of swapping Newgrounds (or music library) songs with any NONGs.
3+
Jukebox is a song manager for Geometry Dash made with the goal of simplifying the process of swapping in-game songs with any NONGs.
44

55
## What is a NONG, anyway?
66

7-
NONG stands for **Not On NewGrounds**. Basically, it means any song that is not on Newgrounds / the music library that was replaced manually through the game files.
7+
NONG stands for **Not On NewGrounds**. Basically, it means any song that is not available in-game that was replaced manually through external means.
88

99
NONGs have always been a hassle to manage, because some level creators use popular Newgrounds song IDs and replace them with a NONG. So you have to swap those song files around quite a bit if you play a level with the Newgrounds song and a level with a NONG song.
1010

1111
## Start your jukebox!
1212

1313
Jukebox makes the process of managing your songs a breeze. You can download your NONGs using your method of choice. My recommandations are: [Cobalt](https://cobalt.tools/) and [yt-dlp](https://github.com/yt-dlp/yt-dlp), a CLI application. After getting your MP3 file, you can enter a song and author name, for easier management.
1414

15-
> Note that Jukebox copies imported MP3 files in the storage location designated by Geode. You can open this folder from ingame.
15+
> Note that Jukebox copies imported songs in the storage location designated by Geode. You can open this folder from ingame.
1616
1717
Alternatively, you can download songs **ingame** from configurable sources, known as indexes. Jukebox provides the **Song File Hub** index as a base, which is a database of NONGs made specifically for Geometry Dash. Ideally, you should be able to get most of the songs you need from here :)
1818

1919
> You can add your own indexes if you want, more documentation on this will be provided soon!
2020
2121
## So, how do I begin?
2222

23-
You can open up the Jukebox menu from any level page. Just click on the song name, and either a song list (if the level has multiple songs), or the song management screen (if the level only uses 1 song) will open. From here, you can add, remove, download and swap songs.
23+
You can open up the Jukebox menu from any level page. Just click on the song name, and the song management screen will open. From here, you can add, remove, download and swap songs.
2424

2525
## Reporting bugs
2626

27-
You can report bugs on the [Jukebox Discord server](https://discord.gg/SFE7qxYFyU)
27+
You can report bugs on the [Song FIle Hub Discord server](https://discord.gg/SFE7qxYFyU)
2828

2929
## Credits
3030

3131
- The Geode team, for creating such an amazing toolkit
3232
- Flafy, for creating Auto Nong and afterwards becoming a co-developer
3333
- The nice lads over at Song File Hub for managing the biggest NONG database in GD
34-
- hiimjustin, for porting the mod to MacOS
34+
- hiimjasmine, for porting the mod to MacOS
3535
- undefined06855, for helping me with parsing song metadata using FMOD
3636

3737
## Licensing

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"description": "A simple song manager for Geometry Dash",
1616
"repository": "https://github.com/Fleeym/jukebox",
1717
"links": {
18-
"community": "https://discord.gg/SFE7qxYFyU",
18+
"community": "https://discord.gg/maSgd4zpEF",
1919
"source": "https://github.com/Fleeym/jukebox"
2020
},
2121
"issues": {

0 commit comments

Comments
 (0)