Skip to content
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

Macos Installed Library loader Gui Help Please #101

Open
Kaspian34 opened this issue Aug 12, 2024 · 6 comments
Open

Macos Installed Library loader Gui Help Please #101

Kaspian34 opened this issue Aug 12, 2024 · 6 comments

Comments

@Kaspian34
Copy link

Hello,

I installed the Library Loader application with Rustc and Cargo plugins. Script Log works. But there is no Component search screen? How can I handle this step?

8e259a65-ef1a-4ec9-836c-522b95779e1d

@tobiasvogel
Copy link

You do not search for Components via the App. Instead you download the files either through suppliers like mouser or from https://componentsearchengine.com
Thats why the Log says your Downloads-folder is being watched.

@Kaspian34
Copy link
Author

Hello,

Thank you for your answer. What is the purpose of monitoring the downloaded component files, I don't understand?

@tobiasvogel
Copy link

The files downloaded from suppliers like mouser are in a generalized Symbol/Footprint format. The App will watch your Downloads-folder, 'see' those files and fetch the appropriate files for your desired Application, e. g. Kicad.

@olback
Copy link
Owner

olback commented Aug 12, 2024

The file you download from suppliers (Mouser, Digikey, ...) do not actually contain the components. The zip file only contains an ID and the actual files have to be downloaded from componentsearchengine. (this might have changed and the download conatins the actual files?)

This program does just that, watches your downloads folder (or any folder you want) and extracts the ID, downloads the files to your specified library path.

This tool was made primarily for Linux (as an alternative to the Windows-only official program) and have not been extensively tested on MacOS. There are several MacOS issues reported. See the issue tracker before openenign a new issue.

@Kaspian34
Copy link
Author

Now I understand better. Thank you for the information. I was looking for a Library downloader for MacOS for convenience.

@azery90
Copy link

azery90 commented Dec 5, 2024

Hi when you say "This program does just that, watches your downloads folder (or any folder you want) and extracts the ID, downloads the files to your specified library path." where it extracts the zip file, I can't find the component on kicad event after extraction?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants