View Single Post
Old 05-31-2015, 06:41 AM   #12
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,826
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by koosr46 View Post
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

Last edited by BetterRed; 05-31-2015 at 07:04 AM.
BetterRed is offline   Reply With Quote