Quote:
Originally Posted by davidfor
"gui2/preferences/plugboards.py", has the line:
Code:
self.dest_fields = ['',
'authors', 'author_sort', 'language', 'publisher',
'tags', 'title', 'title_sort']
Adding "comments" to that list will add comments to the fields in the metadata plugboard editor. I have been using this for a while with no problems. I made sure the template I use works without error to generate valid code. I haven't traced through the code that executes the plugboard to see what could go wrong.
|
Thank you very much, I'm already using it. And with the tip at other thread about compiling only the class, I'm already using the "standard" version, instead of running from source.