OK, this used to work, so I have no idea what I'm doing wrong...
I use Aldiko to read books on my Android tablet. It supports multiple formats, but because epub was the first one I used, that's what I use for all my books now. I have a plugboard set up to change the titles of any books that I export so that they have the series in them, for sorting on my reader. The issue is, the plugboard seems to not be working at all anymore.
What I have it set to is epub:save to disk, with the following code:
Code:
{series}{series_index:0>2s| | - }{title}
and it's supposed to save in the 'title' field.
The issue is, it's not changing anything. All my books are sorted by title. I set it so that it saves a separate OPF file, so that I could check it, and no matter what I set the field to ('title' or 'title_sort'), it always has only the original title of the book. I've also tried using 'any format'. Any idea?