Quote:
Originally Posted by kovidgoyal
When you convert in the GUI the generated cover is used directly. When you convert from the CLI there is no pre-genrated cover so a new one based on metadata is generated.
|
Ah, I see.
After testing various different things from the CLI, I found that the only metadata that shows up in the sub-title is if I pass in both 'series' and 'series-index'.
Is there any way to pass in anything else? Or hide the 'series-index'? Or to format the 'series' text, so that I can pass in other values concatenated together? e.g. if I passed in the equivalent of this pseudocode:
--series "concatenated(rating, <br>, tags, <br>, comments)"
thanks!