View Single Post
Old 06-20-2021, 06:50 AM   #3
Divingduck
Wizard
Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.
 
Posts: 1,166
Karma: 1410083
Join Date: Nov 2010
Location: Germany
Device: Sony PRS-650
An other way is to use the command line interface of calibre. https://manual.calibre-ebook.com/gen...redb.html#list
like:
output on screen:
Code:
calibredb list --fields=authors,title --sort-by=author_sort --ascending --line-width=250 --separator=";"
output into a file called booklist.txt:
Code:
calibredb list --fields=authors,title --sort-by=author_sort --ascending --line-width=250 --separator=";" >booklist.txt
Divingduck is offline   Reply With Quote