Projektanker / kicad-db-lib

Inspired by Altium, KiCadDbLib creates one or more KiCad Symbol Libraries based on your database. Create and maintain a database for your electric components.
MIT License
53 stars 3 forks source link

Kicad6 #58

Closed gert-lauritsen closed 1 year ago

gert-lauritsen commented 2 years ago

It dosn't seeem to be able to import fra kicad 6 libery.

just-seba commented 2 years ago

Could you provide more information of the steps you did?

gert-lauritsen commented 2 years ago

I installed it, an it start fine, then I set path for my components and so on, but when I try to run build/import nothing comes in. What I think is that since the new library has the .kicad_sym, that it may not import it. I get an empty database, and that is it.

just-seba commented 2 years ago

but when I try to run build/import nothing comes in.

There is no build/import command. Do you mean build? Or do you mean import custom fields?

I get an empty database, and that is it.

There is no database. What is empty? The output library?

gert-lauritsen commented 2 years ago

I have path setting like this: C:\kicad\ c:\Program Files\KiCad\6.0\share\kicad\symbols\ c:\Program Files\KiCad\6.0\share\kicad\footprints\ C:\kicad\library

and when I press import there is a short message that it can't acess c:\user and the rest can't be seen. But it just dosn't import anything.

just-seba commented 2 years ago

It seems that the application is not able to create the directory for the settings to be saved.
The settings are stored at C:\<user>\AppData\Roaming\kicad-db-lib\settings.json.
Could you try running the application as administrator or create the directory by yourself?

gert-lauritsen commented 2 years ago

Doesn't make any different

just-seba commented 2 years ago

I can't reproduce the bug.
Which version do you use?
Could you please send me the content of the settings.json file mentioned earlier. Could by any chance make a short video of what you did and post it here?

gert-lauritsen commented 2 years ago

{"CustomFields":[],"DatabasePath":"C:\kicad\","FootprintsPath":"c:\Program Files\KiCad\6.0\share\kicad\footprints\","OutputPath":"C:\kicad\library","SymbolsPath":"c:\Program Files\KiCad\6.0\share\kicad\symbols\"}

mikhailmihalkov commented 1 year ago

Good afternoon! Unable to convert libraries gives an error... Trying to convert these https://github.com/issus/altium-library

just-seba commented 1 year ago

Good afternoon! Unable to convert libraries gives an error... Trying to convert these https://github.com/issus/altium-library

The application is only compatible with KiCad libraries.

just-seba commented 1 year ago

Closed due to inactivity.