mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Kindle driver: Do not place files in sub-directories when sending books to the device. The new Kindle Paperwhite apparently does not like files in sub-directories
This commit is contained in:
parent
1ffee5eef8
commit
a28847970c
@ -294,6 +294,8 @@ class KINDLE2(KINDLE):
|
||||
|
||||
PRODUCT_ID = [0x0002, 0x0004]
|
||||
BCD = [0x0100]
|
||||
SUPPORTS_SUB_DIRS = False # Apparently the Paperwhite doesn't like files placed in subdirectories
|
||||
SUPPORTS_SUB_DIRS_FOR_SCAN = True
|
||||
|
||||
EXTRA_CUSTOMIZATION_MESSAGE = [
|
||||
_('Send page number information when sending books') +
|
||||
|
Loading…
x
Reference in New Issue
Block a user