From df139409a2af318699d8007c37796e6dc5703641 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 3 Jul 2010 10:15:13 -0600 Subject: [PATCH] Boox driver: Hide metadata cache so that it doesn't show up in the book list --- src/calibre/devices/hanlin/driver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/devices/hanlin/driver.py b/src/calibre/devices/hanlin/driver.py index 0d972afc76..6f98186fbb 100644 --- a/src/calibre/devices/hanlin/driver.py +++ b/src/calibre/devices/hanlin/driver.py @@ -106,6 +106,7 @@ class BOOX(HANLINV3): description = _('Communicate with the BOOX eBook reader.') author = 'Jesus Manuel Marinho Valcarce' supported_platforms = ['windows', 'osx', 'linux'] + METADATA_CACHE = '.metadata.calibre' # Ordered list of supported formats FORMATS = ['epub', 'fb2', 'djvu', 'pdf', 'html', 'txt', 'rtf', 'mobi', 'prc', 'chm']