Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > Kindle Formats

Notices

Reply
 
Thread Tools Search this Thread
Old 07-22-2008, 06:10 AM   #1
AlexBell
Wizard
AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.
 
AlexBell's Avatar
 
Posts: 3,413
Karma: 13369310
Join Date: May 2008
Location: Launceston, Tasmania
Device: Sony PRS T3, Kobo Glo, Kindle Touch, iPad, Samsung SB 2 tablet
Mobipocket reader/mobi2mobi/library questions

I'm still having major problems setting up the library display on my Cybook.

I've found that if one right clicks on a mobipocket ebook with the .mobi suffix and the clicks on properties one can usually get the option to enter data into the Title and Author windows. I've also found that one can use mobi2mobi (I use the Windows GUI) to do what seems like the same thing - entering data into Title and Name fields.

The trouble is that the mobipocket reader and mobi2mobi seem to be entering the data into different parts of the file - what I put into an ebook file with mobipocket reader doesn't necessarily show when I open the same file with mobi2mobi, and vice versa.

And even when I put the data into the file with both what I entered doesn't necessarily show when I open the Cybook library. For example, I bought a book called Beguilement from Fictionwise. This is the first of four in the Sharing Knife series, so I wanted to call it The Sharing Knife 1 Beguilement so that when I get the others in the series they will show up in the library in the right order. I converted the .prc file to a .mobi file, and entered the name I wanted. The library still shows the Title as The Sharing Knife, which is going to cause some problems when I get the rest of the series.

Am I doing something wrong? Is there a solution?

Regards, Alex
AlexBell is offline   Reply With Quote
Old 07-22-2008, 07:51 AM   #2
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
Quote:
Originally Posted by AlexBell View Post
The trouble is that the mobipocket reader and mobi2mobi seem to be entering the data into different parts of the file - what I put into an ebook file with mobipocket reader doesn't necessarily show when I open the same file with mobi2mobi, and vice versa.
The mobipocket reader does not enter it in the file but creates another file with the data. mobi2mobi can use this file to enter the data in the mobi file.

Quote:
And even when I put the data into the file with both what I entered doesn't necessarily show when I open the Cybook library. For example, I bought a book called Beguilement from Fictionwise. This is the first of four in the Sharing Knife series, so I wanted to call it The Sharing Knife 1 Beguilement so that when I get the others in the series they will show up in the library in the right order. I converted the .prc file to a .mobi file, and entered the name I wanted. The library still shows the Title as The Sharing Knife, which is going to cause some problems when I get the rest of the series.

Am I doing something wrong? Is there a solution?
On the command line:

Code:
mobi2mobi original.prc -o new.mobi --title "The Sharing Knife 1 Beguilement"

or 

mobi2mobi original.prc -o new.mobi --prefixtitle "Sharing Knife 1-"
tompe is offline   Reply With Quote
Old 07-22-2008, 09:30 AM   #3
wallcraft
reader
wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.
 
wallcraft's Avatar
 
Posts: 6,975
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
When you edit the author and title in Wndows MobiPocket Reader, all it does is add the information to the .mbp file, not the original .mobi file, and this gets lost when you transfer the ebook to the Gen3. The --mbpfile option to mobi2mobi will copy this information into the .mobi, or you can add it using the other mobi2mobi options.

I suggest testing the result first using Windows MobiPocket Reader, by deleting the .mbp file and seeing if the new author/title is picked up as expected from the .mobi file.

I don't know what the Gen3 uses as the title, but on the Kindle there have been reports that the "updatedtitle" will over-ride the longtitle (from --title), and that if this already exists you may need:
Code:
mobi2mobi --outfile [output filename] --exthtype updatedtitle --exthdata "[Corrected Title]" [original AZW/MOBI filename]
See Change book title to remove typos and extraneous info?.
wallcraft is offline   Reply With Quote
Old 07-22-2008, 10:24 AM   #4
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
Aha, ticked added mobiperl... Nicer support for updated title could be good to have.
tompe is offline   Reply With Quote
Old 07-22-2008, 07:19 PM   #5
AlexBell
Wizard
AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.
 
AlexBell's Avatar
 
Posts: 3,413
Karma: 13369310
Join Date: May 2008
Location: Launceston, Tasmania
Device: Sony PRS T3, Kobo Glo, Kindle Touch, iPad, Samsung SB 2 tablet
Many thanks to all who replied, especially for the information about mbp files and the command line option. But these lead me to two more questions
- Is there a summary somewhere of the mobipocket group of files so that I can read up on it myself? Or how can I find out what these files do and so on?
- I presume the command line option refers to the perl (non Windows GUI) version? I think that I really will have to bit the bullet and learn how to install perl etc.

Regards, Alex
AlexBell is offline   Reply With Quote
Old 07-22-2008, 08:19 PM   #6
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
Quote:
Originally Posted by AlexBell View Post
- I presume the command line option refers to the perl (non Windows GUI) version? I think that I really will have to bit the bullet and learn how to install perl etc.
You do not need to install Perl. You can use the Windows binaries directly. You have to use them from a command line.
tompe is offline   Reply With Quote
Old 07-25-2008, 01:14 AM   #7
AlexBell
Wizard
AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.
 
AlexBell's Avatar
 
Posts: 3,413
Karma: 13369310
Join Date: May 2008
Location: Launceston, Tasmania
Device: Sony PRS T3, Kobo Glo, Kindle Touch, iPad, Samsung SB 2 tablet
Thanks, Tommy. Actually, I seem to be having more success now - I was probably doing something wrong without realising it.

Thanks again for mobi2mobi.

Regards, Alex
AlexBell is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Library Questions Lady Fitzgerald Calibre 22 08-21-2010 12:42 PM
migrating mobipocket library to somewhere else keen12 Reading and Management 2 03-14-2010 01:37 PM
Some HTML Mobipocket desktop/Cybook questions AlexBell Kindle Formats 2 08-26-2008 11:07 PM
Mobipocket library options AlexBell Reading and Management 2 06-28-2008 04:41 AM
Mobipocket Reader 4.8 and Mobipocket eNews Creator Mobipocket Reading and Management 1 01-29-2004 08:03 AM


All times are GMT -4. The time now is 05:23 PM.


MobileRead.com is a privately owned, operated and funded community.