Quote:
Originally Posted by uli
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"}
|
Hmm, just had a look myself. The wireless driver indeed doesn't seem to let you de-select a format, so it looks like I will need to support it in KU.
I'll probably add an extra config entry, something like 'exclude formats' to let the user exclude unwanted formats, unless davidfor has an idea on how to do it in Calibre.