From f967610679ae80e79dfe29c20c0ab3fa7f5c6e97 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Sun, 9 Sep 2012 13:17:15 +0200 Subject: [PATCH] Set default save template to one without subfolders. Helps with readers that don't support them, such as K4A --- src/calibre/devices/smart_device_app/driver.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/devices/smart_device_app/driver.py b/src/calibre/devices/smart_device_app/driver.py index b1cd1e635b..1dcf74450d 100644 --- a/src/calibre/devices/smart_device_app/driver.py +++ b/src/calibre/devices/smart_device_app/driver.py @@ -84,6 +84,8 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin): PREFIX = '' BACKLOADING_ERROR_MESSAGE = None + SAVE_TEMPLATE = '{title} - {authors} ({id})' + # Some network protocol constants BASE_PACKET_LEN = 4096 PROTOCOL_VERSION = 1