@theducks
I'm using a docker container for calibre server on my NAS and export files on a network share, then files are moved to the devices
@chaley
Quote:
Originally Posted by chaley
|
Yes thank you.
It should look like this:
Code:
{series}{series_index:| - | - }{title} - {authors}
I tried with the template editor too but not able to do what I expect.
I would like to insert () around series/series_index like
(series - series_index) - title - authors
I tried:
Code:
{series}{series_index:(| - |) - }{title} - {authors}
The opening parenthesis will fail, the closing works.