Boox driver: Hide metadata cache so that it doesn't show up in the book list

This commit is contained in:
Kovid Goyal 2010-07-03 10:15:13 -06:00
parent 4e01cc1834
commit df139409a2

View File

@ -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']