View Single Post
Old 10-18-2013, 03:27 PM   #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: 31,139
Karma: 60406498
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 karlpov View Post
This may seem pretty elementary to some of you, but it took me a while to devise a command line to extract the epubs only (no subfolder, no cover illo, no extra opf file) from a calibre library folder.

First get a command line (this is in an Accessories folder on my start bar). Then navigate to the library folder so that its path shows on the command line. Then, assuming (for instance) that you want to deposit the titles in c:\temp\nookbooks, this would be the command:

for /r %d in (*.epub) do copy "%d" c:\temp\nookepub

This can of course be used for other formats, substituting (*.pdf) or (*.mobi) or (*.az3) or whatever for (*.epub).
The CLI (calibredb) has commands that export with updated metadata.
RTFM the Comandline Interface pages for more usage parameters
theducks is offline   Reply With Quote