Closed 42CrMo4 closed 4 months ago
Thank you very much,
I was not aware of this possibility. Admittedly, I have not yet sufficiently familiarized myself with the possibilities offered by github. But do I understand correctly that this is primarily about metadata.json in the repo on github?
Yes, I think the two repos I link to only use it to prepare the metadata.json and zip creation. But I think it should also be possible to interact with your gitlab account via an API access token. To automatically fork, edit and commit. If you're interested, I'll check.
Github (or Gitlab) actions are super powerful and useful. For Kicad designs I can recommend Kibot.
Sorry for the late reply. I had created generate_zip.sh which made my life much easier. This also creates the metadata file, even if only in a zip file. As long as the repo file is cloned directly into kicad, I don't think it matters if the data in it is up to date. generate_zip.sh already adjusts the corresponding lines.
I currently have other things that I would like to integrate into the plugin and would of course be happy if you would have fun implementing them with me.
On the one hand, I would like to update the libraries to the current version or bring them up to date before I import them via “kicad-cli sym upgrade Samacsys.lib -o Samacsys.kicad_sym”. This would prevent me from having to import both the old and the new library pre-mat. It would have some advantages.
The other is that I would very much like to use the functionality of easyeda2kicad.py and simplify the import of easyeda files.
Maybe you'd like to. Neither is overly complicated.
Hey, no problem. That is fair enough. So I will close this issue. I will see if I can address some of the topics mentioned, but I have to admit that my programming knowledge is very basic.
kicad_cli.py The update process is already prepared and only needs to be integrated. You probably have to put the files to be imported into a temporary directory, then update them with kicad-cli and then import them into the existing structure. So copying would be the first step.
easyeda2kicad.py
I have packed the library into the plugin directory in the zip file (generate_zip.sh). This should prevent any import problems. I have also already expanded the gui. Only the function ButtomManualImport
needs to be written impart_gui.py#L140.
If you feel like it feel free to collaborate I will check the code anyway and adjust it if necessary.
Hi there,
I don't know how much trouble this is, but I just wanted to point out that you could automate the release and metadata creation for the KiCad PCM with github action. Here are two repos I found that do this:
espressif-kicad-libraries Bouni-kicad-jlcpcb-tools
If you are aware of this and do not need it, feel free to close this issue.
Cheers.