The collections.json example in the documentation appears to be out of date with respect to what is supported.
The Calibre export format
{
"<CollectionName>@<Language>":
{
"items":
[
"<hash>"
],
"lastAccess": <epoch>
}
}
is also valid.
This caused me some missed time while I was trying to figure out why collection creation wasn't working (see my other issue) as I originally thought it was some problem with the output format from the Calibre plugin not being recognised.
The
collections.jsonexample in the documentation appears to be out of date with respect to what is supported.The Calibre export format
is also valid.
This caused me some missed time while I was trying to figure out why collection creation wasn't working (see my other issue) as I originally thought it was some problem with the output format from the Calibre plugin not being recognised.