Thread
:
Is there a way to export a list of all authors to a csv file?
View Single Post
02-01-2022, 01:10 PM
#
5
anishmittal
Junior Member
Posts: 8
Karma: 10
Join Date: Nov 2021
Device: Kindle Paperwhite 5 (2021)
calibre-debug -c 'from calibre.library import db; db = db().new_api; print ("\n".join(db.all_field_names("authors")))' | LC_COLLATE=C sort
anishmittal
View Public Profile
Find More Posts by anishmittal
Track Posts by anishmittal via RSS