Register Guidelines E-Books Today's Posts Search

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

Notices

Reply
 
Thread Tools Search this Thread
Old 11-26-2011, 11:14 AM   #1
brad the noob
Junior Member
brad the noob began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Nov 2011
Device: kindle
Just want to convert my books

Hi,

I was very excited when I found Calibre. I need to convert a pile of PDF books for my mothers new kindle. I am converting them to mobi.

My first problem is my ignorance I suppose. The second problem is most of the books are PDF files,some DOCs and RTF files. Most of these are named Author-Title.extension

All I really want to do is convert the library using Bulk convert to the mobi format. The file names should not change except for the extension. Is there any way to do that?
brad the noob is offline   Reply With Quote
Old 11-26-2011, 11:19 AM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,803
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by brad the noob View Post
Hi,

I was very excited when I found Calibre. I need to convert a pile of PDF books for my mothers new kindle. I am converting them to mobi.

My first problem is my ignorance I suppose. The second problem is most of the books are PDF files,some DOCs and RTF files. Most of these are named Author-Title.extension

All I really want to do is convert the library using Bulk convert to the mobi format. The file names should not change except for the extension. Is there any way to do that?
Then use the Command line tools (see the Help page for usage syntax) from a batch file.
BTW you will be missing out on a lot of management features of Calibre. The K could care less about the name of the file, it uses metadata.
theducks is offline   Reply With Quote
Advert
Old 11-26-2011, 11:29 AM   #3
brad the noob
Junior Member
brad the noob began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Nov 2011
Device: kindle
Thanks for your reply. I can use batch files, I am and old dos guy. I tried to convert one file from a dos box.

ebook-convert carrie.pdf carrie.mobi

but when I ran the command from the directory that the file was in I got this message

- Cannot read from Y:\Calibre Library\Mom Kindle\Stephen King\carrie.pdf

I am not sure how to solve this.
brad the noob is offline   Reply With Quote
Old 11-26-2011, 11:44 AM   #4
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,803
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by brad the noob View Post
Thanks for your reply. I can use batch files, I am and old dos guy. I tried to convert one file from a dos box.

ebook-convert carrie.pdf carrie.mobi

but when I ran the command from the directory that the file was in I got this message

- Cannot read from Y:\Calibre Library\Mom Kindle\Stephen King\carrie.pdf

I am not sure how to solve this.
Try using the Full path
"Y:\Calibre Library\Mom Kindle\Stephen King\carrie.pdf"
(in quotes because of spaces in the names)
theducks is offline   Reply With Quote
Old 11-26-2011, 11:54 AM   #5
brad the noob
Junior Member
brad the noob began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Nov 2011
Device: kindle
I made a directory on c: and ran the program again with the no results

C:\_test>ebook-convert c:\_test\carrie.pdf c:\_test\carrie.mobi
Cannot read from c:\_test\carrie.pdf

I tried running it C:\_test>ebook-convert carrie.pdf carrie.mobi
Cannot read from C:\_test\carrie.pdf
brad the noob is offline   Reply With Quote
Advert
Old 11-26-2011, 12:01 PM   #6
brad the noob
Junior Member
brad the noob began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Nov 2011
Device: kindle
Figured it out. I had a mispelling in the file name. I need to stop trying to do things with a hangover.

Thanks for your help
brad the noob is offline   Reply With Quote
Old 11-26-2011, 01:34 PM   #7
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,803
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by brad the noob View Post
Figured it out. I had a mispelling in the file name. I need to stop trying to do things with a hangover.

Thanks for your help
theducks is offline   Reply With Quote
Old 11-26-2011, 02:36 PM   #8
brad the noob
Junior Member
brad the noob began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Nov 2011
Device: kindle
I made a batch file and ran it. it just converted the first book. Batch files stop execution after the first line when running ebook-convertexe. I found that this is a known bug. Some helpful people posted that adding Start and /Wait may work but they did not.

I am using XP but I found a post that said batch files work in windows 7. So I installed calibre to my windows 7 computer and the batch files did not work there either.

I am not a programmer, I have no desire to learn a scripting language to solve this problem.

The main reason I started with the command line is because calibre screws up my filenames and then dumps them in their own directories. I find that the documentation for calibre is not easy to understand.

Perhaps if someone could tell me how to add books that start with author-title.extension and not get screwed up when added into the database I could work with that.

Thank you for your help

Brad
brad the noob is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert Sony books to Kindle books Linda Calibre 11 06-03-2010 07:39 PM
Books that I convert primetime34 Calibre 5 02-15-2010 01:51 AM
having trouble getting books to convert misschris Calibre 2 01-13-2010 12:02 PM
Calibre won't convert books. lilpretender Calibre 4 08-09-2009 04:16 PM
Convert books for eReader? Alexander Turcic Workshop 19 09-14-2008 10:31 PM


All times are GMT -4. The time now is 11:49 PM.


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