From 6a6dbc781941b024f0f1e5c7cd20a61822861167 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Sun, 30 Jan 2011 18:44:37 +0000 Subject: [PATCH] Changes to check_library help text --- src/calibre/gui2/dialogs/check_library.py | 63 ++++++++++++----------- 1 file changed, 34 insertions(+), 29 deletions(-) diff --git a/src/calibre/gui2/dialogs/check_library.py b/src/calibre/gui2/dialogs/check_library.py index f8eff310f6..f6688b0a9e 100644 --- a/src/calibre/gui2/dialogs/check_library.py +++ b/src/calibre/gui2/dialogs/check_library.py @@ -161,32 +161,37 @@ class CheckLibraryDialog(QDialog):
calibre stores the list of your books and their metadata in a database. The actual book files and covers are stored as normal files in the calibre library folder. The database contains a list of the files - and cover belonging to each book entry. This tool checks that the - information in the database and the actual files on your computer - match.
+ and covers belonging to each book entry. This tool checks that the + actual files in the library folder on your computer match the + information in the database.The result of each type of check is shown to the left. The various checks are:
There are two kinds of automatic fixes possible: Delete marked and Fix marked.
-Delete marked is used to remove extra files/folders that - have no entries in the database. Use with caution.
-Fix marked is more general. When applied to invalid items, - i.e. items that should be present according to the database but are not - actually present, it updates the database to remove those items. When - used with extra items, i.e. items that are present in the file system - but that the database doesn't know about, it will try to add those - items to the database, if possible. This is not always possible, in - which case, you have to use Delete marked or manually fix the - problem.
+Delete marked is used to remove extra files/folders/covers that + have no entries in the database. Check the box next to the item you want + to delete. Use with caution.
+Fix marked is applicable only to covers (the two lines marked + 'fixable'). In the case of missing cover files, checking the fixable + box and pushing this button will remove the cover mark from the + database for all the files in that category. In the case of extra + cover files, checking the fixable box and pushing this button will + add the cover mark to the database for all the files in that + category.
''')) self.log = QTreeWidget(self)