As well as errors in the names, it will also include recommendations and previews. The query calibre uses is roughly:
Code:
SELECT DISTINCT Attribution
FROM content
WHERE BookID IS NULL
AND IsDownloaded in ('true', 1 )
AND Accessibility IN (-1, 1, 2, 8, 9)