View Single Post
Old 09-20-2015, 10:35 PM   #4
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
Quote:
Originally Posted by sprocke View Post
When I convert books, each books appears in the Calibre library under the author's name. I prefer it to by book title. Is there a way to set this up?
I use VBS script that calls calibredb -export to copy my epubs from the real Calibre database to a 'working' folder. Using the -template option, I can format the file name to be Author-Title-Series, etc. (Alexandre Dumas-Three Musketeers, The.epub)

I put them into a single folder without any additional files

Code:
calibredb  export --all --dont-save-cover --dont-write-opf --format epub --single-dir --template "{authors}-{series}{series_index:0>2s|[|]-}{title}" --to-dir D:\Working
phossler is offline   Reply With Quote