-
-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List all downloads in a machine-readable format #608
Comments
The website has versions.yml, and it will have every stable release listed in it at some point, as well as pre-release entries for current testing builds. But I don't think we will be adding old pre-releases, it's just too much data to track in that file, and it's not useful to most beyond the testing window. |
So This doesn't look ideal, I admit, but these files shouldn't go anywhere in the foreseeable future. So you should be able to rely on them until we have something more organized. |
Thanks! Yes, The new godot-builds repo is extremely useful as Github offers both a json-api and better download speeds. As far as I'm concerned this issue can be closed |
Very well! :) |
I just wanted to check, cause there was a bug opened on godot-builds repository, and I wanted to make sure I had clarification. Is there a break in the build process, that is not uploading releases to tuxfamily, or is Godot moving away from Tuxfamily, and strictly using godot-builds for the mirror now? |
TuxFamily has been out of order the whole week, so we couldn't upload the builds there. We'll upload them when we can, but from now on the reference should be https://github.com/godotengine/godot-builds. |
Apps like Hourglass by @jameswestman, Godot Manager by @eumario and my own Godot Version Manager all offer a way to download any Godot version and assign it to a project.
Right now Godot Manager and Godot Version Manger are scraping https://downloads.tuxfamily.org/godotengine/ to build our download database but it feels really hacky. You need to rely on folder/file name to get metadata like version number, rc/beta/stable status, platform, etc. Hourglass, on the other hand, is updating a versions.cfg file which means new versions are not instantly available on the app.
Github Releases is somewhat viable and some of the aforementioned projects offer it as a mirror. Unfortunately it only contains stable releases.
A /downloads.json file containing a json dictionary would be really useful.
I imagine the structure could be something like this:
There's probably a better way to structure it but just to give a general idea.
The text was updated successfully, but these errors were encountered: