View Single Post
Old 05-10-2015, 03:16 PM   #75
Siard
Member
Siard began at the beginning.
 
Siard's Avatar
 
Posts: 11
Karma: 10
Join Date: Jun 2013
Location: The Netherlands
Device: Kobo Glo
Quote:
Originally Posted by davidfor View Post
The utilities plugin can display these change or delete these settings for a book. It can set and delete them for a group of books, but viewing them is one at a time.

To see them all, this will show all books with their own reading settings is:
SELECT c.ContentID, Title, Attribution, ReadingFontFamily, ReadingFontSize, ReadingAlignment, ReadingLineHeight, ReadingLeftMargin, ReadingRightMargin FROM content c JOIN content_settings cs USING (ContentID)
As a Linux user, I found 'sqlitebrowser' (in the Debian repositories). It is a simple program, with which you can view (and edit, if needed) the contents of an SQLite DB in a spreadsheet-like way. Familiarity with SQL commands is not needed.
But there are similar programs for Windows.
Siard is offline   Reply With Quote