Quote:
Originally Posted by kovidgoyal
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?