View Single Post
Old 02-01-2015, 05:33 PM   #4
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
Originally Posted by BetterRed View Post
@fibero - if you can get the paths to all the book files (epub, mobi, txt etc) into a file, then you could edit it into a script that used calibredb add command to add each book.

Suggest you experiment with a few books and a test library

BR
If it was really necessary to use a script, couldn't we just use:

Code:
for file in *.epub *.mobi *.azw3 *.txt; do
    calibredb add $file
done
or the Windows equivalent?

And then drop that into the folder and double-click.
eschwartz is offline   Reply With Quote