DetectedSeriesDto
Detected series information for preview
bookCountintegerrequired
Number of books detected
Possible values: >= 0
metadata object
oneOf
- null
- DetectedSeriesMetadataDto
null
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": "null",
"name": "string",
"path": "string",
"sampleBooks": [
"string"
]
}