Quote:
Originally Posted by meme
Now I can also do per library customizations - to show only those custom fields for this library and save them per library name.
|
Have you found the field_metadata class/instance? (self.gui.db.field_metadata, code in library.field_metadata.py)? It contains data descriptions of all the fields in the current library, custom and standard. You can get column datatypes, sort terms, column headings, the meta2 column the data is in, and all sorts of other things from it.