fasdfsa's picture
init
fab29d7
[
{
"Name": "Issue #57: Cover extracting issue for EPUB 2 books without a cover and a guide",
"Options": null,
"ContentFiles": [
{
"$id": 1,
"$type": "EpubLocalTextContentFile",
"$content": "epub://Content/toc.ncx",
"FilePath": "Content/toc.ncx",
"Key": "toc.ncx",
"ContentType": "DTBOOK_NCX",
"ContentMimeType": "application/x-dtbncx+xml"
}
],
"ExpectedResult": {
"$file": "test.epub",
"Title": "Test title",
"Author": "John Doe",
"AuthorList": [
"John Doe"
],
"$cover": null,
"Navigation": [],
"Schema": {
"Package": {
"EpubVersion": "EPUB_2",
"Metadata": {
"Titles": [
{
"Title": "Test title"
}
],
"Creators": [
{
"Creator": "John Doe"
}
]
},
"Manifest": {
"Items": [
{
"Id": "ncx",
"Href": "toc.ncx",
"MediaType": "application/x-dtbncx+xml"
}
]
},
"Spine": {
"Toc": "ncx"
}
},
"Epub2Ncx": {
"FilePath": "Content/toc.ncx",
"Head": {},
"DocTitle": "Test title",
"DocAuthors": [
"John Doe"
],
"NavMap": {}
},
"ContentDirectoryPath": "Content"
},
"Content": {
"AllFiles": {
"Local": [
{
"$ref": 1
}
]
}
}
}
}
]