View Full Version : ebook files on reader
dwbryant2000 12-17-2007, 10:41 PM I noticed today when loading files on the Gen3 that the reader caused other files to be created. Does this mean you can remove some of them and how does this affect the memory requirements for storing ebooks. With only 64 mb available without a SD card (mine does not work) it makes a difference how many stories you have available for reading.
David
HarryT 12-18-2007, 02:21 AM Two files are created when you load a book. One is the "thumbnail image" which appears in the library; the other (the ".mpb" file) stores your current position in the book, bookmarks, etc. Both are very small and have no real impact on storage. You can delete them when you delete the book, but if the book is there and you delete them, they just get re-created.
ashalan 12-18-2007, 05:36 PM As for the .t2b Files. Those are - as HarryT pointed out - the thumbnails files created and used by the CyBook.
If you have an eBook with no cover or the cover integrated in the eBook is not to your liking you could replace the .t2b file that belongs to the book in question with one you like better.
Because I had that need I tried to find information about the .t2b file format. Yet, I could not find anything and came to the conclusion that this must be some proprietary Bookeen format. Stubborn that I am this didn't hold me back however.
Hence I created this :
http://www.psynoptic.com/software/cythumbcreator/cythumbcreator.html
Which you can download from here:
http://www.psynoptic.com/software/cythumbcreator/cythumbcreator.zip
To run this little tool you need the .net 2.0 Framework installed on your computer. If any Linux or Mac User is interested, I might take the time to check if this also works with the Mono Framework and / or compile it against the mono framework if I find the time.
(Almost goes without saying: this little piece of software is free, is provided as is, and I can guarantee for nothing but that it is free of mal- or spyware)
Cheers,
ashalan
delphidb96 12-18-2007, 07:39 PM As for the .t2b Files. Those are - as HarryT pointed out - the thumbnails files created and used by the CyBook.
If you have an eBook with no cover or the cover integrated in the eBook is not to your liking you could replace the .t2b file that belongs to the book in question with one you like better.
Because I had that need I tried to find information about the .t2b file format. Yet, I could not find anything and came to the conclusion that this must be some proprietary Bookeen format. Stubborn that I am this didn't hold me back however.
Hence I created this :
http://www.psynoptic.com/software/cythumbcreator/cythumbcreator.html
Which you can download from here:
http://www.psynoptic.com/software/cythumbcreator/cythumbcreator.zip
To run this little tool you need the .net 2.0 Framework installed on your computer. If any Linux or Mac User is interested, I might take the time to check if this also works with the Mono Framework and / or compile it against the mono framework if I find the time.
(Almost goes without saying: this little piece of software is free, is provided as is, and I can guarantee for nothing but that it is free of mal- or spyware)
Cheers,
ashalan
Rather nifty piece of software. Now I can resize without having to crank up Photoshop!!!
Derek
Danny Fekete 12-19-2007, 11:41 AM Thanks very much, Ashalan! This is lovely.
tompe 12-19-2007, 05:01 PM If there are no images in the book then you can create a new record and place an image there. This image will then be used as the thumnbail image. I am planning to add this functionality to a script "mobi2mobi" that i am writing (part of mobiperl). this script will also be able to edit meta information in MobiPocket books and add meta information to PalmDOC books (a lot of books for MobiPocket seems to actually be PalmDOC books) by converting them to MobiPocket books.
ashalan 12-19-2007, 05:03 PM If there are no images in the book then you can create a new record and place an image there. This image will then be used as the thumnbail image.
Not quite sure what you mean by 'new record' to be honest
I am planning to add this functionality to a script "mobi2mobi" that i am writing (part of mobiperl). this script will also be able to edit meta information in MobiPocket books and add meta information to PalmDOC books (a lot of books for MobiPocket seems to actually be PalmDOC books) by converting them to MobiPocket books.
Excellent! :)
tompe 12-19-2007, 05:31 PM Not quite sure what you mean by 'new record' to be honest
The PalmDOC and MobiPocket format conists of records. A lot of records containg the HTML file and then a sequence of records containing images with one image per record.
DaleDe 12-19-2007, 05:53 PM The PalmDOC and MobiPocket format conists of records. A lot of records containg the HTML file and then a sequence of records containing images with one image per record.
PalmDoc does not support images at all. MobiPocket and PalmDoc have 4K blocks of data prior to compression which I assume you are calling records. But images can be up to 64K and are completely different blocks compressed differently and different sizes. The Palm format is a database format for all files, not just eBooks and the format of the various blocks is up to the using program.
Dale
tompe 12-19-2007, 06:38 PM PalmDoc does not support images at all. MobiPocket and PalmDoc have 4K blocks of data prior to compression which I assume you are calling records. But images can be up to 64K and are completely different blocks compressed differently and different sizes. The Palm format is a database format for all files, not just eBooks and the format of the various blocks is up to the using program.
Since the books created by BD and uploaded here are PalmDOC books it can easily be seen that they support images. What I call PalmDOC is files where creator ID is REAd and the type is TEXt. For a MobiPocket file they are MOBI and BOOK.
ashalan 12-19-2007, 11:58 PM The PalmDOC and MobiPocket format conists of records. A lot of records containg the HTML file and then a sequence of records containing images with one image per record.
Ah, I see. Not that easy to add a record to a MobiPocket file with the software currently available, or?
DaleDe 12-20-2007, 12:11 PM Since the books created by BD and uploaded here are PalmDOC books it can easily be seen that they support images. What I call PalmDOC is files where creator ID is REAd and the type is TEXt. For a MobiPocket file they are MOBI and BOOK.
BD is mis-applying the ID. Real TEXt files have no such ability. If you try one of those files on a reader that only supports PalmDOC files it will likely crash.
Dale
tompe 12-20-2007, 01:39 PM BD is mis-applying the ID. Real TEXt files have no such ability. If you try one of those files on a reader that only supports PalmDOC files it will likely crash.
Wouldn't surprise me. But Eric Flint's Ring of Fire from Baen is the same so maybe they have used BD also. What should I then call these files? I need to distinguish between files where you can have meta information in the header and other files that are read by a MobiPocket reader.
DaleDe 12-20-2007, 01:45 PM Wouldn't surprise me. But Eric Flint's Ring of Fire from Baen is the same so maybe they have used BD also. What should I then call these files? I need to distinguish between files where you can have meta information in the header and other files that are read by a MobiPocket reader.
Interesting question. I have a PDB wiki entry that shows all of the files and what they are called. Perhaps, for this kind of thing a new entry is appropriate specifying the source program.
Dale
wallcraft 12-28-2007, 02:23 PM BD is mis-applying the ID. Real TEXt files have no such ability. If you try one of those files on a reader that only supports PalmDOC files it will likely crash. Baen calls its .prc files MobiPocket/Palm/Kindle compatible. I think this means that a PalmDOC reader will just see the text, but MobiPocket/Kindle also sees the images (which are at the end of the file). It was naughty of MobiPocket to continue to label this extended format REAdTEXt, but perhaps they needed to do so for PalmDOC readers to work. The more recent MOBI formats are labeled BOOKMOBI and have more metadata, but they are presumably not PalmDOC compatible.
SUSGOD 02-12-2008, 01:31 PM -snip-Which you can download from here:
http://www.psynoptic.com/software/cythumbcreator/cythumbcreator.zip
To run this little tool you need the .net 2.0 Framework installed on your computer.-snip-
ashalan
Ashlan,
This is exactly what I want! But, I am a still a newbee in some ways and I do not understand ".net 2.0 Framework". I have a pc with windows and photoshop. Can I safely install your program or do I need to install a framework program first? Since I can create icons by renaming the suffix of apropriately sized bitmaps, can't I just rename apropriately sized jpegs as .t2b files ?
Susan
ottocrat 03-16-2008, 04:52 PM If any Linux or Mac User is interested, I might take the time to check if this also works with the Mono Framework and / or compile it against the mono framework if I find the time.
Consider me interested!! (Mac user.)
Thanks for this great initiative.
JSWolf 03-16-2008, 04:54 PM What might be easier to use is mobi2mobi. It's a perl program. And it allows you to put in a proper cover if one doesn't exist in a non-DRM Mobi format eBook.
pthwaite 10-26-2008, 06:26 PM Originally Posted by ashalan
If any Linux or Mac User is interested, I might take the time to check if this also works with the Mono Framework and / or compile it against the mono framework if I find the time.
I'm a MAC user and I too would be interested. I've only just found this thread.
Im also interested if anyone knows how/if possible, to get a pdf file to display a thumbnail image of the document rather than the default at present. I assume this may not be possible as I don't think the pdf structure incorporates an embedded thumbnail
I assume this may not be possible as I don't think the pdf structure incorporates an embedded thumbnail
You are right, but you can use the great thumbnail-tool and replace the generic tumbnail created by the reader - the Cybook will not touch the file after you changed it.
pthwaite 10-27-2008, 03:14 PM Well, despite having the net framework installed on my PC, the programme runs but when I try loading a jpg or png, it just crashes out :(
I'll wait and see if a MAC version can be developed
regards
|