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