12-04-2008, 08:45 AM | #1 |
Junior Member
Posts: 1
Karma: 10
Join Date: Dec 2008
Device: sony PRS700
|
[Old Thread] Export notes from sony PRS700 reader
Hi,
just a question... How can I export the notes I have written in the electronic reader? thanks in advance... |
12-04-2008, 01:16 PM | #2 |
creator of calibre
Posts: 44,514
Karma: 24495784
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
You can't, since the notes and stored in ebook files, but rather in a separate XML file. A rather silly way of doing things. I might eventually add support for exporting/importing the notes using calibre, but that will take some time.
|
Advert | |
|
09-06-2009, 03:55 AM | #3 |
Junior Member
Posts: 9
Karma: 100
Join Date: Jan 2009
Location: Bucharest, Romania
Device: PRS 700
|
Export notes from sony PRS700 reader ?
Hello,
Any update on this feature? thanks! |
09-06-2009, 05:32 AM | #4 |
Wizard
Posts: 4,553
Karma: 950151
Join Date: Nov 2008
Device: Sony PRS-950, iphone/ipad (Marvin/iBooks/QuickReader)
|
Have you raised a Ticket (or checked to see if there is already one raised) for this as a feature request. If not, then I would suggest that you do as otherwise the request can get lost amongst the flood of other items that need looking at.
|
09-06-2009, 07:36 AM | #5 |
Junior Member
Posts: 9
Karma: 100
Join Date: Jan 2009
Location: Bucharest, Romania
Device: PRS 700
|
#3415
|
Advert | |
|
09-06-2009, 07:49 AM | #6 |
Wizard
Posts: 4,553
Karma: 950151
Join Date: Nov 2008
Device: Sony PRS-950, iphone/ipad (Marvin/iBooks/QuickReader)
|
Wait I guess
At least now you have raised a ticket it will show up whenever these are reviewed to see what work should be done next. |
09-07-2009, 09:39 PM | #7 |
Da'i
Posts: 1,144
Karma: 1217499
Join Date: Oct 2008
Location: Baltimore
Device: Toshiba Thrive, Kobo Touch, Kindle 1, Aluratek Libre, T-Mobile Comet
|
The annotations for epub and pdf books are stored in XML files in the annotations folder.
|
09-07-2009, 10:17 PM | #8 |
Wizard
Posts: 2,366
Karma: 12000
Join Date: Jan 2008
Location: Texas, USA
Device: Kindle; Sony PRS 505; Blackberry 8700C
|
Does that mean that you can easily identify them and transfer them from the reader to a PC/Mac when you've got the reader mounted as a disk drive? Is the XML schema available so that you can parse it?
|
09-07-2009, 10:22 PM | #9 |
creator of calibre
Posts: 44,514
Karma: 24495784
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Yeah it's trivial to do, I just haven't implemented it in calibre because it needs some infrastructure in calibre itself.
|
09-08-2009, 02:24 AM | #10 |
Junior Member
Posts: 9
Karma: 100
Join Date: Jan 2009
Location: Bucharest, Romania
Device: PRS 700
|
|
09-08-2009, 12:08 PM | #11 |
creator of calibre
Posts: 44,514
Karma: 24495784
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
|
11-07-2009, 02:44 AM | #12 |
Junior Member
Posts: 9
Karma: 100
Join Date: Jan 2009
Location: Bucharest, Romania
Device: PRS 700
|
Any future prospects?
Hello!
Any future prospects on this marvelous feature ? |
11-12-2009, 09:00 PM | #13 |
Member
Posts: 20
Karma: 10
Join Date: Oct 2009
Device: PRS600
|
+1 from me.
|
06-29-2010, 07:16 PM | #14 |
Junior? JUNIOR?! OK :-)
Posts: 10
Karma: 42
Join Date: Jun 2010
Device: Sony PRS 600
|
Getting to read annotations/notes
I would LOVE to be able to somehow extract the notes and annotations from my Sony Reader (I have the PRS 600 Touch). It is to me inexplicable that Sony don't permit this with the Reader software (although frankly, that software is cr*p), so I was hoping calibre would permit it by now? If not I will do it myself if somebody can lead me to where the file/s to decrypt are hidden! Thanks.
|
07-01-2010, 12:52 PM | #15 | |
Addict
Posts: 254
Karma: 69786
Join Date: May 2006
Location: Oslo, Norway
Device: Kobo Aura, Sony PRS-650
|
Quote:
Sony seems to use three different schemes for saving annotations (I have only looked at ebub files, for other formats there might be other syntaxes, after all a PDF does not conform to an xml structure): * Freehand scribbles: Saved as SVG, plus an entry in an .annot-file which indicates the position relative to page. Saved in for instance \database\markup\database\media\books\Miguel de Cervantes\The Story of Don Quixote\The Story of Don Quixote - Miguel de Cervantes_45.epub\1277997910049.445.svg on the reader. * Highlighted text: Entries indicate start/end for a "marked" section. The reference includes filename, but it appears that start and end in different xhtml-files is not supported (the annotation won't show on the reader). * Bookmarks: As for highlighted text, but the position indicates a single character only (probably first character of the relevant page) The positions are saved in a .annot file which looks suspiciously like an xml file: For instance \Digital Editions\Annotations\database\media\books\Miguel de Cervantes\The Story of Don Quixote\The Story of Don Quixote - Miguel de Cervantes_45.epub.annot The thing is, the marked text is not itself contained in the XML, it needs to be extracted from the files in the epub. An example reference to a highlight is: <target> <fragment start="29468/0.html#point(/1/4/1/1)" end="29468/0.html#point(/1/4/1/1:27)"/> </target> When I tried to examine the xpointer-ish entry it doesn't seem to be valid for the indicated file, it's probably a reference to an internal rendering of the text. All points seem to start with "/1/4/....." as indicated above, but when I try to find this entry via xpointer in the file I can't use the reference to get to the correct text. For the example it's easy (it's the very first 27 characters of the body), but for instance "29468/0.html#point(/1/4/34/1)" does not refer to the 34th xhtml element of the body. It seems that it ignores certain tags when counting, but I don't know which ones (again, probably it refers to some internal rendering). In addition I'm not familiar with how I could access the relevant text in an epub from code within Calibre, nor how to handle the content with the Calibre data structure if I did manage to extract it. If a more accomplished Python coder would like to try reverse-engineering it I'll help in any way that I can Edit: I also found a file \database\cache\cacheExt.xml, which seems to contain references in a more readable format. It also stores up to a hundred characters of text from highlights, but it's possible to highlight more than that on the reader. I suspect this might be that Sony wants to avoid issues with copyright holders. To get these would definitely be an improvement. Last edited by Man Eating Duck; 07-01-2010 at 01:15 PM. |
|
Tags |
import/export notes, sony reader |
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
DR800 Possible to export notes to PC on DR800 ? | Totalitarian | iRex | 9 | 07-24-2011 11:15 AM |
Request Export Comments/Notes | aidren | enTourage Archive | 1 | 05-18-2010 11:41 PM |
In Dire Need of Workaround to Export Personal Docs with Notes Intact (Sony PRS-600) | Secret Agent Man | Sony Reader | 7 | 03-23-2010 05:40 PM |
PRS-700 Notes Export Works With Some Books, Not Others | luqmaninbmore | Sony Reader | 2 | 10-05-2009 12:40 PM |
The Sony PRS700: the Newest Member of the Sony Reader Family | NatCh | Sony Reader | 293 | 11-24-2008 02:29 AM |