Okay, apologies:
1) If someone's already asked this, I couldn't see it.
2) If this is a hardware thing, my goof.
So, I want to send books to my Asus Memo Pad 7 in a specific format.
I want:
First Name [space] Surname [hyphen] series [space] series number [hyphen] title
so I get something like:
J. F. Rivkin - Silverglass 2 - Web of Wind
I wrote a template of:
{author_sort} - {authors} - {series} {series_index} - {title}
But all I got was:
{title} - {authors}
What am I doing wrong?