I'm looking for some input as to how other users have learned to deal with EAGLE's weird library organization (maybe I just don't understand it). I have a vision for how I'd like to see my own custom libary implemented, but it doesn't seem possible. My company is switching to EAGLE for PCB design (I have a couple years of experience with this tool already) and I need to make a library structure that has components from our inventory--complete with the inventory part numbers etc... However, it doesn't seem obvious to me how I'd make a library with the following structure:
COMPANY_LIB
RESISTORS
SMD
...
THROUGH_HOLE
CAPACITORS
SMD
CERAMIC
...
ELECTROLYTIC
...
THROUGH_HOLE
...
MISC. IC
SMD
...
THROUGH_HOLE
...
Etc...
From what I can tell, adding folders within the Control Panel/Libraries/ area has no effect on what you see when you go to add a part in a schematic, i.e., despite your library being in a folder named "Company", it just shows up in the long list as the name of the library. I hope that someone else may be familiar with this question and have an elegant solution. Thanks in advance for any advice!