Quote:
Originally Posted by BetterRed
@ 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.