Thanks for the log. That helped me find the problem. It was actually staring me in the face from some time back.
Quote:
Originally Posted by brudigia
I'd wilingly do it, if you tell me where I can find it. Thanks and sorry for being a bit clumsy.
I am new to this, never "consciously" used the plugboard, just saw the KoboUtilities plugin. The capitals is how the message is shown on the Elipsa.
Bruno
P.S. I found something in the metadata plugboard, is that it ?
epub:KOBOTOUCH = ([{series_index;0>2s|| - }{title}] -> title)
|
This is indeed the problem. Note the semicolon between "series_index" and "0>2s". That must be a colon, not semicolon, as in
Code:
epub:KOBOTOUCH = ([{series_index:0>2s|| - }{title}] -> title)