When enabling exporting metadata as JSON, it saves a JSON file for every downloadable file if you've set event to "prepare" because "post" doesn't keep track of the file order. Wouldn't it be better to create a JSON file for the entire post, or two JSON files if the post has revisions (one for latest and another for revisions)?
Because you are using "event": "prepare", which triggers once per file.
You could add "filer": "num == 1", but even then it would still not trigger for posts without a file if you care about that.
When enabling exporting metadata as JSON, it saves a JSON file for every downloadable file if you've set event to "prepare" because "post" doesn't keep track of the file order. Wouldn't it be better to create a JSON file for the entire post, or two JSON files if the post has revisions (one for latest and another for revisions)?
I downloaded this post with metadata enabled and it resulted in too many JSON files. It could've saved these as two JSON files and the same amount of information would've been preserved. https://kemono.su/api/v1/fanbox/user/884634/post/4845602 https://kemono.su/api/v1/fanbox/user/884634/post/4845602/revisions