Quote:
Originally Posted by koosr46
is not a plug-in available
|
@
koosr46 : No - and unless someone who wants one, such as yourself, writes such a thing I doubt that there will ever be.
How To Open Command Prompt in Windows 7 [Easy, 1 Min]
If you type the following commands at the command prompt you'll have a list of authors and a list of titles in your documents folder
Code:
calibredb list --fields authors > %USERPROFILE%\documents\authorlist.txt
calibredb list --fields title > %USERPROFILE%\documents\titlelist.txt
Better yet, if you type them into notepad and save as something like
list_auths+titles.bat, then you can run (double click) that file whenever you're minded.
BR