Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Calibre > Conversion

Notices

Reply
 
Thread Tools Search this Thread
Old 11-16-2012, 10:44 PM   #1
smallhagrid
Hillbilly
smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.
 
smallhagrid's Avatar
 
Posts: 189
Karma: 132498
Join Date: Aug 2009
Location: Vermont
Device: EZReader
Question Please recommend: freeware for mobi=>epub ?

Hi Folks.
Yes, I know Calibre does this - and one day when I go to 100% Linux I may use it again, but as things stand I do not like it under windows, it's mandatory file structure is simply abhorent to me, as is that it makes copies of copies of copies of everything it touches.

So I ask this, please:
Any recommendations for either another freeware or very inexpensive program for converting .mobi files to .epub files ??!?

I am not fussy about covers, etc, and there is no DRM involved.

As an alternative, I could just as easily use a program that does .mobi to plain .TXT files if anyone knows of such a one, please.

Thanks.
smallhagrid is offline   Reply With Quote
Old 11-16-2012, 11:15 PM   #2
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
PeterT's Avatar
 
Posts: 12,143
Karma: 73448616
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
Why not use calibre but strictly from the command line?

See http://manual.calibre-ebook.com/cli/ebook-convert.html

For instance, I just typed
Code:
"c:\Program Files (x86)\Calibre2\ebook-convert.exe" unixfaq.mobi unixfaq.epub
and did a conversion from mobi to epub and did not store anything in it's database, and could put the files where ever I wanted.

And there were no extra copies of anything made either.
PeterT is offline   Reply With Quote
Old 11-16-2012, 11:21 PM   #3
smallhagrid
Hillbilly
smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.
 
smallhagrid's Avatar
 
Posts: 189
Karma: 132498
Join Date: Aug 2009
Location: Vermont
Device: EZReader
Thanks PeterT.
I've done that before, but was trying to find something a bit simpler (with a GUI...).

Reason being that I got rid of my Kindle and have a bunch of titles nicely stored in folders by author - so doing a cli thing over and over and over seems a bit like banging my head against a wall when there MUST be a simpler way...?!?
(I have at least 3 freeware PDF to TXT converters that do their jobs really well, too bad they cannot do MOBI files !!!)

Thanks.

Last edited by smallhagrid; 11-16-2012 at 11:22 PM. Reason: me dumb.
smallhagrid is offline   Reply With Quote
Old 11-17-2012, 12:31 AM   #4
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
PeterT's Avatar
 
Posts: 12,143
Karma: 73448616
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
I'd just make a batch file to handle them all; at the command line in a recent Windows version try

Code:
for %1 in (*.mobi) do "c:\Program Files (x86)\Calibre2\ebook-convert.exe" "%~n1.mobi" "%~n1.epub"
to convert all mobi's in a given directory to ePubs.
PeterT is offline   Reply With Quote
Old 11-17-2012, 12:41 AM   #5
fratermus
e-bookworm
fratermus ought to be getting tired of karma fortunes by now.fratermus ought to be getting tired of karma fortunes by now.fratermus ought to be getting tired of karma fortunes by now.fratermus ought to be getting tired of karma fortunes by now.fratermus ought to be getting tired of karma fortunes by now.fratermus ought to be getting tired of karma fortunes by now.fratermus ought to be getting tired of karma fortunes by now.fratermus ought to be getting tired of karma fortunes by now.fratermus ought to be getting tired of karma fortunes by now.fratermus ought to be getting tired of karma fortunes by now.fratermus ought to be getting tired of karma fortunes by now.
 
fratermus's Avatar
 
Posts: 86
Karma: 630090
Join Date: Sep 2012
Device: PW2, K3, KF2, Touch (dying)
Quote:
Originally Posted by smallhagrid View Post
...have a bunch of titles nicely stored in folders by author - so doing a cli thing over and over and over seems a bit like banging my head against a wall when there MUST be a simpler way...?!?
Batch files / shell scripts?
fratermus is offline   Reply With Quote
Old 11-17-2012, 12:46 AM   #6
smallhagrid
Hillbilly
smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.
 
smallhagrid's Avatar
 
Posts: 189
Karma: 132498
Join Date: Aug 2009
Location: Vermont
Device: EZReader
Thanks Again PeterT.
Given that there are many directories, and that they have anyplace from 1-10 files in each...
Is there some clever way to make a batch file so it'll do each subdir under the top level and save all the outputs into the input dirs ?
(What is so appealing about doing conversions GUI-style is the ability to merely drag-n-drop titles from anyplace at once when the program uses the origin directory for saving.)
Thanks.
smallhagrid is offline   Reply With Quote
Old 11-17-2012, 01:08 AM   #7
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
PeterT's Avatar
 
Posts: 12,143
Karma: 73448616
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
Sure ..

