I live with with EagleFiler comfortably and its library size grows up to 6000 records with 5.1GB.
Now, I plan to split current library [main] to multi libraries. The library [main] has TAGS with about 200 tags and three generation config (parent tag-child tag-grandchild tag).
I wish to keep the same TAGS in new library (say, [sub]) as of [main].
My trial is as follows.
select one record (dummy) of [main] library and open Show Tag window
check mark of all tags in that window
copy this dummy record to [sub] library
TAGS of [sub] library changes to three generation config just same as TAGS of [main]
I wonder there is better and smart way to copy TAGS from one library to other library.
In more general, is there any way to share TAGS among multi-library?
As for synchronizing the TAGS, I just start to write Script in the following story.
select one record (dummy) of [main] as reference.
this record is assigned with all tags in TAGS of [main]
copy this record to other libraries one by one
I think TAGS of all library seem to synchronize via this Script when reference (dummy) record of [main] has additional tags, changed configuration of tags, and more.
However, is there any way to synchronize the TAGS among libraries more directly, for example, using assigned tags (list of tag) of library record of [main]?
The tag objects are specific to the library, so you cannot use AppleScript to assign tags from one library to a record in a different library. You could, however, loop over the list of tags in one library document and create the ones that are missing in the other library (using tag “name”).
If anyone has written a script (and can tell me how to paste it!) to cause EF to use my custom list of tags to show up by default in all new libraries that I create, I would appreciate it! Thank you.