calibredb.el icon indicating copy to clipboard operation
calibredb.el copied to clipboard

Display of multiple authors

Open wenzlawski opened this issue 11 months ago • 0 comments

In Calibre multiple authors are delimeted with an ampersand (&), such that two authors in author sort form look like "Marx, Karl & Engels, Friedrich".

This causes problems when sorting by author in calibredb.el, as it separates the authors by comma. This is done in calibredb-all-author-sort and calibredb-format-item.

Simple solution is to replace the comma in (split-string x ",") with an ampersand.

Will this be a solution or am I missing something?

wenzlawski avatar Mar 09 '24 16:03 wenzlawski