View Single Post
Old 12-07-2023, 06:07 PM   #3
yamusing
Enthusiast
yamusing began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Jul 2019
Device: none
Quote:
Originally Posted by kovidgoyal View Post
assuming your metadata is in the comicbookinfo format you can store it as the comment in the cbz file and it will be picked up automatically.
It doesn't seem to work when importing into calibre, how do I do it right?
I have put the json inside the .cbz file and then imported it into calibre, yet it did not populate the fields, do I have to write a plugin for this?

below is the json file in the format you have said it needed to be in that I added to the cbz file that I have imported:
{
"title": "The Amazing Spider-Man",
"#testfield": "test",
"tags": ["Venom", "Marvel", "Classic"]
}

Last edited by yamusing; 12-07-2023 at 06:13 PM.
yamusing is offline   Reply With Quote