mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
bda860308e
commit
59b6cb4574
@ -47,8 +47,6 @@
|
|||||||
|
|
||||||
- title: "Search and replace wizard: Fix generated html being slightly different from the actual html in the conversion pipeline for some input formats (mainly HTML, CHM, LIT)."
|
- title: "Search and replace wizard: Fix generated html being slightly different from the actual html in the conversion pipeline for some input formats (mainly HTML, CHM, LIT)."
|
||||||
|
|
||||||
- title: "Nook Color/Touch driver: Scan for ebooks in the entire main memory, not just under My Files"
|
|
||||||
|
|
||||||
|
|
||||||
improved recipes:
|
improved recipes:
|
||||||
- Weblogs SL
|
- Weblogs SL
|
||||||
|
@ -92,7 +92,7 @@ class NOOK_COLOR(NOOK):
|
|||||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['EBOOK_DISK', 'NOOK_TABLET',
|
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['EBOOK_DISK', 'NOOK_TABLET',
|
||||||
'NOOK_SIMPLETOUCH']
|
'NOOK_SIMPLETOUCH']
|
||||||
EBOOK_DIR_MAIN = 'My Files'
|
EBOOK_DIR_MAIN = 'My Files'
|
||||||
# SCAN_FROM_ROOT = True
|
SCAN_FROM_ROOT = True
|
||||||
NEWS_IN_FOLDER = False
|
NEWS_IN_FOLDER = False
|
||||||
|
|
||||||
def upload_cover(self, path, filename, metadata, filepath):
|
def upload_cover(self, path, filename, metadata, filepath):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user