-
Notifications
You must be signed in to change notification settings - Fork 107
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
Load custom_packs.json from a link #272
Comments
I don't think I understand what you're trying to do here. Can you rephrase it, or use an example for that? |
Hi, what I mean is custom_packs.json there are fields to input our own links to download. Is there a way I can upload custom_packs.json to a link then put the link in custom_packs.json. So everytime when AIO launches it will load the custom_packs.json from the custom link. |
Sounds incrdible confusing to me!?! Why all this work? Or if it's in the pack then just give a link inside "custom_packs.json" under the "misc" with a zipfile containing the "new" custom_packs.json then it can be downloaded hundred times! What??? Sounds like a loop for me and I'm still confused (and I think HamletDuFromage also) |
What Mr. Foot slave suggested kinda does what you want
If you're able to provide a static link for that custom_packs.json stored on your server, I'd assume you'd be able to provide static links for all the other files you want to download. I will not implement what you're asking for, it's just too confusing and too specific |
alright, yeah that is what I am currently doing now example: { So the person would have the manually press "Update AIO List" every time, I just thought it would be more convenient to auto load from a static link which I can update the custom_packs.json from the backend. It was hard to explain in words in my 1st post. |
Why don't you just do a key called "latest firmware" and "latest atmosphere"? Sure your user wouldn't know which version you're talking about, but it'd be straight forward. But yeah, other than that your current method will have to do I'm afraid |
yeah that works too. |
Is it possible to load custom_packs.json from a link hardcoded in custom_packs.json itself but it is hidden from AIO UI?
This is so that we can just update the custom_packs.json from the link itself and AIO Updated will pick up the latest custom_packs.json from the link.
The text was updated successfully, but these errors were encountered: