View Single Post
Old 08-03-2024, 08:14 AM   #6
baursak
Zealot
baursak began at the beginning.
 
Posts: 104
Karma: 10
Join Date: Mar 2024
Location: Saint Petersburg, Russia
Device: Kindle Paperwhite (2021) Signature Edition
Quote:
Originally Posted by kovidgoyal View Post
At a terminal/command prompt

Code:
calibre-debug -c "from calibre.library import db; db = db().new_api; print('\n'.join(db.all_field_names('authors')))" > authors.txt
Authors will be in authors.txt
When I use 'author_sort' instead of 'authors' - it will not work

No way to output list in LNFN format?
baursak is offline   Reply With Quote