03-10-2008, 08:25 AM | #31 | |
Grand Sorcerer
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
|
Quote:
|
|
03-10-2008, 09:58 AM | #32 | |
Fanatic
Posts: 527
Karma: 470
Join Date: Sep 2007
Location: The Netherlands
Device: Kindle Oasis
|
I had to update .NET 2 with SP1 also on my XP box. Now it works fine. In a couple of hours I will check it on a Vista system. That one has .NET 3 and .NET 2
The GUI looks good, it saves a lot of people a lot of typing When I look in the output I can also see: Quote:
Hmmmm...there are also some entries for the 'abstract' of the book as far as I know. |
|
Advert | |
|
03-10-2008, 10:05 AM | #33 | |
Grand Sorcerer
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
|
Quote:
Code:
mobi2mobi --exthtype subject --exthdata "New Subject" --outfile new.mobi in.mobi Code:
my %typename_to_type = ("drm_server_id" => 1, "drm_commerce_id" => 2, "drm_ebookbase_book_id" => 3, "author" => 100, "publisher" => 101, "imprint" => 102, "description" => 103, "isbn" => 104, "subject" => 105, "publishingdate" => 106, "review" => 107, "contributor" => 108, "rights" => 109, "subjectcode" => 110, "type" => 111, "source" => 112, "asin" => 113, "versionnumber" => 114, "sample" => 115, "startreading" => 116, "coveroffset" => 201, "thumboffset" => 202, "hasfakecover" => 203, "204" => 204, "205" => 205, "206" => 206, "207" => 207, "clippinglimit" => 401, # varies in size 1 or 4 "publisherlimit" => 402, "403" => 403, "cdetype" => 501, "lastupdatetime" => 502, "updatedtitle" => 503, ); |
|
03-10-2008, 02:24 PM | #34 | ||
Fanatic
Posts: 527
Karma: 470
Join Date: Sep 2007
Location: The Netherlands
Device: Kindle Oasis
|
Quote:
There will be a problem fot Vista Users. There simply is no SP1 for .Net 2 available for Vista. This is what I found on the MS site: Quote:
|
||
03-10-2008, 06:33 PM | #35 |
Groupie
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
|
Ortep, when I squash the latest bug which is a real pain, I'll do a compile under C# 2008 and you can give that a go under Vista, only drawback is you may need to install .NET 3.5 Framework.
|
Advert | |
|
03-10-2008, 07:35 PM | #36 |
Fanatic
Posts: 527
Karma: 470
Join Date: Sep 2007
Location: The Netherlands
Device: Kindle Oasis
|
I'm in no hurry. Take your time. I'm not complaining. Only giving you the information
|
03-10-2008, 09:40 PM | #37 |
Groupie
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
|
Its all good.. I didn't mean to sound like I was being rushed.
Good news is I think I finally fixed the Mobi2Mobi.exe location bug so you can actually specify a location for it now and convert PRC & MOBIs wherever they live. It was a real mish mash of massaging some paths with quotes to get around Windows problem with paths with spaces in them and some internal commands which didn't have a problem with spaces, but bombed if you tried to use quotes. I'm just tidying the way I populate the Book title details now based on wether its a PRC or MOBI file being opened and then v0.04 should be up. |
03-10-2008, 10:39 PM | #38 |
Groupie
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
|
Mobi2Mobi GUI for Windows v0.04
Ok everyone v0.04 is now available. On first use you will need to point the GUI at the directory which contains the Mobi2Mobi.exe.
The GUI will now process PRC & MOBI files. When opening a PRC file the Book Title will automatically pickup the Database name and check the Book Title tick box to update this on convert to MOBI. On opening a MOBI the GUI will just read the exisiting Longtitle entry. Next on the list is Coverimage support. Hopefully this version will now behave the way its supposed to. As always please feedback any bugs you encounter. |
03-11-2008, 12:23 AM | #39 |
Groupie
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
|
Mobi2Mobi GUI for Windows v0.05
Implementing the Coverimage support wasn't as time consuming as I thought.
Please grab this latest version and let me know if you encounter any problems. Cheers |
03-11-2008, 02:39 AM | #40 | |
Junior Member
Posts: 2
Karma: 10
Join Date: Mar 2008
Device: cybook
|
Quote:
john |
|
03-11-2008, 05:03 AM | #41 |
Fanatic
Posts: 527
Karma: 470
Join Date: Sep 2007
Location: The Netherlands
Device: Kindle Oasis
|
I'm working in a complete Vista environment, no XP available at this time.
I just installed .Net 3.5. According to MS it also includes SP1 for .Net 2.0. I tried the both new versions and they let me select the various directories. When I select a file I get the following error. |
03-11-2008, 07:57 AM | #42 |
Groupie
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
|
Hi Ortep,
The error occurs because the GUI is trying to process information that wasn't generated when the Open File button is pressed. The #1 cause is that the GUI can't see the Mobi2Mobi.exe. If you've set the directory and the Mobi2Mobi.exe is named exactly as here then its something new. Bummer. It will be interesting to see if you have the same problem under WinXP. I'll try and get around to building a Vista VM Appliance and do some testing. |
03-11-2008, 08:22 AM | #43 |
Groupie
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
|
Arrgghhh. Just found another weird bug. Can some else try this and confirm for me. If the Book Directory is located anywhere other than on C: drive somewhere, the GUI crashes.
Oh well something to look at tomorrow. |
03-11-2008, 09:21 AM | #44 | |
Fanatic
Posts: 527
Karma: 470
Join Date: Sep 2007
Location: The Netherlands
Device: Kindle Oasis
|
Quote:
The .Net 2.0 version is working and the .Net 3.5 version |
|
03-11-2008, 07:35 PM | #45 |
Groupie
Posts: 152
Karma: 772
Join Date: Mar 2008
Location: Perth, Western Australia
Device: Cybook Gen3
|
Mobi2Mobi GUI for Windows v0.06
Looks like I fixed the Book Directory issue where it would only work for folders on C: drive.
Please download the latest version and give it a try. As always please report any problems you encounter, plus any additional features you might like to see. Cheers |
Tags |
mobi2mobi |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mobiperl Mobiperl - Perl tools for handling MobiPocket files | tompe | Kindle Formats | 890 | 01-17-2021 07:16 PM |
Problem updating metadata (using mobi2mobi command line and gui) | whitearrow | Kindle Formats | 3 | 12-05-2009 08:07 PM |
Mobi2mobi GUI has died again/New version? | AlexBell | Kindle Formats | 8 | 12-10-2008 09:13 PM |
Mobi2Mobi Mobi2Mobi GUI Cover Art Help? | huskies4all | Kindle Formats | 7 | 09-04-2008 12:31 PM |
I seem to have killed Mobi2Mobi gui | AlexBell | Kindle Formats | 8 | 09-02-2008 02:54 AM |