Quote:
Originally Posted by davidfor
If anyone with a tolino can test this and tell me how it goes, it would be much appreciated.
|
Calibre 3.28
Windows 7 Pro 64-bit
Tolino Vision 2
Annotations 1.8.1 beta (with tolino support)
Look at the attachment.
1. A normal title
WORKS
2. If there is only a title (without the author in brackets)
DOES NOT WORK
3. If there is a range of pages
DOES NOT WORK
Edit:
Temporary solution (ignoring case 2 and case 3):
Spoiler:
ParseTolinoNotesTxt.py from line 251
Code:
try:
log('DEBUG', "match: ---%s---" % (match,))
except:
pass
try:
log('DEBUG', "match.groups(): ---%s---" % (match.groups(),))
except:
pass