Quote:
Originally Posted by kiwidude
I believe this is the expected behaviour. Calibre will always defer to the values found in the .opf file.
|
I'll just briefly confirm that this is correct. When writing the automerge code, I had a chance to look closely at Kovid's code for adding books. It checks for the presence of an .opf file first, and ignores the selector option between internal metadata vs. filename/regex metadata. In essence, the presence of an .opf file signals Calibre that the metadata is known (stored in the .opf file).