View Single Post
Old 12-17-2020, 08:34 PM   #110
uli
Zealot
uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.
 
Posts: 110
Karma: 194274
Join Date: Jun 2011
Location: Montreal
Device: Kobo, Calibre
Quote:
Originally Posted by davidfor View Post
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"}
uli is offline   Reply With Quote