Skip to main content

UserPluginCapabilitiesDto

Plugin capabilities for display (user plugin context)

readSyncbooleanrequired

Can sync reading progress

userRecommendationProviderbooleanrequired

Can provide recommendations

wantsDetailedProgressbooleanrequired

Consumes the per-book reading-progress breakdown (readBooks); when set, the host attaches per-book volume/chapter/page detail to sync entries.

wantsFullMetadatabooleanrequired

Consumes enriched series data (tags/genres/bibliographic block, and admin-permitted custom metadata) on the entries the host sends.

UserPluginCapabilitiesDto
{
"readSync": true,
"userRecommendationProvider": true,
"wantsDetailedProgress": true,
"wantsFullMetadata": true
}