Hi everyone,
I'm using calibre through the command line to edit metadata. I can change almost any metadata, except the Book Producer. It seems to be stuck on
Code:
Book Producer : calibre (0.8.13) [http://calibre-ebook.com]
.
I'm then checking the results with `ebook-meta`, but the Book Producer line is still the same.
Here is the code I'm running :
Code:
ebook-meta MARTIN\ Georges\ R.R.\ -\ Le\ Trone\ de\ Fer\ 13\ -\ Le\ Būcher\ d\'un\ Roi.epub --book-producer='test'
Original metadata::
Title : Le Būcher d'un Roi
Title sort : Le Trone de Fer 13 - Le Būcher d'un Roi
Author(s) : Georges R.R. MARTIN [MARTIN, Georges R.R.]
Book Producer : calibre (0.8.13) [http://calibre-ebook.com]
Series : Le Trone de Fer #13
Languages : fra
Changed metadata::
Title : Le Būcher d'un Roi
Title sort : Le Trone de Fer 13 - Le Būcher d'un Roi
Author(s) : Georges R.R. MARTIN [MARTIN, Georges R.R.]
Book Producer : calibre (0.8.13) [http://calibre-ebook.com]
Series : Le Trone de Fer #13
Languages : fra
I also tried with the `-k` option, but to no avail. I can change the Title, Title sort, Authors and Series metadata without any issue.
Code:
$ ebook-meta --version
ebook-meta (calibre 0.8.66)
Could anyone help me with the correct command line invocation ?