mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 01:33:30 +02:00
...
This commit is contained in:
parent
6adf67e8aa
commit
04e5a7edd6
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ def metadata_from_path(cls, path):
|
|||
def filename_callback(self, fname, mi):
|
||||
if fname.startswith('.'):
|
||||
return 'x'+fname[1:]
|
||||
return fname
|
||||
|
||||
def get_annotations(self, path_map):
|
||||
MBP_FORMATS = [u'azw', u'mobi', u'prc', u'txt']
|
||||
|
|
|
|||
Loading…
Reference in a new issue