Quote:
Originally Posted by theducks
The template for the Plugboard or filename (depends on your device, which is shown)
Code:
The series
The series number. To get leading zeros use {series_index:0>3s} or {series_index:>3s} for leading spaces
|
Aha! I was looking in all the wrong places,
Preferences> sending books to devices. When looking at plugboards I have the following:
{series:|| }{series_index:0>2s|[|] - }{title}
If I understand correctly, I would "edit existing plugboard" as follows:
{series:|| }{series_index:>2s|[|] - }{title}
Would this be correct?