-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Add repository URL field to the Library Manager index #7591
Comments
This could help both #7567 and #6646 https://github.com/scls19fr/arduino_libraries_search can help to automate a part of the task of retrieving a repository url from archive url and website url but sometimes that's not enough. |
This would be really useful. For the arduinolibraries.info website I am currently having to track the repository URLs manually myself in a Google spreadsheet (where they can't be guessed). |
It could be great if you could merge your manually tracked data (when repositories url exists and is still available) |
The repository URL is now available on the library_index.json:
|
This is fantastic, thanks @cmaglie. Having done some checks with the new Should I create a ticket with a list of updates? |
I noticed in bblanchon/ArduinoJson@7e4fcb0 Maybe wiki should document such a field usage. |
It's not part of the Moreover, if at some point the repository is moved the old releases will retain the old
Github automatically redirects to the new url, so it's not really a problem right now. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as resolved.
This comment was marked as resolved.
Hi, Even though I am able to see my library in https://downloads.arduino.cc/libraries/library_index.json, why I can't see on Arduino IDE library list? Thank you for your support. Orkun Gedik |
@orkungedik I can see it: So if you can't see it then it means the problem is specific to your system. This repository is only used for tracking bug reports and feature request, not for user support. The appropriate place for support requests is Arduino Forum: If you post about your problem over there, I'll be happy to provide assistance. |
The Library Manager indexer job must work off a list of repository URLs but this information is not shared in the index file:
http://downloads.arduino.cc/libraries/library_index.json
The repository URL is not needed for the Arduino IDE's Library Manager but it could be very useful for alternative uses of the index by 3rd parties.
url
uses the libraryname
as defined by library.properties rather than the repository name and there is no guarantee they are the same.website
does not necessarily point to the repository.The text was updated successfully, but these errors were encountered: