View Single Post
Old 11-01-2013, 02:42 PM   #1
entodoays
Zealot
entodoays will become famous soon enoughentodoays will become famous soon enoughentodoays will become famous soon enoughentodoays will become famous soon enoughentodoays will become famous soon enoughentodoays will become famous soon enoughentodoays will become famous soon enough
 
entodoays's Avatar
 
Posts: 144
Karma: 706
Join Date: Oct 2011
Device: Sony Reader PRS-T1
Fetching annotations from Sony PRS-T1 in Calibre

It would be interesting to be able to fetch the annotations from the Sony Reader database into Calibre.

There is a plugin called Calibre-annotations which is customisable.

The annotations are simply stored in an Sqlite database (/sony Reader/database/books.db) and are easily extractable with the SQL command:
Code:
SELECT file_name, page, name FROM markups;
Is anyone interested in writing code to support the Sony PRS-T1?
entodoays is offline   Reply With Quote