elpasync pushed a change to branch externals/calibre.
at e283a2c928 Use correct separator when setting multiple authors
This branch includes the following new commits:
new 06148ea20a Initial commit
new 360fbf15cb Fix defcustom version strings
new 38e0beb840 Get publishers
new 188a3da504 Add functions to add and remove books
new 8c791fb915 Add missing sort by series function
new 8f1eab2811 Allow customisation of the calibredb executable path
new 76427bf5be Allow customisation of the columns of the library buffer
new abad9116cb Correct function name
new 9a54c7a6b4 Add function to add books from dired
new 761f35b771 Remove dead code
new dc4b5f79ac Add commentary
new 393ae4a945 Add force option to library refresh
new 845bcecde6 Refresh in memory book list after DB opperations
new 6ddfd7048d Add ability to have multiple libraries
new 7d97c360f1 Update package version to 1.0
new b0f8f76723 Remove references to unimplemented functions
new c6cb36b0a3 Fix byte-compiler warnings
new 5e81e98079 Add README
new ecf03e1842 Fix circular dependencies and byte compiler warnings
new bdb11248c9 Move metadata into calibre.el
new e2863a9d6a Fix byte compiler warning
new f3a3119322 Fix calibre customisation group
new d8682121d8 Reorder variable declarations
new 77c8cf66b7 Remove duplicate defcustom declaration
new 20e5bc41f1 Fix default value of calibre-calibredb-executable
new 330471a75f Fix circular dependency and byte compiler warnings
new 533c68f55f Do right alignment correctly
new fd1b0e5fd7 Use message instead of display-warning
new c6a5772da0 Fix docstring
new 7396636341 Only refresh Library buffer if it exists
new 6d7ed97ab6 Use the value of calibre-calibredb-executable
new 4a0d5b9606 Factor the setting of the Library header into a function
new a750735b89 Add ability to revert Library buffer
new e5d853eb32 Use the -r flag when adding books
new 1c0bf191d5 Refresh Library buffer when calibre-library-columns is
changed
new bc26df0b48 Set tabulated-list-format in the correct buffer
new aa28fa3ede Use let instead of let*
new 22ccc6ff2b Fix byte compiler warning
new 3e6ce3abc2 Bump package version
new c644d0761d Slight improvement to README
new 6a7a2344c1 Initialise tabulated list header
new 5d49526414 Add support for search and virtual libraries
new afe5581b7d Only prompt to select library if more than one is defined
new b2c34a58d4 Use the right column name in query
new 569c096746 Use macros to avoid repeating similar function
definitions
new be94be6962 Add ability to filter by series and format
new ac4c02aeb9 Add support for composite filters
new 85e3ac6337 Add missing space in completing-read prompt
new 2b64cb76ad Add support for displaying publication date
new 89e52d61c0 Only allow single publisher per book
new 7a8ed52e86 Set revert-buffer-function instead of using revert hooks
new edb81a3d01 Add some utility functions
new 07df132f5d Error if no libraries are defined
new d51ac1d3e6 Don't use message to format string
new 04c484a2ef Preserve marks when refreshing library
new 30ec9ca2da Use queuing to avoid multiple concurrent calls to
calibredb
new b7d6dd90f1 Add customisation types to book slots
new 4b6af65d08 Support editing book metadata
new 4e4bf841cb Rename calibre-make-book
new 6366966c9b Add abstraction layer on top of calibre-db
new 48fc9eb57b Don't create buffer for processes
new 0e7221461b Add ability to use CLI interface instead of SQLite
new 832e91827d Move calibre--library to calibre-util
new 3a7abbee56 Use compat to lower required Emacs version
new 3e9b74bfd4 Use constants instead of magic literals for marks
new 521fc7471b Add faces to make library buffer easier to parse
new 13141efce4 Bump package version
new 8ae08bd7fb Update README
new 090b28d6ec Use int-to-string instead of format
new 187685e08e Use cond instead of cl-case
new 4069bbfd10 Bump package version
new fd949f1813 Set name of calibre-library-mode
new b43ab3a90c Allow overriding format preferences
new ca0ae8a1d3 Pick some format if no preferred format is available
new 8560bbd48b Sort in ascending order by series index
new e283a2c928 Use correct separator when setting multiple authors