From abb41dcbb4269adb9481ed9f4a0b965c7e47e936 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 19 Nov 2011 15:16:37 +0530 Subject: [PATCH] Irex driver: Put books into the top level directory instead of into /ebooks or /Books. Fixes #883616 (IREX DR Driver root directory) --- src/calibre/devices/irexdr/driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/irexdr/driver.py b/src/calibre/devices/irexdr/driver.py index 32e98f9353..bdc77b3193 100644 --- a/src/calibre/devices/irexdr/driver.py +++ b/src/calibre/devices/irexdr/driver.py @@ -33,7 +33,7 @@ class IREXDR1000(USBMS): MAIN_MEMORY_VOLUME_LABEL = 'IRex Digital Reader 1000 Main Memory' - EBOOK_DIR_MAIN = 'ebooks' + EBOOK_DIR_MAIN = '' DELETE_EXTS = ['.mbp'] SUPPORTS_SUB_DIRS = True @@ -44,7 +44,7 @@ class IREXDR800(IREXDR1000): WINDOWS_MAIN_MEM = 'DR800' FORMATS = ['epub', 'pdb', 'html', 'pdf', 'txt'] - EBOOK_DIR_MAIN = 'Books' + EBOOK_DIR_MAIN = '' DELETE_EXTS = [] SUPPORTS_SUB_DIRS = True