![]() |
#361 |
I <3 my Kindle
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 528
Karma: 51332
Join Date: Nov 2010
Location: United States
Device: Kindle 3G + WiFi
|
I'm having the same problem as Diapdealer. I have the latest version, and it works fine with normal downloaded Mobi books, but Mobi Amazon books cause an error.
Last edited by kranu; 02-23-2011 at 02:46 AM. |
![]() |
![]() |
![]() |
#362 |
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
|
Link for Mobi2Mobi Tools windows compiled & Perl Version
https://www.mobileread.com/forums/sho...&postcount=817 I'm sorry guys, I've tried sussing out the problem with the newer AZW files from Amazon but I can't determine what the problem is exactly. I don't have a Kindle and I only purchase DRM free .mobi files so I can't really test the files you are having problems with. If you feel like doing some programming, you can grab the source code and do a debug while opening your file and see where it breaks in code. I'm guessing its something in the metadata which my parsing can't handle. |
![]() |
![]() |
![]() |
#363 |
Junior Member
![]() Posts: 7
Karma: 10
Join Date: Oct 2009
Device: Kindle DX
|
Hi Jad,
I could send you a couple of books, one that loads metadata properly and one that does not. They would be Purchased Kindle books so you could not read them. I am not really interested in taking DRM out, although I am opposed to it. I am just interested in purchasing books and doing what I wish with it. Cheers, Rick |
![]() |
![]() |
![]() |
#364 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 28,378
Karma: 203720150
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Quote:
Code:
mobi2mobi.exe bookname.azw --outfile tmpBook.m2m --savecover cover.m2m --savethumb thumb.m2m My hackish solution was to include a database name (based on the filename) to the command that mobi2mobi-gui builds in it's btnOpenFile_Click subroutine... which I changed to look like: Code:
BuildBatch(sM2MBatchPath, ((((sMobi2MobiPath & " ") + sOpenedBook & " --databasename " + LeftOf(tbOpenedFile.Text, ".").Substring(0, 31) + " --outfile ") + sTmpBookPathBatch & " --savecover ") + sCoverImagePreviewPathBatch & " --savethumb ") + sThumbnailImagePreviewPathBatch) ![]() For those running into this issue with newer Amazon purchases... if you use the command line version of mobi2mobi to make one simple change... you can then use mobi2mobi-gui to do the rest of the work. Just give the problem book a database name (of any kind) like so: Code:
mobi2mobi.exe originalbookname.azw --databasename some_dummy_name --outfile modifiedbookname.azw ![]() Last edited by DiapDealer; 01-24-2011 at 04:59 PM. |
|
![]() |
![]() |
![]() |
#365 |
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
|
Thanks for that DiapDealer.. I completely missed the Database Name being blank. When I get a chance I'll look into checking for a NULL entry and hopefully stop the crashing.
Cheers |
![]() |
![]() |
![]() |
#366 |
Junior Member
![]() Posts: 7
Karma: 10
Join Date: Oct 2009
Device: Kindle DX
|
Well thank you so much for that. I am now able to load and change the metadata so I can organize book titles, authors etc as I wish.
I wish I understood these things, but I guess I do not need to because there are people out there willing to expend their valuable time to help us. Thanks so much to DiapDealer and Jad!! Cheers, Rickwood |
![]() |
![]() |
![]() |
#367 |
Sigil Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 8,499
Karma: 5703586
Join Date: Nov 2009
Device: many
|
FYI - be careful which metadata you change in latest Kindle ebooks
Hi,
You may want to be careful changing metadata such as the clipping limit in recent Kindle ebooks with DRM still on them. Here is the link with the details: https://www.mobileread.com/forums/sho...82&postcount=1 |
![]() |
![]() |
![]() |
#368 |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Mar 2011
Device: Kindle 2 & 3
|
Will mobi2mobi work with windows 7?
|
![]() |
![]() |
![]() |
#369 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
|
|
![]() |
![]() |
![]() |
#370 |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Mar 2011
Device: Kindle 2 & 3
|
I have downloaded mobiperl-win-0.0.43, mobi2mobi GUI VB v9, and MS .NET Framework 3.5, I unzipped everything, when I open mobi2mobi, under the Mobi2Mobi Dir block it says "No Mobi2Mobi Here". Followed the directions step by step. What am I doing wrong?
|
![]() |
![]() |
![]() |
#371 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,832
Karma: 11844413
Join Date: Jan 2007
Location: Tampa, FL USA
Device: Kindle Touch
|
Quote:
BOb |
|
![]() |
![]() |
![]() |
#372 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
|
Quote:
I just think it is very good if Calibre can do everything mobi2mobi can do since it is more up to date and support some of the strange features of the mobi format better. |
|
![]() |
![]() |
![]() |
#373 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,832
Karma: 11844413
Join Date: Jan 2007
Location: Tampa, FL USA
Device: Kindle Touch
|
Quote:
However, this person was asking about getting the m2m GUI working. I was just recommending an alternative GUI tool that would allow him to make changes to mobi metadata. Once again, don't think I was putting down your great effort... it was the only game in town when you first donated it to the community and I used it quite a bit. BOb |
|
![]() |
![]() |
![]() |
#374 |
Junior Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2
Karma: 1702
Join Date: Mar 2011
Device: kindle 3
|
Hi All,
Nice to be on your forum. bard |
![]() |
![]() |
![]() |
#375 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
|
Quote:
|
|
![]() |
![]() |
![]() |
Tags |
mobi2mobi |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mobiperl Mobiperl - Perl tools for handling MobiPocket files | tompe | Kindle Formats | 890 | 01-17-2021 06:16 PM |
Problem updating metadata (using mobi2mobi command line and gui) | whitearrow | Kindle Formats | 3 | 12-05-2009 07:07 PM |
Mobi2mobi GUI has died again/New version? | AlexBell | Kindle Formats | 8 | 12-10-2008 08:13 PM |
Mobi2Mobi Mobi2Mobi GUI Cover Art Help? | huskies4all | Kindle Formats | 7 | 09-04-2008 11:31 AM |
I seem to have killed Mobi2Mobi gui | AlexBell | Kindle Formats | 8 | 09-02-2008 01:54 AM |