From d2de878849c33ceb9e2dd5fe901a0b00fef0e893 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 2 Jul 2018 13:32:03 +0530 Subject: [PATCH] Kindle Fire driver: Send books by default to the "kindle" folder instead of the "Books" folder to workaround a change in the Fire firmware that causes the Kindle to not recognize files in the Books folder. --- src/calibre/devices/mtp/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/mtp/defaults.py b/src/calibre/devices/mtp/defaults.py index dff78e9e7e..ed72ddaad1 100644 --- a/src/calibre/devices/mtp/defaults.py +++ b/src/calibre/devices/mtp/defaults.py @@ -20,7 +20,7 @@ class DeviceDefaults(object): ({'vendor':0x1949}, { 'format_map': ['azw3', 'mobi', 'azw', 'azw1', 'azw4', 'kfx', 'pdf'], - 'send_to': ['documents', 'books', 'kindle'], + 'send_to': ['documents', 'kindle', 'books'], } ), # B&N devices