emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/calibre 8ae08bd7fb 68/76: Update README


From: ELPA Syncer
Subject: [elpa] externals/calibre 8ae08bd7fb 68/76: Update README
Date: Thu, 18 May 2023 09:57:46 -0400 (EDT)

branch: externals/calibre
commit 8ae08bd7fb5e070f2f344cab64272f4126129fb2
Author: Kjartan Óli Ágústsson <kjartanoli@disroot.org>
Commit: Kjartan Óli Ágústsson <kjartanoli@disroot.org>

    Update README
    
    * README: Mention the ability to modify metadata.
    Mention the ability to use the CLI interface instead of SQLite.
---
 README | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 3ca2423cdb..5f318fc6c9 100644
--- a/README
+++ b/README
@@ -9,14 +9,16 @@ include:
 - Filter the contents of your library based on various metadata
 - Create Virtual Libraries by giving names to sets of filters
 - Add and remove books from your library
+- Modify the metadata of your books
 - Read your books in Emacs
 
-Calibre.el uses the built in SQLite support introduced in Emacs 29,
-and therefore requires an Emacs >= 29 compiled with SQLite support.
-Adding and removing books from a library requires a working calibredb
-executable, i.e. a Calibre installation.  Even if Calibre is not
-installed you will still be able to view the contents of existing
-libraries.
+Calibre.el can use either the calibredb command line interface, or
+Emacs 29's SQLite support to retrive the contents of the Calibre
+library.  The SQLite based interface is significantly faster, and
+enables the viewing of existing libraries without a working Calibre
+installation.  A working Calibre installation is always required for
+modifying the library.
+
 
 This file is part of calibre.el.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]