Calibre content server and DeDRM
I can convert without any problems Kindle azw3 files on the command line with Calibre 6.X desktop.
Calibre 6.X desktop runs on another computer then my calibre content server.
I would like to convert these files on the content server without installing the Calibre desktop software.
I have tried to install the DeDRM tools on the content server with following command: calibre-customize --add DeDRM_plugin.zip
There was no error but the .config/calibre/plugins/ was empty. I have copied the files over from my desktop to the content server but still errors when converting.
1% Converting input to HTML...
InputFormatPlugin: MOBI Input running
on /mnt/multimedia/text.azw3
Found KF8 MOBI of type 'standalone'
Traceback (most recent call last):
File "runpy.py", line 196, in _run_module_as_main
File "runpy.py", line 86, in _run_code
File "site.py", line 45, in <module>
File "site.py", line 41, in main
File "calibre/ebooks/conversion/cli.py", line 419, in main
File "calibre/ebooks/conversion/plumber.py", line 1108, in run
File "calibre/customize/conversion.py", line 242, in __call__
File "calibre/ebooks/conversion/plugins/mobi_input.py", line 44, in convert
File "calibre/ebooks/mobi/reader/mobi8.py", line 85, in __call__
File "calibre/ebooks/mobi/reader/mobi6.py", line 162, in check_for_drm
calibre.ebooks.DRMError:
So is this possible to convert without installing the desktop version ?
|