View Single Post
Old 11-08-2012, 09:43 AM   #398
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,784
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by BetterRed View Post
I would like to get a list of the folder paths for books currently displayed in the book list - preferably just a "simple" URI list as in

Code:
file:///E:/Calibre Libraries/Main/Author Name1/Book Title1 (1234)
file:///E:/Calibre Libraries/Main/Author Name1/Book Title2 (2134)
file:///E:/Calibre Libraries/Main/Author Name2/Book Title2 (3421)
I looked at Catalogue - but couldn't see anything about getting the folder path

I want to use the list to drive a couple of 3rd party programs to inject metadata into PDF and RTF files

Or if someone could point me at a simple plug in that I could hack.

Thanks BR
Windows or Dos
Code:
dir "L:\Calibre Portable\Calibre Library\*.*" /b/d/s >list.txt
replace the path with yours.
list.txt is the out file, include a path as desired
dir /? for more options
theducks is offline   Reply With Quote