chenyanming / calibredb.el

Emacs calibre client - An Ebook Management Solution in Emacs.
GNU General Public License v3.0
323 stars 17 forks source link

生成的catelog.bib内容为空 #63

Closed Jousimies closed 2 years ago

Jousimies commented 2 years ago

使用 b b 更新 bib 文件,打开文件后就只有一行内容。 @preamble{"This catalog of 0 entries was generated by calibre. 如果我使用 calibre 生成这个文件,使用上面的命令会覆盖掉此文件的内容。

Jousimies commented 2 years ago

只有 epub 等几个文件格式被认为是 book 类型的,pdf格式只能是 misc 类型。 Calibre 的这个设定好蠢啊。

下面这个命令可以导出 bib 。 (shell-command-to-string "calibredb catalog /Users/Jo/Calibre/catalog.bib --entry-type mixed --library-path /Users/Jo/Calibre")