Update add books entry in manual

This commit is contained in:
Kovid Goyal 2020-02-06 20:24:17 +05:30
parent 3e8adced66
commit 09ecff273f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -49,13 +49,16 @@ Add books
2. **Add books from directories and sub-directories**: Allows you to choose a directory. The directory and all its sub-directories are scanned recursively, and any e-books found are added to the library. You can choose whether to have calibre add all files present in a single directory to a single book record or multiple book records. calibre assumes that each directory contains a single book. All e-book files in a directory are assumed to be the same book in different formats. This action is the inverse of the :ref:`Save to disk <save_to_disk_multiple>` action, i.e. you can :guilabel:`Save to disk`, delete the books and re-add them in single book per directory mode, with no lost information except for the date (this assumes you have not changed any of the setting for the Save to disk action).
4. **Add multiple books from archive (ZIP/RAR)**: Allows you to add multiple e-books that are stored inside the selected ZIP or RAR files. It is a convenient shortcut that avoids having to first unzip the archive and then add the books via one of the above two options.
3. **Add multiple books from archive (ZIP/RAR)**: Allows you to add multiple e-books that are stored inside the selected ZIP or RAR files. It is a convenient shortcut that avoids having to first unzip the archive and then add the books via one of the above two options.
5. **Add empty book (Book Entry with no formats)**: Allows you to create a blank book record. This can be used to then manually fill out the information about a book that you may not have yet in your collection.
4. **Add empty book (Book Entry with no formats)**: Allows you to create a blank book record. This can be used to then manually fill out the information about a book that you may not have yet in your collection.
6. **Add from ISBN**: Allows you to add one or more books by entering their ISBNs.
5. **Add from ISBN**: Allows you to add one or more books by entering their ISBNs.
7. **Add files to selected book records**: Allows you to add or update the files associated with an existing book in your library.
6. **Add files to selected book records**: Allows you to add or update the files associated with an existing book in your library.
7. **Add an empty file to selected book records**: Allows you to add an
empty file of the specified format tot he selected book records.
The :guilabel:`Add books` action can read metadata from a wide variety of e-book formats. In addition, it tries to guess metadata from the filename.
See the :ref:`config_filename_metadata` section, to learn how to configure this.