Quote:
Originally Posted by kovidgoyal
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"]
}