Quote:
Originally Posted by davidfor
As this is accessing calibre using a device driver, you should configure the supported formats. This is in the driver configuration. In the list of supported format, uncheck any that you do not want sent to the device. Calibre will then attempt to convert these to the first selected format in the list.
|
Huh, I tried everything on the Calibre side and asked the forum, nothing worked. The recommendation was for the "uncheck" EPUB from client side.
If I send a file format (like azw) not listed in device.go it attempt to auto-convert otherwise no ...
Code:
ext = []string{"kepub", "epub", "mobi", "pdf", "cbz", "cbr", "txt", "html", "rtf"}