Shiny New E-Book Gizmo: The Amazon Kindle


View Full Version : Changes in Titles/Authors Not Shown


Ralob
02-12-2008, 02:19 PM
hey fellas,

I just got my Cybook last weekend. My problem is this- I have tons of books on my Cybook now, and I have them all properly organized within my ebook library by altering the properties tab using mobipocket. When I sent all my files to my Cybook, the author and titles do not reflect those changes. Instead I have many file and titles named either by the original file location or name. I installed 6.1 and 6.2, synced, restarted, etc. and still have not found a way to change the titles and authors properly. Any ideas? Thanks for any and all help. :)

wallcraft
02-12-2008, 02:32 PM
When you edit the properties of MOBI file in MobiPocket Reader I think the info gets stored in the associated .mbp file. The E-Ink machines that support MobiPocket don't allow property editing. They do have .mbp files, and I don't know if they would read the info from a .mbp file if you explicitly copied it from your PC to the device or not.

One fix would be to use mobi2mobi to actually put this info in the PRC/MOBI file. That would be time consuming, but permanent.

tompe
02-12-2008, 02:47 PM
When you edit the properties of MOBI file in MobiPocket Reader I think the info gets stored in the associated .mbp file. The E-Ink machines that support MobiPocket don't allow property editing. They do have .mbp files, and I don't know if they would read the info from a .mbp file if you explicitly copied it from your PC to the device or not.

One fix would be to use mobi2mobi to actually put this info in the PRC/MOBI file. That would be time consuming, but permanent.

If somebody decoded the format of mbp files mobi2mobi could be modified to use the information from this file.

igorsk
02-12-2008, 03:40 PM
It seems to be pretty simple. Mine have some easily identified (by four first bytes) records:
COVE: cover filename
ABST: abstract
AUTH: author
GENR: genre
PUBL: publisher
etc.
If you need only to read properties, you can just ignore any record you don't know.

tompe
02-12-2008, 04:48 PM
It seems to be pretty simple. Mine have some easily identified (by four first bytes) records:
COVE: cover filename
ABST: abstract
AUTH: author
GENR: genre
PUBL: publisher
etc.
If you need only to read properties, you can just ignore any record you don't know.

Was this the actual format? How do you know the lenhth in that case?

If somebody give me some example files I will fix mobi2mobi so you can automatically add relevant information to the mobi file.

igorsk
02-12-2008, 04:54 PM
Length seems to be the second dword after identification one. Here's a bunch of mbps I had on my HDD.
P.S. covers are situated in the subdirectory "Covers" relative to the books.

tompe
02-12-2008, 05:08 PM
Length seems to be the second dword after identification one. Here's a bunch of mbps I had on my HDD.
P.S. covers are situated in the subdirectory "Covers" relative to the books.

Thanks. Each character is 2 bytes. Did you see anywhere what coding it is? Could it be UTF-16?

igorsk
02-12-2008, 05:55 PM
Looks like it. Longman mbp abstract has 2013, which is en dash in UTF-16.

Ortep
02-13-2008, 02:14 AM
Was this the actual format? How do you know the lenhth in that case?

If somebody give me some example files I will fix mobi2mobi so you can automatically add relevant information to the mobi file.


That would be great. It will give you an 'instant GUI' for mobi2mobi. Simply use the Mobireader to do make all changes and run mobi2mobi automatically

dhcalva
03-25-2008, 03:55 PM
is mobi2mobi going to support setting the titles this way too? I notice it currently seems to only do Author/Publisher.

bwaldron
03-25-2008, 04:41 PM
is mobi2mobi going to support setting the titles this way too? I notice it currently seems to only do Author/Publisher.

Would be nice!

(Actually, would be even nicer if the Cybook would read the info from the .mbp files.)

tompe
03-25-2008, 05:53 PM
is mobi2mobi going to support setting the titles this way too? I notice it currently seems to only do Author/Publisher.

is the title in the mbp file? I have forgotten the details but I think the title was not in the example files I got. It would be easy adding setting title if I know how to extract it from the mbp file.

bwaldron
03-25-2008, 06:17 PM
is the title in the mbp file? I have forgotten the details but I think the title was not in the example files I got. It would be easy adding setting title if I know how to extract it from the mbp file.

Yes, it is in there. I had some books that showed up on the Cybook without titles, but all were fine in Mobipocket reader on my PC and PDA...which is what led me to this thread in the first place. I just looked at one of my mbp files with a hex editor, and can see it in there -- as TITL.

BTW, thanks so much for all your efforts with mobiperl -- it is greatly appreciated.

DaleDe
03-25-2008, 06:24 PM
is the title in the mbp file? I have forgotten the details but I think the title was not in the example files I got. It would be easy adding setting title if I know how to extract it from the mbp file.

Check the wiki on MOBI. at the bottom is a perl script pointer for working with the mbp file.

Dale

tompe
03-25-2008, 06:28 PM
Yes, it is in there. I had some books that showed up on the Cybook without titles, but all were fine in Mobipocket reader on my PC and PDA...which is what led me to this thread in the first place. I just looked at one of my mbp files with a hex editor, and can see it in there -- as TITL.

BTW, thanks so much for all your efforts with mobiperl -- it is greatly appreciated.

I created a ticket for this in the trac in the development hub so hopefully I will rember to do this the next time I do a new release.

bwaldron
03-25-2008, 06:52 PM
I created a ticket for this in the trac in the development hub so hopefully I will rember to do this the next time I do a new release.

Thanks!

dhcalva
03-28-2008, 07:00 AM
Great! It'll be so much easier to do a mobi2mob --mbpfile on all my books to set them right!

Especially once that bug with the drmed titles gets fixed. I only had 1 file that I ran into that on though.

tompe
03-28-2008, 07:49 AM
Great! It'll be so much easier to do a mobi2mob --mbpfile on all my books to set them right!

Especially once that bug with the drmed titles gets fixed. I only had 1 file that I ran into that on though.

What bug is that?

HarryT
03-28-2008, 08:03 AM
Someone reported that setting the title on a Mobi library book with DRM didn't work. I'd guess it's that one.

tompe
03-28-2008, 08:31 AM
Someone reported that setting the title on a Mobi library book with DRM didn't work. I'd guess it's that one.

Aha, that I must have missed or forgotten. If somebody email me (tpe@ida.liu.se) a book with this problem I will debug it.

dhcalva
04-07-2008, 07:16 AM
I'll get one right out to you.

Edit: Or maybe not. The book I was having problems with is suddenly working. Might be because I ended up downloading a clean copy from Fictionwise again.