mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Dont kepubify when sending to Tolino devices
This commit is contained in:
parent
dab4137d53
commit
ed866257df
@ -2294,7 +2294,7 @@ class KOBOTOUCH(KOBO):
|
||||
debug_print(f'KoboTouch:upload_books - {len(files)} books')
|
||||
debug_print('KoboTouch:upload_books - files=', files)
|
||||
|
||||
do_kepubify = self.get_pref('kepubify')
|
||||
do_kepubify = self.get_pref('kepubify') and not self.isTolinoDevice()
|
||||
template = self.get_pref('template_for_kepubify')
|
||||
modify_css = self.modifying_epub()
|
||||
entries = tuple(zip(files, names, metadata))
|
||||
|
@ -357,7 +357,9 @@ class BookUploadsGroupBox(DeviceOptionsGroupBox):
|
||||
'Kobo devices have two viewer programs for EPUB files on their devices. An older one from Adobe and'
|
||||
' the Kobo one. The Kobo one has much better performance and features and so, by default,'
|
||||
' calibre will auto-convert EPUB books to the Kobo KEPUB format so that they are viewed by'
|
||||
' the Kobo viewer. If you would rather use the legacy viewer for EPUB, disable this option.'
|
||||
' the Kobo viewer. If you would rather use the legacy viewer for EPUB, disable this option. Note'
|
||||
' that this option has no effect if the device does not support KEPUB, such as for Tolino devices'
|
||||
' that also use this driver.'
|
||||
), device.get_pref('kepubify'))
|
||||
|
||||
self.template_la = la = QLabel('\xa0\xa0' + _('Template to decide conversion:'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user