Skip to content

Documentation does not reflect Calibre JSON format support #7

@nikclayton

Description

@nikclayton

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions