chenyanming / calibredb.el

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

[question] how can user get the path of ebook by calibredb? #20

Closed Freed-Wu closed 4 years ago

Freed-Wu commented 4 years ago

Sorry for my disturbance! how can user get the path of ebook by calibredb?

i consider to realize a ui for calibre with vim. like

image

press hotkey to remove the book, edit its metadata, view the pdf, etc.

Thanks!

chenyanming commented 4 years ago

You mean the officical Calibredb or this package? With official package, you may check the calibredb document, or use Sqlite to read the metadata.db file. If you use calibredb.el, just press the dot notation: . which let you get into dired.

Freed-Wu commented 4 years ago

thank you!