There is a bug in templates at last version.
When trying to open template editor, I get this error:
Quote:
calibre, version 0.9.5
ERROR: Excepción no considerada: <b>AttributeError</b>:'list' object has no attribute 'lower'
Traceback (most recent call last):
File "site-packages\calibre\gui2\preferences\save_template.py ", line 47, in do_open_editor
File "site-packages\calibre\gui2\dialogs\template_dialog.py", line 228, in __init__
File "site-packages\calibre\ebooks\metadata\book\base.py", line 195, in __setattr__
AttributeError: 'list' object has no attribute 'lower'
|
Also, templates doesn't work properly in "Save to disk" template. When using an identifier in the template, I get an atribute error at line 164 in "save to disk.py": 'dict' object has no attribute 'replace'.