View Single Post
Old 01-01-2010, 03:45 PM   #5
rogue_ronin
Banned
rogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-books
 
Posts: 475
Karma: 796
Join Date: Sep 2008
Location: Honolulu
Device: Nokia 770 (fbreader)
If you want only the ISBN numbers:

Code:
calibredb list --fields isbn --separator , > library.csv
You actually get the Calibre database entry number, too, along with the ISBN number, each in their own column. It'll be in a file called library.csv in whatever folder you're in when you run it. (Where you are is listed on the command-line, in front of where you type the commands. Usually.)

m a r
rogue_ronin is offline   Reply With Quote