Skip to main content

DetectedSeriesDto

Detected series information for preview

bookCountintegerrequired

Number of books detected

Possible values: >= 0

metadata object

Metadata extracted during detection

authorstring | nullnullable

Author (for calibre strategy)

publisherstring | nullnullable

Publisher (for publisher_hierarchy strategy)

namestringrequired

Series name as detected

pathstring | nullnullable

Path relative to library root

sampleBooksstring[]required

Sample book filenames (first 5)

DetectedSeriesDto
{
"bookCount": 0,
"metadata": {
"author": "string",
"publisher": "string"
},
"name": "string",
"path": "string",
"sampleBooks": [
"string"
]
}