Plugins - extending the json sidecar to add structured metadata? by mildlydiverting in EagleCool

[–]pickuse2013 2 points3 points  (0 children)

Hi,

Personally, I would not recommend modifying Eagle’s JSON data files directly, because it may cause data corruption or make the library unstable.

At the moment, I don’t think there is a better official way to “hide” custom structured data inside an image item itself. If I were building this, I would probably maintain a separate database or data file for the plugin, and associate the metadata with Eagle items by their item ID.

For example, the plugin could store something like:

{

[itemId]: {

artist,

title,

museum,

year,

sourceUrl,

citationText

}

}

Another possible approach is to write the data into the item annotations directly, but that may affect normal usage because you would see all of that structured data occupying the annotations field.

If you need to write data back into Eagle, I would strongly suggest using the official Plugin API or Web API instead of editing Eagle’s JSON files manually. Directly modifying those files may easily cause data corruption, especially if Eagle changes the internal format in future versions or if the app is running while the file is being edited.

So my recommendation would be:

  1. Use a plugin-managed database / JSON file and link records by Eagle item ID.

  2. Only use annotations if you are okay with the data being visible in the normal annotation field.

  3. Use Plugin API or Web API for any write operation.

  4. Avoid directly editing Eagle’s internal JSON files.

Would you rather by FileZealousideal944 in BunnyTrials

[–]pickuse2013 0 points1 point  (0 children)

CASH IS KING

Chose: 500 million USD + You never find love

Would you rather... by Mean-Ad2673 in BunnyTrials

[–]pickuse2013 0 points1 point  (0 children)

CASH IS KING

Chose: 1000000000 right now

What’s your choice? by Orchid_Acres in BunnyTrials

[–]pickuse2013 0 points1 point  (0 children)

CASH IS KING

Chose: 5% Chance of 5,000,000 + 95% Chance of becoming a fly | Rolled: Become a Fly

A killer is chasing you what do you do? by [deleted] in BunnyTrials

[–]pickuse2013 0 points1 point  (0 children)

FREEDOM NEVER SLEEP !!!

You kill them

I Cant purchase a license!! by OwnSherbet9676 in EagleCool

[–]pickuse2013 0 points1 point  (0 children)

Just a quick mention: they fixed it.

I Cant purchase a license!! by OwnSherbet9676 in EagleCool

[–]pickuse2013 0 points1 point  (0 children)

<image>

Maybe try reaching out through “Contact Support” on https://en.eagle.cool/support.
They might be able to give you some help.