chenyanming / calibredb.el

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

Implement auto fetch metadata (issue #9) #10

Closed dalanicolai closed 4 years ago

dalanicolai commented 4 years ago

Implement and document issue #9 auto fetch metadata from Google and Amazon.com (currently requires Ivy).

TODO (after discussion)

I have implemented the last TODO point already. There is no option to choose between different sources for the covers (like in Calibre gui) because the calibredb wtih -c flag always downloads from the same source, no matter which plugin has been chosen to request the metadata.

dalanicolai commented 4 years ago

The last commit here replaces PR #8, because it fixes the autoloading issues there correctly (autoloading is required for the Spacemacs layer. It seems this last commit is merged within my previous PR to add auto fetch metadata functionality (I do not see how to seperate these PR's)