{"id":18736348,"url":"https://github.com/matcool/gd-song-server","last_synced_at":"2025-04-12T19:24:28.571Z","repository":{"id":98990708,"uuid":"312448703","full_name":"matcool/gd-song-server","owner":"matcool","description":"a custom song server for geometry dash, allowing you to bypass songs that aren't allowed and use custom songs","archived":false,"fork":false,"pushed_at":"2022-09-16T00:44:17.000Z","size":45,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"combined","last_synced_at":"2025-03-26T13:45:41.474Z","etag":null,"topics":["geometry-dash"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matcool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-13T02:11:24.000Z","updated_at":"2024-11-15T03:19:32.000Z","dependencies_parsed_at":"2023-06-04T09:04:27.800Z","dependency_job_id":null,"html_url":"https://github.com/matcool/gd-song-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matcool%2Fgd-song-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matcool%2Fgd-song-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matcool%2Fgd-song-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matcool%2Fgd-song-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matcool","download_url":"https://codeload.github.com/matcool/gd-song-server/tar.gz/refs/heads/combined","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248619720,"owners_count":21134519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geometry-dash"],"created_at":"2024-11-07T15:20:25.950Z","updated_at":"2025-04-12T19:24:28.564Z","avatar_url":"https://github.com/matcool.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gd song server\n\nA song server for Geometry Dash with two extra features\n\n## Newgrounds Bypass\n\nThis song server will allow you to use **any** song from newgrounds, whether it's allowed in GD or not.\n\n*you can't use this to download songs that have been removed from newgrounds*\n\n## Custom Songs\n\nYou can add custom songs by providing a direct link to a mp3 file (from Dropbox for example). The page to do so is accessible from `http://localhost:port/`\n\n![screenshot of the main page](https://i.imgur.com/WM4yWEE.png)\n\nTo change the song offset (defaults to 4000000), edit this line in `server.py`\n```py\nCUSTOM_SONG_OFFSET = 4_000_000\n```\n\n## Usage\n\n```\npython server.py [port]\n```\n`port` is optional and defaults to 8080\n\nTo actually use this in GD, you'll need to replace the default song endpoint. To do that you can either:\n\n### MegaHack\n\nManually edit one of the jsons found in the `hacks/` folder (should work for both v5 and v6) and add this\n```json\n{\n    \"name\": \"My Own Song Server\",\n    \"desc\": \"something\",\n    \"opcodes\": [\n        {\n            \"addr\": \"0x2CDF44\",\n            \"on\": \"\u003cyour encoded url\u003e 00\",\n            \"off\": \"68 74 74 70 3A 2F 2F 77 77 77 2E 62 6F 6F 6D 6C 69 6E 67 73 2E 63 6F 6D 2F 64 61 74 61 62 61 73 65 2F 67 65 74 47 4A 53 6F 6E 67 49 6E 66 6F 2E 70 68 70 00\"\n        }\n    ]\n}\n```\nTo get your encoded url, run this bit of code (replace localhost with your actual url)\n```py\n\u003e\u003e\u003e ' '.join(f'{ord(i):X}' for i in 'http://localhost:8080/song')\n'68 74 74 70 3A 2F 2F 6C 6F 63 61 6C 68 6F 73 74 3A 38 30 38 30 2F 73 6F 6E 67'\n```\n\n### EXE Editing\n\nYou can also change the song url by editing the exe and replacing `http://www.boomlings.com/database/getGJSongInfo.php` with `http://your-server/song` (make sure the lengths match) \\\n*you'll have to edit the exe again to go back to default*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatcool%2Fgd-song-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatcool%2Fgd-song-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatcool%2Fgd-song-server/lists"}