olback / library-loader

[Unofficial] Samacsys Library Loader for all platforms!
113 stars 22 forks source link

Macos Installed Library loader Gui Help Please #101

Open Kaspian34 opened 2 months ago

Kaspian34 commented 2 months ago

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 commented 2 months ago

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 commented 2 months ago

Hello,

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

tobiasvogel commented 2 months ago

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 commented 2 months ago

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 commented 2 months ago

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