At command line
Code:
for /r %1 in (*.mobi) do "c:\Program Files (x86)\Calibre2\ebook-convert.exe" "%~dpn1.mobi" "%~dpn1.epub"
In a batch file
Code:
for /r %%1 in (*.mobi) do "c:\Program Files (x86)\Calibre2\ebook-convert.exe" "%%~dpn1.mobi" "%%~dpn1.epub"
In either case it will go through all directories starting at the current directory and convert mobi files to epubs.

The difference in the two command lines is due to the interpretation of the % symbol at the command line, and in a batch (or cmd) file.

The weird stuff %~dpn1 is just extracting the drive, path and file name from the whole file name; ie dropping the extension.
PeterT is offline   Reply With Quote
Old 11-24-2012, 01:05 PM   #8
smallhagrid
Hillbilly
smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.
 
smallhagrid's Avatar
 
Posts: 189
Karma: 132498
Join Date: Aug 2009
Location: Vermont
Device: EZReader
Thank You Very Much PeterT !!!
Now all I must do is remember what very safe place I stashed those MOBI files in...?

As for the whole Calibre thing...
I'll still avoid using Calibre as much as possible - it's main program's NEED to make messes just upsets me.

MY files in MY chosen directory structure are as -I- want them - and just because Mr. Kovid Goyal made such a wonderful graphical ebbok-managing app does NOT mean he gets to arrange my files by proxy !!!

I seriously hope someone will (or has already made...?) make an alternate GUI for Calibre's command-line tools, then I would use them alot more - but as things stand, having to re-visit DOS-land to convert a MOBI to EPUB is not my preferred way of doing things at all.

Even in the realm of Linux it has become clear that the GUI is what folks want and must be provided for fully.
I don't miss DOS at all anymore, so why would I want to re-visit DOS so as to enable the graphical viewing of graphically-oriented Ebooks !?!?!?!

For most conversions I've wanted or needed I've been able to find small, free GUI-centered tools to do them easily and in batches, keeping the converted titles in their source directories.

Oddly it seems that the ONLY conversions impossible to cover this way are MOBI to EPUB or MOBI to TXT.
Is this because of some iron-fisted influence of Amazon, or ???
I really don't know; all I want is to be able to read in comfort.

Best Wishes to All !!!
smallhagrid is offline   Reply With Quote
Old 11-24-2012, 01:36 PM   #9
pdurrant
The Grand Mouse 高貴的老鼠
pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.
 
pdurrant's Avatar
 
Posts: 71,484
Karma: 305784726
Join Date: Jul 2007
Location: Norfolk, England
Device: Kindle Voyage
Mobiunpack will unpack the mobi files to editable stuff, but generating a proper ePub from the coding inside an ordinary Mobipocket file is no simple task. If it's a KF8 Kindle file, MobiUnpack will make a pseudo-ePub, but whether the HTML inside it will still be straight from the KF8 file.

calibre is the only tool I know that properly converts.
pdurrant is offline   Reply With Quote
Old 11-24-2012, 01:49 PM   #10
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 73,847
Karma: 128597114
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
There is nothing with a GUI that can take the place of Calibre. Basically, it's Calibre or nothing.
JSWolf is online now   Reply With Quote
Old 11-24-2012, 03:51 PM   #11
smallhagrid
Hillbilly
smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.
 
smallhagrid's Avatar
 
Posts: 189
Karma: 132498
Join Date: Aug 2009
Location: Vermont
Device: EZReader
For anyone not caring about keeping their own file-structure, it's great.
I work with folks whose PCs have copies of copies of copies of everything and are in a continuous state of panic because they cannot find ANYTHING - so they make more copies of copies and the problems get WORSE.
In short, their structuring does not exist and their storage looks like one big trash can.

I am a freak, I try to keep things a bit organized and when it is in my HDD it can easily be found - my problem is when I put stuff on a disc like I did with my saved f/w; it is in a 'safe' place in my house...too safe, I guess.

As to Calibre's tools and maybe for someone to make use of them, I see what I wrote may have been a trifle badly worded, so here, I've fixed it:
Quote:
I seriously hope someone will make (or has already made...?) an alternative GUI specifically for Calibre's command-line tools, then I would use them alot more.
But as things stand, having to re-visit DOS-land to convert a MOBI to EPUB is not my preferred way of doing things at all.
As to the notion of using Calibre's horribly messy, forced file structuring which makes copies of copies; on a day when I have excessive patience I'll let it process my files for some purpose I need right then - and clean up it's mess via simple isolation and deletion.

BUT:
No program, no matter how unique is welcome or allowed to boss me around at all.
That is what the main Calibre program tries to do, and IMO that is NOT cool.
The rest of it is a grand & wonderful idea.
Too bad it has no real competition...
smallhagrid is offline   Reply With Quote
Old 11-24-2012, 04:09 PM   #12
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 73,847
Karma: 128597114
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Calibre only makes ONE copy of the book you put put into it to deal with. After that, the other copies/versions are created by you can the copies/versions you don't want you can delete. So I don't see how you are forced to have copies of copies of copies by Calibre. You don't want any of the eBooks, just delete them and gone.
JSWolf is online now   Reply With Quote
Old 11-24-2012, 04:13 PM   #13
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
PeterT's Avatar
 
