I am using calibre for my e-book management software. Is there any way to export import whole database (Tags, tiles, authors list), so that I can import to another machine?
|
feedback
|
|
If you wish the new database to totally replace the old, just replace the entire folder that you specified when you ran the welcome wizard. If you wish to add ebooks from one computer to another, you could use the calibredb command-line interface to the calibre database, found in my case in A funny idea might be to use the calibredb option of
This will require manually copying the additional sub-folders of the calibre directory from the source to the target computer (but not metadata.db), then regenerate the database using the restore_database command. | |||
|
feedback
|
|
The calibredb add command adds one or more entire book files to the database, from e-book files or one or more directories. The calibredb export command "saves all formats of the book, its cover and metadata (in an opf file)," which does not sound like what you want. To export bibliographic information, it looks like you can use the calibredb catalog command, which allows you to save a set of fields as a CSV, XML, or other format file. See the reference page at http://bit.ly/rC15wz. | |||
|
feedback
|