Quote:
Originally Posted by davidfor
The last has nothing to do with the firmware. You probably have the metadata updating option turned on in the driver. That will update the metadata on the device with every connection. But, you can use those options. This uses the metadata plugboard. Set the comment to the template you have above. For the subtitle, this can't be done via a plugboard as it isn't a standard column. But, the driver has an option to set the subtitle using a template. Again, the above template should work there.
For your search-and-replace, I find that a horrible idea. It means the page count is at the start of the comments in the calibre library. But, if that is how you want it. The following template, either through the plugin or a metadata plugboard would achieve the same effect:
Code:
{timestamp:|ajout calibre |<br>}{#lu:||<br>}{tags:}{#nb_page} pages<br/>_________________________{comments}
Or maybe:
Code:
{timestamp:|ajout calibre |<br>}{#lu:||<br>}{tags:}{#nb_page} pages<br/><hr/>{comments}
My template above does a lot of this, except that it adds the HTML tag so it formats well. And checks the values exist before using them.
|
What you propose would be cleaner than what I do, but my problem is "heritage". My comments now include the page number and line on all my 11000+ books, and eliminating them would be an enormous hassle, so I'm sort of locked in.