Posts: 12,143
Karma: 73448616
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
Also; try to think of calibre as a black box; the fact it happens to store eBooks in files that you can access manually should be thought of as irrelevant. Kovid could always have selected obfuscated file names, and directory names, or even have implemented an encryption scheme on the files themselves.

For what its worth you could keep a single copy of the files OUTSIDE of calibre, and then allow calibre to manage another set for it's own purposes.
PeterT is offline   Reply With Quote
Old 11-24-2012, 04:36 PM   #14
smallhagrid
Hillbilly
smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.smallhagrid substituted for the Southern Oracle when it was on vacation.
 
smallhagrid's Avatar
 
Posts: 189
Karma: 132498
Join Date: Aug 2009
Location: Vermont
Device: EZReader
Cool confusion (it seems) is king in this matter.

Thanks JSWolf.

My collection of really old scifi alone is over 9000 titles:
Quote:
Originally Posted by JSWolf View Post
Calibre only makes ONE copy of the book you put put into it to deal with. After that, the other copies/versions are created by you can the copies/versions you don't want you can delete. So I don't see how you are forced to have copies of copies of copies by Calibre. You don't want any of the eBooks, just delete them and gone.
So the verbiage 'just delete' is quite absurd IMO here.

And thanks also PeterT:
Quote:
Also; try to think of calibre as a black box; the fact it happens to store eBooks in files that you can access manually should be thought of as irrelevant. Kovid could always have selected obfuscated file names, and directory names, or even have implemented an encryption scheme on the files themselves.

For what its worth you could keep a single copy of the files OUTSIDE of calibre, and then allow calibre to manage another set for it's own purposes.
Like that garbage-ware called itunes...GACK!!!!!!!!!
You'll NOT find that horrible garbage on any of my PCs or HDDs, at all.
(I explain below how I think the 2nd-set idea is best handled - for & by me.)
Restrictive content management that encrypts, renames, etc. can go where the sun don't shine IMO - and for those who adore these programs I say:
Good for you !!! (I've been immunized, thanks.)

There is this heavy-duty confusion which I've seen a zillion times regarding the actions taken by Calibre's main program, and it goes like this:

Folks call it a 'database'.
Then for some reason they also excuse the fact that it's so-called 'database' is an entire re-structured COPY of ALL their media.
Got a GB of ebooks ? Thousands of files ?
No problem, now it's all moved around and doubled, no biggie (just an unnecessarilly excessive space-using mess).

In the purest sense, this is very mistaken; if it were to make JUST a database, it would store info, locations, etc - and leave a single copy of your stuff how & where it is as a data source ONLY.

The thinking that says 'Calibre is IT' and 'Calibre can do no wrong' is highly disagreeable to me.

When I got a Kobo, and needed to use it because the Kobo was awful for side-loading, so I actually connected a HDD externally via USB and used the portable Calibre - got the Kobo loaded, and later just formatted that HDD to purge it's mess quickly & easily.
(I kept MY original structure as I prefer it, undisturbed, thank goodness.)

Of course now my former Kobo, Kindle and others are gone because the EZReader proved to be a perfect fit for me, and it side-loads perfectly with no fuss or need for any specific program to make it take on content.

So why am I even bothering to mention a program I avoid using ?!?

Because it also does conversions, and I'm wishing there was a non-CLI way to handle it's conversion modules - this is what I posted for, and it remains what I seek even though PeterT was nice enough to help me by providing the batch code needed to convert a big batch of MOBI files I've got left over from the Kindle days.

For those who consider Calibre perfect and adore it, a tip of me olde hat; Please do pardon me if'n I stay a wall-flower (it's what I do).

Best Wishes.
smallhagrid is offline   Reply With Quote
Old 11-24-2012, 05:05 PM   #15
Agama
Guru
Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.
 
Agama's Avatar
 
Posts: 776
Karma: 2751519
Join Date: Jul 2010
Location: UK
Device: PW2, Nexus7
Since calibre's CLI gives you all the tools that you require, why don't you have a go at building your own GUI to utilise them? It may take a bit of effort to understand the CLI in detail and some sort of GUI designer, but it could be an interesting project and you could share your results with the calibre community.
Agama is offline   Reply With Quote
Reply

Tags
conversion, epub, mobi

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
18MB EPUB converts to 40MB Mobi! What can I do to reduce Mobi file size? perdman Conversion 11 12-09-2017 04:18 AM
Conversion from mobi (to mobi, or epub) breaks internal links bounder Conversion 1 10-09-2012 11:56 AM
Is the epub-mobi/mobi-epub convertion "lossless"? tanteoma Calibre 14 06-07-2012 10:57 AM
mobi from epub or converted epub 1611mac Conversion 2 04-18-2011 07:31 PM
Epub to LRF no problem, Epub to Mobi indexerror Rogier Calibre 3 06-09-2009 11:42 AM


All times are GMT -4. The time now is 04:31 PM.


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