You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community today, you will have fewer ads, access to post topics, communicate privately with other members, respond to polls, upload content and access many other special features.
If you have any problems with the registration process or your account login, please contact us.
Hint: Don't have time to visit us daily? Subscribe to our main RSS feed to receive our frontpage posts at your convenience.
CalibreCalibre is an open-source library manager to view, convert and catalog e-books. Cross-platform (Linux, Windows and OS X)
This post introduces calibre's new Catalog feature. Please use this thread for questions and comments.
Kindle 1 is not supported.
Users have reported that the Kindle for PC app does not use the same font as the Kindle2 and KindleDX, so the check mark for a read book does not display properly in these apps.
Implementation history
0.6.35: initial implementation supporting CSV, EPUB, XML for Kindle 2 and DX.
0.6.38: 'Titles' and 'Recently Added' sections optional, support for formatting markup in descriptions (<br/>, <b>, <i>), display Series information
0.6.42: add 'Last 30 days' to Recently Added Section, change title display style in Titles Section when book is part of series, various bug fixes and improvements.
0.6.43: add 'Apply' button to Catalog dialog, applying changes to catalog build criteria without initiating build process. Introduce *experimental* feature 'Recently Read' (Kindle only). If Kindle is connected when initiating catalog build and 'Recently Added' is enabled, bookmarks are scanned and listed in a 'Recently Read' section, including a progress meter.
What is the Catalog feature?
The catalog feature enables you to export a catalog of selected E-books from your library in one of several formats: CSV, EPUB, MOBI or XML.
The default settings are probably fine for you, but if you want more information about how catalog generation works, read on.
If you have your output device set to 'Kindle' or 'Kindle DX' in Preferences|Conversion|Page Setup, selecting the MOBI output format takes advantage of the Kindle's TOC feature by creating the catalog in Kindle's periodical format, presenting the content in a structured format similar to a newspaper or magazine. You can use the Kindle 5-way joystick to navigate your catalog.
Here's a sample of what a catalog's TOC looks like on a Kindle:
How do I use the Catalog feature?
Click the small down arrow next to the Convert E-books icon, then select Create catalog of books from the dropdown list, displaying the 'Generate catalog' dialog.
The Catalog options tab displays the general options for the catalog:
Catalog format allows you to choose the output format for the generated catalog.
Catalog title is used as the name of the generated catalog in your calibre library, and as the title of the generated catalog in EPUB and MOBI output formats, and the name of the saved CSV or XML file.
The Send catalog to device automatically checkbox indicates that you want calibre to download the generated catalog (enabled for EPUB/MOBI only) to your device upon completion.
The second tab in the 'Generate catalog' dialog offers customization control depending upon the selected catalog format:
CSV/XML: For these text output formats, you have a choice of which database fields will be saved in the generated catalog file. You will be prompted for a save location when the catalog generation is complete.
EPUB/MOBI: For these E-book output formats, you describe how special marker tags are interpreted when generating your catalog.
Marker tags are used to tell the catalog builder to mark an E-book as read, to exclude an E-book from generated catalogs, and to add additional notes to a E-book's description page.
Don't include this book (default: '~,Catalog') is used to skip an E-book when generating the catalog.
Mark this book as read (default: '+') is used to show a book's read/unread status in the generated catalog.
Additional note tag prefix (default: '*') is used to add a special user note in the generated catalog.
Any other tags in your database are interpreted as genre tags.
For example, if you use the tags 'Fiction' and 'Nonfiction', your catalog will include two articles in the Genres section - one including all E-books tagged with 'Fiction', the other including all E-books tagged with 'Nonfiction'. E-books without tags will still be included in the catalog's Description, Authors, and Titles sections, but not included in any genre lists. An E-book may have no genre tags, or as many as you want. It is perfectly fine to make a catalog with no genres.
The final field on this dialog is used to exclude certain tag patterns that would normally be interpreted as genre tags.
Regex pattern describing tags to exclude as genres is a regular expression ('regex'). The default regex in this field ('\[[\w ]*\]') will recognize tags of the form [<tag>] as a special tag indicating the E-book's origin. For example, the tag '[Amazon freebie]' is useful in finding all free Amazon E-books in your collection, but these tags will not be interpreted as genres in the generated catalog output. If you're not a regex hacker, don't worry, just use the default pattern supplied.
Here are some tag examples and their meaning, using the default marker tag assignments described above: Tags: Fiction, Suspense, [Amazon freebie]
This E-book will be added to the 'Fiction' and 'Suspense' genre lists
'[Amazon freebie]' is ignored during catalog generation
Tags: ~, Adult
This E-book will not be included in the generated catalog.
This E-book will be included in the genre lists 'Science Fiction' and 'Mystery'
'[Project Gutenberg]' is ignored during catalog generation
'+' means the E-book will be marked as read in various lists within the generated catalog.
Tags: Nonfiction,*Jeff should read this
This E-book will be included in the genre list 'Nonfiction'
The note 'Jeff should read this' will be displayed in this E-book's description page.
Controlling which E-books are exported to your catalog
What you see is what you get:
If you want all of your collection exported to your catalog (using the exclusions noted above), remove any search criteria by clearing the Search: field. With a single E-book selected (or no E-books selected), all E-books in your collection will be candidates for export to the generated catalog.
If you want only some of your collection exported to the generated catalog, you have two options:
Drag-select the E-books you want exported. With more than one E-book selected, only the selected E-books will be exported.
Use the Search: field to filter the displayed E-books. With a single E-book selected (or no E-books selected) in the filtered list, only the displayed E-books will be exported.
Implementation Notes
MOBI output has only been tested with Kindle 2 and Kindle DX. If you have your output profile set to 'Kindle' or 'Kindle DX' in Preferences|ConversionPage Setup, and you select 'MOBI' as the output format in the Catalog options tab, the resulting MOBI file will be in the Kindle periodical format, with four sections:
Descriptions - full descriptions of each E-book
Authors - all included E-books sorted by Author
Titles - all included E-books sorted by Title
Recently Added - all included E-books sorted in reverse chronological order by date added to your collection
Genres - all generated Genres,with individual genres sorted by Author
Note: MOBI catalog format available in 0.6.36 and later.
Note: 'Recently Added' section available in 0.6.37 and later.
All of the catalog functionality is available through calibre's CLI interface.
Type 'calibredb catalog --help' for general options
Type 'calibredb catalog .[csv|epub|mobi|xml] --help' for options specific to a format
Tagging Tips
By following a few simple guidelines, your database will be easier to keep organized and the Catalog generation process will run more quickly.
Use a simple, consistent scheme for tagging. It's better to have separate Fiction, Romance and Suspense tags than a single Fiction-Romance-Suspense tag.
Use the Edit metadata dialog to add/edit tags. Use existing tags whenever possible.
Learn to use the bulk metadata editing feature to change tags on groups of books at a time.
You can easily preview how your genre groups will be assembled by using the Search feature. Type 'tag:Fiction' in the Search: box to see all books tagged with 'Fiction'. To list books without a particular tag, e.g. 'Fiction', type 'not tag:Fiction'.
Take a look at the log generated in the Jobs dialog. It will show you all of the tags in your database, plus those actually used in your generated catalog.
If your tags are a complete mess, and you simply want to start over by removing all tags from your database:
Highlight a single title in the main window
Click Edit meta information or press shortcut key E to open the Edit Meta Information dialog
Click the Open Tag Editor icon to the right of the Tags: field
If there are any tags in the Applied tags column on the right, select them all and click the 'x' icon to the right of the Applied tags column to move them to the Available tags column on the left.
Select all of the tags in the Available tags column by click-dragging through them, or clicking one tag then pressing Cmd/Ctrl-A to select all.
Click the trash can icon to the left of the Available tags column to delete the tag names from the database.
Click OK to exit the Tag Editor dialog
Click OK to exit the Edit Meta Information dialog
Press Cmd/Ctrl-A to select all books in your library
Click Edit meta information or press E to open the Edit Meta Information dialog
In the Remove tags: field, type '*' (no quotes)
Click OK to remove the tags from the individual books. Poof.
Tips for Kindle users
The catalog builder has some special TOC optimizations for Kindle users.
To build a Kindle version of your catalog, open the Preferences|Conversion|Page Setup dialog, confirm that your Output profile is either Kindle or Kindle DX.
To explore your catalog through the Kindle TOC:
From the Home screen, move the highlight to your catalog, then toggle right.
Move the highlight down to 'Go to Section...', then click to open the Sections List.
Highlighting and clicking on a Section name (Descriptions, Authors, Titles, Recently Added, Genres) will take you to that Section.
Highlighting and clicking on the number in parentheses (right of the Section) will take you to a high-level overview of that Section in your catalog. Try it.
If you end up somewhere you didn't expect to be, just press the Back button on your Kindle to return to the previously displayed page.
If You Have Problems
Review this thread for possible solutions
If someone else has had a similar problem, you may find the solution in this thread. If you don't find the answer you're looking for, please post your problem in this thread.
Update to most recent version of calibre
Problems that have been reported are usually fixed in the next release of calibre. It's a good policy to stay current with the most recent release.
Failure to generate catalog
This is most likely caused by some problems in the tags used to generate genres. The quick way to confirm this is to change the regex expression in the EPU/MOBI options tab. The default value of '\[[\w ]*\]' ignores tags of the form [tag]. By changing the regex to '.' (that's a single period, no single quotes) all tags will be ignored as genres. Build the catalog again; if that works, then you need to so some housekeeping on your tags. Review Tagging Tips above.
I can't see my catalog on my Kindle
Because your catalog is formatted as a periodical, it will only be visible on the Home page if you are viewing 'Subscriptions' or 'All My Items'. If you are showing 'Books' or 'Personal Docs' at the top of your Kindle's Home page, your catalog will not be visible on the Home page.
Posting a log
Click the Jobs: icon in the lower right corner of calibre's main window
In the 'calibre - jobs' dialog window, click on the most recent (closest to the top) 'Generate catalog' job
Click the Show job details button
Select all of the text in the 'Generate catalog' window, and copy it to your clipboard
Paste that text into your posting in this thread
Select all of the pasted text, then click the 'eye with the red X through it', aka the 'Spoiler' format button to hide it behind a Spoiler button
Creating a ticket with a bug report or feature request
Go to calibre's project management site to report a bug or create a feature request.
Please post any questions or comments in this thread.
How do you control where(which storage) the Send to Device Automatic chooses to place the (EPUB) Catalog?
My preference is for Separate (from Send To Device) control.
I would like to keep the Index on the Main Storage (Where I also keep the Manual for the device, bus and train schedules), while leaving the Device Library on the SD Card.
I believe that it would follow the preferences you have set in 'Set default send to device action' using the small dropdown arrow next to the 'Send to device' icon.
Please create a ticket for a feature request if that's something you feel strongly about.
I believe that it would follow the preferences you have set in 'Set default send to device action' using the small dropdown arrow next to the 'Send to device' icon.
Please create a ticket for a feature request if that's something you feel strongly about.
G
Not that strongly
There is the Manual mode that works for me.
Device: Sony PRS-505 Red, Nintendo DS Lite+DSlibris, ipod touch + Stanza
Nice feature.
Is there any way to sort titles within an author?
If I select Authors, go to 'O' and find Peter ODonnell, I then get exactly 100 entries for him, all present and correct, but in a completely random order.
Just noticed that they are also in random order in the Titles section.
EPUB format.
Last edited by banjomike; 01-25-2010 at 08:18 PM.
Reason: adding new info
I am getting a slew of errors trying to generate a MOBI catalog from Calibre. Where can I go for someone to look at the error code being generated to understand what might be preventing me from getting the catalog?
Generate catalog
Catalog_EPUB_MOBI:run
path_to_output: c:\docume~1\whanthon\locals~1\temp\calibre_0.6.36_ 4el6sb_catalog_out.epub
Output format: epub
Book count: 1116
opts:
basename: Catalog
catalog_title: My Books
creator: calibre
descriptionClip: 250
exclude_genre: \[[\w ]*\]
exclude_tags: ~,Catalog
fmt: epub
log: <calibre.utils.logging.Log object at 0x03797D10>
note_tag: *
output_profile: sony
plugin_path: <class 'calibre.library.catalog.EPUB_MOBI'>
read_tag: +
search_text: None
sort_by: None
verbose: True
CatalogBuilder(): Generating epub for sony
0.00% fetchBooksByTitle()
Python function terminated unexpectedly
local variable 'result' referenced before assignment (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 103, in main
File "site.py", line 85, in run_entry_point
File "site-packages\calibre\utils\ipc\worker.py", line 99, in main
File "site-packages\calibre\gui2\convert\gui_conversion.py", line 59, in gui_catalog
File "site-packages\calibre\library\catalog.py", line 2391, in run
File "site-packages\calibre\library\catalog.py", line 734, in buildSources
File "site-packages\calibre\library\catalog.py", line 838, in fetchBooksByTitle
File "site-packages\calibre\library\catalog.py", line 2287, in generateSortTitle
File "site-packages\calibre\library\catalog.py", line 298, in __init__
File "site-packages\calibre\library\catalog.py", line 413, in numberTranslate
File "site-packages\calibre\library\catalog.py", line 340, in stringFromInt
UnboundLocalError: local variable 'result' referenced before assignment
__________________
Good reading!
-- Walt --
To paraphrase...
There's no crying in baseball MobileRead, Jimmy Dugan
Those not susceptible to seizures see my avatar full size here.
I am getting a slew of errors trying to generate a MOBI catalog from Calibre. Where can I go for someone to look at the error code being generated to understand what might be preventing me from getting the catalog?
Please post the failure log.
When the 'Failed: Generate catalog' dialog is shown, click the copy button, then paste the results into your posting.
If I select Authors, go to 'O' and find Peter ODonnell, I then get exactly 100 entries for him, all present and correct, but in a completely random order.
Just noticed that they are also in random order in the Titles section.
EPUB format.
The books should be sorted by title. However, there are some sorting features that may not be apparent:
Leading stop words (The, A, An ...) are ignored
Numbers are translated to words for sort purposes, e.g., '1968' is sorted as 'Nineteen sixty-eight'
WARNING: Failed to read metadata: Failed to read metadata from the following:
Southern Storm Cape Refuge Serie-asin_B000SFBVC8-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Pacific Avenue-asin_B001U9S9BC-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Exposure A Novel-asin_B002AKPFYY-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
The Crossroads Cafe-asin_B00280859I-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Gypsy Legacy The Marquis-asin_B000ZKECC2-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Monday Night Jihad-asin_B0013PTAKC-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
The Beneficiary - Marshall Thornton.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Phrasebook Free - MobileReference & mobi.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
The Beneficiary-asin_B001R4C07O-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Wives and Daughters-asin_B002RKT6V0-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Kindle Shortcuts Hidden Features-asin_B00256Z3CM-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Skeeter A Cat Tale-asin_B002M352TM-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
My Soul to Lose-asin_B002F3PPVE-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
The Walk-asin_B002BSHHTQ-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Going Gray What I Learned about-asin_B000SEQZ6G-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Once a Cowboy-asin_B000S1L8KM-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
When Angels Cry - Maria Rachel Hooley.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Leslie Sansone s Eat Smart Walk-asin_B000Q9EXF8-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
When Angels Cry-asin_B002F00C8I-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
layout_rebecca_4-13-07.indd - Rebecca Lerwill.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
The Hunters-asin_B002UL3388-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
His Lady Mistress-asin_B001R4GNSG-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Wet Desert - Gary Hansen.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Cape Refuge Cape Refuge Series 1-asin_B000FC2NXK-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
In My Place Condemned He Stood C-asin_B001AMLI1W-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
The Last Man-asin_B000SN6IJG-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
The Hunters - Jason Pinter.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
The Evil Guest-asin_B000JMKXMO-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Kindle User's Guide, 1st Ed. - Amazon.com.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Kindle_Users_Guide.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Dancing in the Moonlight-asin_B001R4GNTU-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Orthodoxy-asin_B000JMLDCS-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
The Evil Guest by Joseph Sheridan Le Fanu - Le Fanu, Joseph Sheridan.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Conspiracy in Kiev-asin_B001N97XWU-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Dark Pursuit-asin_B001FA0GBM-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
25 Language Phrasebook German Fr-asin_B000OI1JMG-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Speed Dating-asin_B001CDA3EM-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Hide in Plain Sight-asin_B001R4GNT0-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Kiss Me Deadly-asin_B001R4GNSQ-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Kindle Users' Guide - Steinhardt PhD, Aaron.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
The Walk - Lee Goldberg.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Crime Scene at Cardwell Ranch-asin_B001R4GNS6-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Suite Scarlett-asin_B0030MTPW4-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Happiness A Guide to Developing-asin_B000SEUSXW-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Relocating Mia-asin_B0024FAHWK-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Wet Desert a Novel-asin_B002OSXNHI-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
The Good Mood Diet Feel Great Wh-asin_B000SEGKP2-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Midnight in Madrid-asin_B001NLL3HY-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
The Scarlet Pimpernel-asin_B000JQUGY0-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Stroke of Midnight-asin_B003211HO2-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Treat Me Like a Customer Using L-asin_B0033SA51K-type_EBOK-v_0.azw
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 93, in run
File "site-packages/calibre/gui2/add.py", line 138, in add
File "site-packages/calibre/library/database2.py", line 1485, in create_book_entry
File "site-packages/calibre/library/database2.py", line 860, in has_book
File "site-packages/calibre/library/sqlite.py", line 180, in run
DatabaseException: disk I/O error
RemoteTraceback (most recent call last):
File "site-packages/calibre/library/sqlite.py", line 144, in run
File "site-packages/calibre/library/sqlite.py", line 94, in get
OperationalError: disk I/O error
Last edited by kovidgoyal; 01-26-2010 at 11:06 AM.
I'm so sorry!!! I didn't mean to copy the WHOLE error message. Pardon me for the long post! That was my first post in the forum. Now I'll get kicked out for being stupid!