View Single Post
Old 07-20-2018, 11:35 AM   #520
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 855
Karma: 3341026
Join Date: Jan 2017
Location: Poland
Device: Various
Quote:
Originally Posted by davidfor View Post
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
Attached Files
File Type: txt notes.txt (474 Bytes, 565 views)

Last edited by BeckyEbook; 07-20-2018 at 12:19 PM.
BeckyEbook is offline   Reply With Quote